2026-02-17T22:06:13.548 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-17T22:06:13.564 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-17T22:06:13.652 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980 branch: 20.2.1_2.17.26-baseline_2 description: upgrade/telemetry-upgrade/reef-x/{0-random-distro$/{centos_9.stream_runc} 0-start 1-tasks} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '53980' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - mons down - mon down - MON_DOWN - out of quorum - PG_ - OSD_DOWN - POOL_APP_NOT_ENABLED - pgs degraded - pg degraded - object degraded - objects degraded - FS_DEGRADED - MDS_ALL_DOWN - OSD_UPGRADE_FINISHED - do not have an application enabled - is down - TELEMETRY_CHANGED - pg .*? is .*?degraded.*?, acting - pg .* is stuck peering sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mds.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 8679 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: upgrade suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBImTuiitVgER80uw7hnjNpjFbcHvKw+CzCKO7VB3TkfathiQz7q7pSXvTbS15yJ85LUOh8GMYTvwze+96SW1ZyI= trial172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBB+R0z/GgOOXWtcdXwOnRKHh3u/EVEQwOoyqtgwe9GFvmrxxNpiUkP2Wxk67I7NYDPWwUKzjkyhcBKDJNlp2o= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: reef exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing reef cephadm ...' - cephadm: compiled_cephadm_branch: reef conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - print: '**** done end installing reef cephadm ...' - print: '**** done start cephadm.shell ceph config set mgr...' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start telemetry reef...' - workunit: clients: client.0: - test_telemetry_reef.sh - print: '**** done end telemetry reef...' - print: '**** done start upgrade sequence...' - sequential: - print: '**** done start upgrade...' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade...' - print: '**** done set require-osd-release ...' - cephadm.shell: env: - sha1 mon.a: - ceph osd require-osd-release tentacle - print: '**** done start telemetry x...' - workunit: clients: client.0: - test_telemetry_reef_x.sh - print: '**** done end telemetry x...' - print: '**** done end upgrade sequence...' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-17_21:13:22 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-17T22:06:13.652 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa; will attempt to use it 2026-02-17T22:06:13.652 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks 2026-02-17T22:06:13.652 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-17T22:06:13.654 INFO:teuthology.task.internal:Checking packages... 2026-02-17T22:06:13.654 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'adc1923395f2bcd6ae89b5d331d278364d1848ed' 2026-02-17T22:06:13.654 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:06:13.654 INFO:teuthology.packaging:ref: None 2026-02-17T22:06:13.654 INFO:teuthology.packaging:tag: None 2026-02-17T22:06:13.654 INFO:teuthology.packaging:branch: 20.2.1_2.17.26-baseline_2 2026-02-17T22:06:13.654 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:06:13.654 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=20.2.1_2.17.26-baseline_2 2026-02-17T22:06:13.771 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-670.gadc19233 2026-02-17T22:06:13.772 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-17T22:06:13.783 INFO:teuthology.task.internal:no buildpackages task found 2026-02-17T22:06:13.783 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-17T22:06:13.798 INFO:teuthology.task.internal:Saving configuration 2026-02-17T22:06:13.810 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-17T22:06:13.822 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-17T22:06:13.900 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial144.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-17 22:02:50.104068', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBImTuiitVgER80uw7hnjNpjFbcHvKw+CzCKO7VB3TkfathiQz7q7pSXvTbS15yJ85LUOh8GMYTvwze+96SW1ZyI='} 2026-02-17T22:06:13.957 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial172.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-17 22:02:50.103432', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBB+R0z/GgOOXWtcdXwOnRKHh3u/EVEQwOoyqtgwe9GFvmrxxNpiUkP2Wxk67I7NYDPWwUKzjkyhcBKDJNlp2o='} 2026-02-17T22:06:13.957 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-17T22:06:13.968 INFO:teuthology.task.internal:roles: ubuntu@trial144.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2026-02-17T22:06:13.968 INFO:teuthology.task.internal:roles: ubuntu@trial172.front.sepia.ceph.com - ['mon.b', 'mds.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2026-02-17T22:06:13.968 INFO:teuthology.run_tasks:Running task console_log... 2026-02-17T22:06:14.113 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7e144fce2a20>, signals=[15]) 2026-02-17T22:06:14.113 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-17T22:06:14.124 INFO:teuthology.task.internal:Opening connections... 2026-02-17T22:06:14.124 DEBUG:teuthology.task.internal:connecting to ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:06:14.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:06:14.186 DEBUG:teuthology.task.internal:connecting to ubuntu@trial172.front.sepia.ceph.com 2026-02-17T22:06:14.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:06:14.249 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-17T22:06:14.260 DEBUG:teuthology.orchestra.run.trial144:> uname -m 2026-02-17T22:06:14.277 INFO:teuthology.orchestra.run.trial144.stdout:x86_64 2026-02-17T22:06:14.277 DEBUG:teuthology.orchestra.run.trial144:> cat /etc/os-release 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:NAME="CentOS Stream" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:VERSION="9" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:ID="centos" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:ID_LIKE="rhel fedora" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:VERSION_ID="9" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:PLATFORM_ID="platform:el9" 2026-02-17T22:06:14.332 INFO:teuthology.orchestra.run.trial144.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:ANSI_COLOR="0;31" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:LOGO="fedora-logo-icon" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:HOME_URL="https://centos.org/" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-17T22:06:14.333 INFO:teuthology.orchestra.run.trial144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-17T22:06:14.333 INFO:teuthology.lock.ops:Updating trial144.front.sepia.ceph.com on lock server 2026-02-17T22:06:14.390 DEBUG:teuthology.orchestra.run.trial172:> uname -m 2026-02-17T22:06:14.405 INFO:teuthology.orchestra.run.trial172.stdout:x86_64 2026-02-17T22:06:14.406 DEBUG:teuthology.orchestra.run.trial172:> cat /etc/os-release 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:NAME="CentOS Stream" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:VERSION="9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:ID="centos" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:ID_LIKE="rhel fedora" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:VERSION_ID="9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:PLATFORM_ID="platform:el9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:ANSI_COLOR="0;31" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:LOGO="fedora-logo-icon" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:HOME_URL="https://centos.org/" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-17T22:06:14.462 INFO:teuthology.orchestra.run.trial172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-17T22:06:14.462 INFO:teuthology.lock.ops:Updating trial172.front.sepia.ceph.com on lock server 2026-02-17T22:06:14.533 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-17T22:06:14.548 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-17T22:06:14.560 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-17T22:06:14.560 DEBUG:teuthology.orchestra.run.trial144:> test '!' -e /home/ubuntu/cephtest 2026-02-17T22:06:14.562 DEBUG:teuthology.orchestra.run.trial172:> test '!' -e /home/ubuntu/cephtest 2026-02-17T22:06:14.577 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-17T22:06:14.588 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-17T22:06:14.588 DEBUG:teuthology.orchestra.run.trial144:> test -z $(ls -A /var/lib/ceph) 2026-02-17T22:06:14.617 DEBUG:teuthology.orchestra.run.trial172:> test -z $(ls -A /var/lib/ceph) 2026-02-17T22:06:14.634 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-17T22:06:14.801 INFO:teuthology.run_tasks:Running task kernel... 2026-02-17T22:06:14.819 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-17T22:06:14.819 INFO:teuthology.task.kernel:config {'mon.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'mon.b': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-17T22:06:14.819 DEBUG:teuthology.orchestra.run.trial144:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-17T22:06:14.820 DEBUG:teuthology.orchestra.run.trial172:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-17T22:06:14.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:06:14.834 DEBUG:teuthology.orchestra.run.trial144:> uname -r 2026-02-17T22:06:14.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:06:14.835 DEBUG:teuthology.orchestra.run.trial172:> uname -r 2026-02-17T22:06:14.889 INFO:teuthology.orchestra.run.trial144.stdout:5.14.0-645.el9.x86_64 2026-02-17T22:06:14.890 INFO:teuthology.task.kernel:Running kernel on trial144: 5.14.0-645.el9.x86_64 2026-02-17T22:06:14.890 DEBUG:teuthology.orchestra.run.trial144:> sudo yum install -y kernel 2026-02-17T22:06:14.891 INFO:teuthology.orchestra.run.trial172.stdout:5.14.0-645.el9.x86_64 2026-02-17T22:06:14.891 INFO:teuthology.task.kernel:Running kernel on trial172: 5.14.0-645.el9.x86_64 2026-02-17T22:06:14.891 DEBUG:teuthology.orchestra.run.trial172:> sudo yum install -y kernel 2026-02-17T22:06:15.985 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-17T22:06:16.122 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-17T22:06:18.095 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - AppStream 17 MB/s | 27 MB 00:01 2026-02-17T22:06:22.261 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 7.8 MB 00:01 2026-02-17T22:06:24.078 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-17T22:06:24.340 INFO:teuthology.orchestra.run.trial172.stdout:Extra Packages for Enterprise Linux 102 MB/s | 20 MB 00:00 2026-02-17T22:06:27.581 INFO:teuthology.orchestra.run.trial172.stdout:lab-extras 1.0 MB/s | 50 kB 00:00 2026-02-17T22:06:28.589 INFO:teuthology.orchestra.run.trial172.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-17T22:06:28.611 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-17T22:06:28.613 INFO:teuthology.orchestra.run.trial172.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout:Install 4 Packages 2026-02-17T22:06:28.614 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:06:28.615 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 88 M 2026-02-17T22:06:28.615 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 135 M 2026-02-17T22:06:28.615 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:06:28.732 INFO:teuthology.orchestra.run.trial172.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 14 MB/s | 803 kB 00:00 2026-02-17T22:06:28.963 INFO:teuthology.orchestra.run.trial172.stdout:(2/4): kernel-modules-core-5.14.0-681.el9.x86_6 133 MB/s | 31 MB 00:00 2026-02-17T22:06:29.017 INFO:teuthology.orchestra.run.trial172.stdout:(3/4): kernel-core-5.14.0-681.el9.x86_64.rpm 50 MB/s | 17 MB 00:00 2026-02-17T22:06:29.752 INFO:teuthology.orchestra.run.trial172.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 37 MB/s | 40 MB 00:01 2026-02-17T22:06:29.752 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:06:29.753 INFO:teuthology.orchestra.run.trial172.stdout:Total 77 MB/s | 88 MB 00:01 2026-02-17T22:06:29.943 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:06:30.157 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:06:30.157 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:06:30.504 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:06:30.504 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:06:31.587 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:06:31.868 INFO:teuthology.orchestra.run.trial172.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-17T22:06:31.887 INFO:teuthology.orchestra.run.trial172.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:06:33.682 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:06:33.711 INFO:teuthology.orchestra.run.trial172.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:06:36.737 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:06:36.744 INFO:teuthology.orchestra.run.trial172.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:06:37.371 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 27 MB 00:20 2026-02-17T22:06:39.783 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:06:42.037 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 7.8 MB 00:02 2026-02-17T22:06:43.807 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-17T22:06:44.237 INFO:teuthology.orchestra.run.trial144.stdout:Extra Packages for Enterprise Linux 55 MB/s | 20 MB 00:00 2026-02-17T22:06:47.430 INFO:teuthology.orchestra.run.trial144.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-17T22:06:48.448 INFO:teuthology.orchestra.run.trial144.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-17T22:06:48.470 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-17T22:06:48.471 INFO:teuthology.orchestra.run.trial144.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:Install 4 Packages 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 88 M 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 135 M 2026-02-17T22:06:48.472 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:06:49.919 INFO:teuthology.orchestra.run.trial144.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 579 kB/s | 803 kB 00:01 2026-02-17T22:06:59.584 INFO:teuthology.orchestra.run.trial144.stdout:(2/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 3.6 MB/s | 40 MB 00:11 2026-02-17T22:07:00.704 INFO:teuthology.orchestra.run.trial144.stdout:(3/4): kernel-core-5.14.0-681.el9.x86_64.rpm 1.4 MB/s | 17 MB 00:12 2026-02-17T22:07:05.820 INFO:teuthology.orchestra.run.trial144.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 1.9 MB/s | 31 MB 00:15 2026-02-17T22:07:05.822 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:07:05.822 INFO:teuthology.orchestra.run.trial144.stdout:Total 5.1 MB/s | 88 MB 00:17 2026-02-17T22:07:06.010 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:07:06.213 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:07:06.214 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:07:06.560 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:07:06.560 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:07:07.657 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:07:07.940 INFO:teuthology.orchestra.run.trial144.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-17T22:07:07.959 INFO:teuthology.orchestra.run.trial144.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:07:09.739 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:07:09.768 INFO:teuthology.orchestra.run.trial144.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:07:10.151 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:10.173 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:10.237 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:10.237 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-17T22:07:10.237 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:07:10.237 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:07:10.289 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:10.289 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:07:10.289 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:07:10.289 INFO:teuthology.orchestra.run.trial172.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.289 INFO:teuthology.orchestra.run.trial172.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.290 INFO:teuthology.orchestra.run.trial172.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.290 INFO:teuthology.orchestra.run.trial172.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.290 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:07:10.290 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:07:10.349 DEBUG:teuthology.orchestra.run.trial172:> rpm -q kernel | sort -rV | head -n 1 2026-02-17T22:07:10.374 INFO:teuthology.orchestra.run.trial172.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.376 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-17T22:07:10.376 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-17T22:07:10.376 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-17T22:07:10.376 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-17T22:07:10.376 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2026-02-17T22:07:10.376 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial172.front.sepia.ceph.com, path=None, version=distro) 2026-02-17T22:07:10.376 DEBUG:teuthology.orchestra.run.trial172:> rpm -q kernel | sort -rV | head -n 1 2026-02-17T22:07:10.440 INFO:teuthology.orchestra.run.trial172.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.441 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-17T22:07:10.441 DEBUG:teuthology.orchestra.run.trial172:> sudo rpm -qi grub2-tools 2026-02-17T22:07:10.511 INFO:teuthology.orchestra.run.trial172.stdout:Name : grub2-tools 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Epoch : 1 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Version : 2.06 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Release : 118.el9 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Architecture: x86_64 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Group : Unspecified 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Size : 8393909 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:License : GPLv3+ 2026-02-17T22:07:10.512 INFO:teuthology.orchestra.run.trial172.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Packager : builder@centos.org 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Vendor : CentOS 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Summary : Support tools for GRUB. 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:Description : 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-17T22:07:10.513 INFO:teuthology.orchestra.run.trial172.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-17T22:07:10.514 INFO:teuthology.orchestra.run.trial172.stdout:hardware devices. 2026-02-17T22:07:10.514 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:07:10.514 INFO:teuthology.orchestra.run.trial172.stdout:This subpackage provides tools for support of all platforms. 2026-02-17T22:07:10.515 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-17T22:07:10.515 INFO:teuthology.task.kernel:Updating grub on trial172 to boot 5.14.0-681.el9.x86_64 2026-02-17T22:07:10.515 DEBUG:teuthology.orchestra.run.trial172:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-17T22:07:10.577 INFO:teuthology.orchestra.run.trial172.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-17T22:07:10.579 DEBUG:teuthology.orchestra.run.trial172:> sudo command -v grubby && echo yes || echo no 2026-02-17T22:07:10.642 INFO:teuthology.orchestra.run.trial172.stdout:/sbin/grubby 2026-02-17T22:07:10.644 INFO:teuthology.orchestra.run.trial172.stdout:yes 2026-02-17T22:07:10.644 DEBUG:teuthology.orchestra.run.trial172:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-17T22:07:10.708 INFO:teuthology.orchestra.run.trial172.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-17T22:07:10.709 DEBUG:teuthology.orchestra.run.trial172:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-17T22:07:10.783 DEBUG:teuthology.orchestra.run.trial172:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-17T22:07:10.993 INFO:teuthology.orchestra.run.trial172.stderr:Generating grub configuration file ... 2026-02-17T22:07:11.057 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-17T22:07:11.063 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-17T22:07:11.313 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-17T22:07:11.319 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-17T22:07:11.351 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-17T22:07:11.358 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-17T22:07:11.382 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-17T22:07:11.388 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-17T22:07:11.470 INFO:teuthology.orchestra.run.trial172.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-17T22:07:11.477 INFO:teuthology.orchestra.run.trial172.stderr:done 2026-02-17T22:07:11.480 DEBUG:teuthology.orchestra.run.trial172:> test -d /sys/firmware/efi 2026-02-17T22:07:11.495 DEBUG:teuthology.orchestra.run.trial172:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-17T22:07:11.561 INFO:teuthology.orchestra.run.trial172.stdout:/boot/efi/EFI/BOOT 2026-02-17T22:07:11.561 INFO:teuthology.orchestra.run.trial172.stdout:/boot/efi/EFI/centos 2026-02-17T22:07:11.563 DEBUG:teuthology.orchestra.run.trial172:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-17T22:07:11.630 INFO:teuthology.orchestra.run.trial172.stdout:no 2026-02-17T22:07:11.630 DEBUG:teuthology.orchestra.run.trial172:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-17T22:07:11.694 INFO:teuthology.orchestra.run.trial172.stdout:yes 2026-02-17T22:07:11.694 DEBUG:teuthology.orchestra.run.trial172:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-17T22:07:11.758 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial172 2026-02-17T22:07:11.759 DEBUG:teuthology.orchestra.run.trial172:> sudo bash -c ' 2026-02-17T22:07:11.759 DEBUG:teuthology.orchestra.run.trial172:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-17T22:07:11.759 DEBUG:teuthology.orchestra.run.trial172:> ' 2026-02-17T22:07:12.791 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:07:12.797 INFO:teuthology.orchestra.run.trial144.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:15.829 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:41.801 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2026-02-17T22:07:41.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-17T22:07:41.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:07:46.243 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:46.266 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:46.436 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:46.436 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-17T22:07:46.436 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-17T22:07:46.437 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.488 INFO:teuthology.orchestra.run.trial144.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.489 INFO:teuthology.orchestra.run.trial144.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.489 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:07:46.489 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:07:46.545 DEBUG:teuthology.orchestra.run.trial144:> rpm -q kernel | sort -rV | head -n 1 2026-02-17T22:07:46.571 INFO:teuthology.orchestra.run.trial144.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.572 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-17T22:07:46.572 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-17T22:07:46.572 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-17T22:07:46.572 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-17T22:07:46.573 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2026-02-17T22:07:46.573 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial144.front.sepia.ceph.com, path=None, version=distro) 2026-02-17T22:07:46.573 DEBUG:teuthology.orchestra.run.trial144:> rpm -q kernel | sort -rV | head -n 1 2026-02-17T22:07:46.637 INFO:teuthology.orchestra.run.trial144.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.638 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-17T22:07:46.638 DEBUG:teuthology.orchestra.run.trial144:> sudo rpm -qi grub2-tools 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Name : grub2-tools 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Epoch : 1 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Version : 2.06 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Release : 118.el9 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Architecture: x86_64 2026-02-17T22:07:46.708 INFO:teuthology.orchestra.run.trial144.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Group : Unspecified 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Size : 8393909 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:License : GPLv3+ 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Packager : builder@centos.org 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Vendor : CentOS 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-17T22:07:46.709 INFO:teuthology.orchestra.run.trial144.stdout:Summary : Support tools for GRUB. 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:Description : 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:hardware devices. 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:07:46.710 INFO:teuthology.orchestra.run.trial144.stdout:This subpackage provides tools for support of all platforms. 2026-02-17T22:07:46.711 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-17T22:07:46.712 INFO:teuthology.task.kernel:Updating grub on trial144 to boot 5.14.0-681.el9.x86_64 2026-02-17T22:07:46.712 DEBUG:teuthology.orchestra.run.trial144:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-17T22:07:46.777 INFO:teuthology.orchestra.run.trial144.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-17T22:07:46.779 DEBUG:teuthology.orchestra.run.trial144:> sudo command -v grubby && echo yes || echo no 2026-02-17T22:07:46.843 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/grubby 2026-02-17T22:07:46.844 INFO:teuthology.orchestra.run.trial144.stdout:yes 2026-02-17T22:07:46.845 DEBUG:teuthology.orchestra.run.trial144:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-17T22:07:46.909 INFO:teuthology.orchestra.run.trial144.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-17T22:07:46.910 DEBUG:teuthology.orchestra.run.trial144:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-17T22:07:46.983 DEBUG:teuthology.orchestra.run.trial144:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-17T22:07:47.192 INFO:teuthology.orchestra.run.trial144.stderr:Generating grub configuration file ... 2026-02-17T22:07:47.255 INFO:teuthology.orchestra.run.trial144.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-17T22:07:47.261 INFO:teuthology.orchestra.run.trial144.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-17T22:07:47.514 INFO:teuthology.orchestra.run.trial144.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-17T22:07:47.520 INFO:teuthology.orchestra.run.trial144.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-17T22:07:47.552 INFO:teuthology.orchestra.run.trial144.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-17T22:07:47.558 INFO:teuthology.orchestra.run.trial144.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-17T22:07:47.581 INFO:teuthology.orchestra.run.trial144.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-17T22:07:47.588 INFO:teuthology.orchestra.run.trial144.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-17T22:07:47.671 INFO:teuthology.orchestra.run.trial144.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-17T22:07:47.679 INFO:teuthology.orchestra.run.trial144.stderr:done 2026-02-17T22:07:47.681 DEBUG:teuthology.orchestra.run.trial144:> test -d /sys/firmware/efi 2026-02-17T22:07:47.698 DEBUG:teuthology.orchestra.run.trial144:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-17T22:07:47.763 INFO:teuthology.orchestra.run.trial144.stdout:/boot/efi/EFI/BOOT 2026-02-17T22:07:47.763 INFO:teuthology.orchestra.run.trial144.stdout:/boot/efi/EFI/centos 2026-02-17T22:07:47.764 DEBUG:teuthology.orchestra.run.trial144:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-17T22:07:47.830 INFO:teuthology.orchestra.run.trial144.stdout:no 2026-02-17T22:07:47.830 DEBUG:teuthology.orchestra.run.trial144:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-17T22:07:47.894 INFO:teuthology.orchestra.run.trial144.stdout:yes 2026-02-17T22:07:47.895 DEBUG:teuthology.orchestra.run.trial144:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-17T22:07:47.959 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial144 2026-02-17T22:07:47.959 DEBUG:teuthology.orchestra.run.trial144:> sudo bash -c ' 2026-02-17T22:07:47.959 DEBUG:teuthology.orchestra.run.trial144:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-17T22:07:47.959 DEBUG:teuthology.orchestra.run.trial144:> ' 2026-02-17T22:08:18.002 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2026-02-17T22:08:18.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-17T22:08:18.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:08:41.829 DEBUG:teuthology.orchestra.remote:timed out 2026-02-17T22:08:50.833 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-17T22:08:50.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:08:50.976 DEBUG:teuthology.orchestra.run.trial172:> true 2026-02-17T22:08:51.135 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-17T22:08:51.135 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-681.el9.x86_64"... 2026-02-17T22:08:51.135 DEBUG:teuthology.orchestra.run.trial172:> uname -r 2026-02-17T22:08:51.191 INFO:teuthology.orchestra.run.trial172.stdout:5.14.0-681.el9.x86_64 2026-02-17T22:08:51.192 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-17T22:08:51.192 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-17T22:08:51.192 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-17T22:08:52.193 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2026-02-17T22:08:52.193 DEBUG:teuthology.orchestra.run.trial172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-17T22:08:52.223 INFO:teuthology.orchestra.run.trial172.stdout:ttyS1 2026-02-17T22:08:52.247 DEBUG:teuthology.parallel:result is None 2026-02-17T22:09:18.005 DEBUG:teuthology.orchestra.remote:timed out 2026-02-17T22:09:27.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-17T22:09:27.006 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:09:27.095 DEBUG:teuthology.orchestra.run.trial144:> true 2026-02-17T22:09:27.251 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-17T22:09:27.251 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-681.el9.x86_64"... 2026-02-17T22:09:27.251 DEBUG:teuthology.orchestra.run.trial144:> uname -r 2026-02-17T22:09:27.307 INFO:teuthology.orchestra.run.trial144.stdout:5.14.0-681.el9.x86_64 2026-02-17T22:09:27.307 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-17T22:09:27.308 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-17T22:09:27.308 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-17T22:09:28.309 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2026-02-17T22:09:28.309 DEBUG:teuthology.orchestra.run.trial144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-17T22:09:28.338 INFO:teuthology.orchestra.run.trial144.stdout:ttyS1 2026-02-17T22:09:28.364 DEBUG:teuthology.parallel:result is None 2026-02-17T22:09:28.364 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-17T22:09:28.379 INFO:teuthology.task.internal:Creating test directory... 2026-02-17T22:09:28.380 DEBUG:teuthology.orchestra.run.trial144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-17T22:09:28.406 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-17T22:09:28.424 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-17T22:09:28.436 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-17T22:09:28.450 INFO:teuthology.task.internal:Creating archive directory... 2026-02-17T22:09:28.450 DEBUG:teuthology.orchestra.run.trial144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-17T22:09:28.462 DEBUG:teuthology.orchestra.run.trial172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-17T22:09:28.488 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-17T22:09:28.500 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-17T22:09:28.501 DEBUG:teuthology.orchestra.run.trial144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-02-17T22:09:28.520 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:09:28.541 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-17T22:09:28.545 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-17T22:09:28.550 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-17T22:09:28.554 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-17T22:09:28.556 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-17T22:09:28.568 INFO:teuthology.task.internal:Configuring sudo... 2026-02-17T22:09:28.568 DEBUG:teuthology.orchestra.run.trial144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-17T22:09:28.595 DEBUG:teuthology.orchestra.run.trial172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-17T22:09:28.620 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-17T22:09:28.634 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-17T22:09:28.634 DEBUG:teuthology.orchestra.run.trial144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-17T22:09:28.659 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-17T22:09:28.676 DEBUG:teuthology.orchestra.run.trial144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:09:28.833 DEBUG:teuthology.orchestra.run.trial144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:09:28.858 DEBUG:teuthology.orchestra.run.trial144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:09:29.006 DEBUG:teuthology.orchestra.run.trial144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:09:29.031 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:09:29.031 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-17T22:09:29.095 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:09:29.216 DEBUG:teuthology.orchestra.run.trial172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:09:29.241 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:09:29.389 DEBUG:teuthology.orchestra.run.trial172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:09:29.414 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:09:29.415 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-17T22:09:29.479 DEBUG:teuthology.orchestra.run.trial144:> sudo service rsyslog restart 2026-02-17T22:09:29.482 DEBUG:teuthology.orchestra.run.trial172:> sudo service rsyslog restart 2026-02-17T22:09:29.509 INFO:teuthology.orchestra.run.trial144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-17T22:09:29.546 INFO:teuthology.orchestra.run.trial172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-17T22:09:30.069 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-17T22:09:30.084 INFO:teuthology.task.internal:Starting timer... 2026-02-17T22:09:30.085 INFO:teuthology.run_tasks:Running task pcp... 2026-02-17T22:09:30.106 INFO:teuthology.run_tasks:Running task selinux... 2026-02-17T22:09:30.124 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-17T22:09:30.124 DEBUG:teuthology.orchestra.run.trial144:> sudo service auditd rotate 2026-02-17T22:09:30.154 INFO:teuthology.orchestra.run.trial144.stdout:Rotating logs: 2026-02-17T22:09:30.156 DEBUG:teuthology.orchestra.run.trial172:> sudo service auditd rotate 2026-02-17T22:09:30.185 INFO:teuthology.orchestra.run.trial172.stdout:Rotating logs: 2026-02-17T22:09:30.187 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-17T22:09:30.188 DEBUG:teuthology.orchestra.run.trial144:> /usr/sbin/getenforce 2026-02-17T22:09:30.212 INFO:teuthology.orchestra.run.trial144.stdout:Permissive 2026-02-17T22:09:30.213 DEBUG:teuthology.orchestra.run.trial172:> /usr/sbin/getenforce 2026-02-17T22:09:30.243 INFO:teuthology.orchestra.run.trial172.stdout:Permissive 2026-02-17T22:09:30.243 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial144.front.sepia.ceph.com': 'permissive', 'ubuntu@trial172.front.sepia.ceph.com': 'permissive'} 2026-02-17T22:09:30.244 DEBUG:teuthology.orchestra.run.trial144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-17T22:09:30.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:09:30.278 DEBUG:teuthology.orchestra.run.trial172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-17T22:09:30.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:09:30.308 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-17T22:09:30.308 DEBUG:teuthology.orchestra.run.trial144:> sudo /usr/sbin/setenforce permissive 2026-02-17T22:09:30.342 DEBUG:teuthology.orchestra.run.trial172:> sudo /usr/sbin/setenforce permissive 2026-02-17T22:09:30.371 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-17T22:09:30.383 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-17T22:09:30.391 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-17T22:09:30.391 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial144.front.sepia.ceph.com,trial172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-17T22:10:37.849 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial144.front.sepia.ceph.com'), Remote(name='ubuntu@trial172.front.sepia.ceph.com')] 2026-02-17T22:10:37.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-17T22:10:37.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:10:37.962 DEBUG:teuthology.orchestra.run.trial144:> true 2026-02-17T22:10:38.038 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-17T22:10:38.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-17T22:10:38.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-17T22:10:38.125 DEBUG:teuthology.orchestra.run.trial172:> true 2026-02-17T22:10:38.208 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-17T22:10:38.209 INFO:teuthology.run_tasks:Running task clock... 2026-02-17T22:10:38.217 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-17T22:10:38.218 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-17T22:10:38.218 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-17T22:10:38.220 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-17T22:10:38.220 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:10:38.246 INFO:teuthology.orchestra.run.trial144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-17T22:10:38.259 INFO:teuthology.orchestra.run.trial144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-17T22:10:38.276 INFO:teuthology.orchestra.run.trial172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-17T22:10:38.278 INFO:teuthology.orchestra.run.trial144.stderr:sudo: ntpd: command not found 2026-02-17T22:10:38.287 INFO:teuthology.orchestra.run.trial172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-17T22:10:38.288 INFO:teuthology.orchestra.run.trial144.stdout:506 Cannot talk to daemon 2026-02-17T22:10:38.299 INFO:teuthology.orchestra.run.trial144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-17T22:10:38.307 INFO:teuthology.orchestra.run.trial172.stderr:sudo: ntpd: command not found 2026-02-17T22:10:38.311 INFO:teuthology.orchestra.run.trial144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-17T22:10:38.317 INFO:teuthology.orchestra.run.trial172.stdout:506 Cannot talk to daemon 2026-02-17T22:10:38.328 INFO:teuthology.orchestra.run.trial172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-17T22:10:38.340 INFO:teuthology.orchestra.run.trial172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-17T22:10:38.364 INFO:teuthology.orchestra.run.trial144.stderr:bash: line 1: ntpq: command not found 2026-02-17T22:10:38.365 INFO:teuthology.orchestra.run.trial144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-17T22:10:38.365 INFO:teuthology.orchestra.run.trial144.stdout:=============================================================================== 2026-02-17T22:10:38.385 INFO:teuthology.orchestra.run.trial172.stderr:bash: line 1: ntpq: command not found 2026-02-17T22:10:38.390 INFO:teuthology.orchestra.run.trial172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-17T22:10:38.390 INFO:teuthology.orchestra.run.trial172.stdout:=============================================================================== 2026-02-17T22:10:38.390 INFO:teuthology.orchestra.run.trial172.stdout:^? 72-14-186-59.ip.linodeus> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-17T22:10:38.391 INFO:teuthology.run_tasks:Running task pexec... 2026-02-17T22:10:38.404 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-17T22:10:38.405 DEBUG:teuthology.orchestra.run.trial144:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-17T22:10:38.405 DEBUG:teuthology.orchestra.run.trial172:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-17T22:10:38.409 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:10:38.409 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-17T22:10:38.409 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-17T22:10:38.409 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-17T22:10:38.409 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-17T22:10:38.434 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial172.front.sepia.ceph.com 2026-02-17T22:10:38.434 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-17T22:10:38.434 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-17T22:10:38.434 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-17T22:10:38.434 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-17T22:10:38.580 INFO:teuthology.orchestra.run.trial144.stdout:No match for argument: nvme-cli 2026-02-17T22:10:38.580 INFO:teuthology.orchestra.run.trial144.stderr:No packages marked for removal. 2026-02-17T22:10:38.583 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:10:38.583 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:10:38.584 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:10:38.607 INFO:teuthology.orchestra.run.trial172.stdout:No match for argument: nvme-cli 2026-02-17T22:10:38.607 INFO:teuthology.orchestra.run.trial172.stderr:No packages marked for removal. 2026-02-17T22:10:38.610 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:10:38.610 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:10:38.611 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:10:38.890 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Feb 2026 10:10:11 PM UTC. 2026-02-17T22:10:38.923 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Feb 2026 10:10:11 PM UTC. 2026-02-17T22:10:38.971 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout:Upgrading: 2026-02-17T22:10:38.972 INFO:teuthology.orchestra.run.trial144.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout:Install 7 Packages 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout:Upgrade 1 Package 2026-02-17T22:10:38.973 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:38.974 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 6.4 M 2026-02-17T22:10:38.974 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:10:39.004 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:10:39.005 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:10:39.005 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout:Upgrading: 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-17T22:10:39.006 INFO:teuthology.orchestra.run.trial172.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout:Install 7 Packages 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout:Upgrade 1 Package 2026-02-17T22:10:39.007 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:10:39.008 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 6.4 M 2026-02-17T22:10:39.008 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:10:39.223 INFO:teuthology.orchestra.run.trial172.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 1.3 MB/s | 44 kB 00:00 2026-02-17T22:10:39.225 INFO:teuthology.orchestra.run.trial172.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 1.9 MB/s | 72 kB 00:00 2026-02-17T22:10:39.239 INFO:teuthology.orchestra.run.trial172.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 4.9 MB/s | 84 kB 00:00 2026-02-17T22:10:39.243 INFO:teuthology.orchestra.run.trial172.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 8.3 MB/s | 150 kB 00:00 2026-02-17T22:10:39.255 INFO:teuthology.orchestra.run.trial172.stdout:(5/8): nvme-cli-2.16-1.el9.x86_64.rpm 17 MB/s | 1.2 MB 00:00 2026-02-17T22:10:39.264 INFO:teuthology.orchestra.run.trial172.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 12 MB/s | 116 kB 00:00 2026-02-17T22:10:39.267 INFO:teuthology.orchestra.run.trial172.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 30 MB/s | 837 kB 00:00 2026-02-17T22:10:39.417 INFO:teuthology.orchestra.run.trial172.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 23 MB/s | 4.0 MB 00:00 2026-02-17T22:10:39.417 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:10:39.417 INFO:teuthology.orchestra.run.trial172.stdout:Total 16 MB/s | 6.4 MB 00:00 2026-02-17T22:10:39.494 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:10:39.502 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:10:39.502 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:10:39.579 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:10:39.580 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:10:39.664 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:10:39.731 INFO:teuthology.orchestra.run.trial172.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-17T22:10:39.738 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-17T22:10:39.747 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-17T22:10:39.752 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-17T22:10:39.758 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-17T22:10:39.759 INFO:teuthology.orchestra.run.trial172.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-17T22:10:39.814 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-17T22:10:39.818 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-17T22:10:39.822 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-17T22:10:39.887 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-17T22:10:39.890 INFO:teuthology.orchestra.run.trial172.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-17T22:10:40.159 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-17T22:10:40.160 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-17T22:10:40.160 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:10:40.199 INFO:teuthology.orchestra.run.trial172.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-17T22:10:40.215 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:40.433 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-17T22:10:40.434 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-17T22:10:40.454 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] nvme-cli-2.16-1.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvme-cli-2.16-1.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.467 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] nvmetcli-0.8-3.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/nvmetcli-0.8-3.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.467 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] python3-configshell-1.1.30-1.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-configshell-1.1.30-1.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.487 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:40.487 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout:Upgraded: 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:10:40.488 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:10:40.531 INFO:teuthology.orchestra.run.trial144.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 37 kB/s | 44 kB 00:01 2026-02-17T22:10:40.531 INFO:teuthology.orchestra.run.trial144.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 60 kB/s | 72 kB 00:01 2026-02-17T22:10:40.545 DEBUG:teuthology.parallel:result is None 2026-02-17T22:10:40.583 INFO:teuthology.orchestra.run.trial144.stdout:(3/8): nvme-cli-2.16-1.el9.x86_64.rpm 948 kB/s | 1.2 MB 00:01 2026-02-17T22:10:40.928 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] python3-kmod-0.9-32.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-kmod-0.9-32.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.931 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] python3-pyparsing-2.4.7-9.el9.noarch.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-pyparsing-2.4.7-9.el9.noarch.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.972 INFO:teuthology.orchestra.run.trial144.stdout:(4/8): python3-kmod-0.9-32.el9.x86_64.rpm 191 kB/s | 84 kB 00:00 2026-02-17T22:10:40.976 INFO:teuthology.orchestra.run.trial144.stdout:(5/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 338 kB/s | 150 kB 00:00 2026-02-17T22:10:40.985 INFO:teuthology.orchestra.run.trial144.stdout:[MIRROR] python3-urwid-2.1.2-4.el9.x86_64.rpm: Status code: 503 for https://ftp2.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/python3-urwid-2.1.2-4.el9.x86_64.rpm (IP: 140.211.166.134) 2026-02-17T22:10:40.998 INFO:teuthology.orchestra.run.trial144.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 5.1 MB/s | 116 kB 00:00 2026-02-17T22:10:41.062 INFO:teuthology.orchestra.run.trial144.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2026-02-17T22:10:41.788 INFO:teuthology.orchestra.run.trial144.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 4.8 MB/s | 4.0 MB 00:00 2026-02-17T22:10:41.789 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:10:41.789 INFO:teuthology.orchestra.run.trial144.stdout:Total 2.3 MB/s | 6.4 MB 00:02 2026-02-17T22:10:41.867 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:10:41.877 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:10:41.877 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:10:41.953 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:10:41.954 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:10:42.038 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:10:42.108 INFO:teuthology.orchestra.run.trial144.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-17T22:10:42.115 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-17T22:10:42.123 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-17T22:10:42.130 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-17T22:10:42.136 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-17T22:10:42.137 INFO:teuthology.orchestra.run.trial144.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-17T22:10:42.273 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-17T22:10:42.275 INFO:teuthology.orchestra.run.trial144.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-17T22:10:42.551 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-17T22:10:42.551 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-17T22:10:42.551 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:42.590 INFO:teuthology.orchestra.run.trial144.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-17T22:10:42.606 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:42.829 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-17T22:10:42.830 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout:Upgraded: 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:10:42.887 INFO:teuthology.orchestra.run.trial144.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-17T22:10:42.888 INFO:teuthology.orchestra.run.trial144.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-17T22:10:42.888 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-17T22:10:42.888 INFO:teuthology.orchestra.run.trial144.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-17T22:10:42.888 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:42.888 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:10:42.940 DEBUG:teuthology.parallel:result is None 2026-02-17T22:10:42.941 INFO:teuthology.run_tasks:Running task install... 2026-02-17T22:10:42.954 DEBUG:teuthology.task.install:project ceph 2026-02-17T22:10:42.954 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}} 2026-02-17T22:10:42.954 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-17T22:10:42.955 INFO:teuthology.task.install:Using flavor: default 2026-02-17T22:10:42.964 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-17T22:10:42.964 INFO:teuthology.task.install:extra packages: [] 2026-02-17T22:10:42.964 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-17T22:10:42.965 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:10:42.965 INFO:teuthology.packaging:ref: None 2026-02-17T22:10:42.965 INFO:teuthology.packaging:tag: None 2026-02-17T22:10:42.965 INFO:teuthology.packaging:branch: reef 2026-02-17T22:10:42.965 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:10:42.966 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2026-02-17T22:10:42.968 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-17T22:10:42.968 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:10:42.968 INFO:teuthology.packaging:ref: None 2026-02-17T22:10:42.968 INFO:teuthology.packaging:tag: None 2026-02-17T22:10:42.969 INFO:teuthology.packaging:branch: reef 2026-02-17T22:10:42.969 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:10:42.969 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2026-02-17T22:10:43.203 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/ 2026-02-17T22:10:43.203 INFO:teuthology.task.install.rpm:Package version is 18.2.7-1047.ge6ab6507 2026-02-17T22:10:43.209 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/ 2026-02-17T22:10:43.210 INFO:teuthology.task.install.rpm:Package version is 18.2.7-1047.ge6ab6507 2026-02-17T22:10:43.395 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-17T22:10:43.395 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:10:43.395 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-17T22:10:43.403 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-17T22:10:43.403 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:10:43.403 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-17T22:10:43.421 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, 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-17T22:10:43.421 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:10:43.421 INFO:teuthology.packaging:ref: None 2026-02-17T22:10:43.421 INFO:teuthology.packaging:tag: None 2026-02-17T22:10:43.421 INFO:teuthology.packaging:branch: reef 2026-02-17T22:10:43.422 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:10:43.422 DEBUG:teuthology.orchestra.run.trial144:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-17T22:10:43.429 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, 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-17T22:10:43.429 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:10:43.429 INFO:teuthology.packaging:ref: None 2026-02-17T22:10:43.429 INFO:teuthology.packaging:tag: None 2026-02-17T22:10:43.429 INFO:teuthology.packaging:branch: reef 2026-02-17T22:10:43.429 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:10:43.429 DEBUG:teuthology.orchestra.run.trial172:> 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_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-17T22:10:43.488 DEBUG:teuthology.orchestra.run.trial144:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-17T22:10:43.496 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:10:43.560 DEBUG:teuthology.orchestra.run.trial144:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-17T22:10:43.573 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:10:43.624 INFO:teuthology.orchestra.run.trial144.stdout:check_obsoletes = 1 2026-02-17T22:10:43.626 DEBUG:teuthology.orchestra.run.trial144:> sudo yum clean all 2026-02-17T22:10:43.639 INFO:teuthology.orchestra.run.trial172.stdout:check_obsoletes = 1 2026-02-17T22:10:43.641 DEBUG:teuthology.orchestra.run.trial172:> sudo yum clean all 2026-02-17T22:10:43.779 INFO:teuthology.orchestra.run.trial144.stdout:41 files removed 2026-02-17T22:10:43.791 INFO:teuthology.orchestra.run.trial172.stdout:41 files removed 2026-02-17T22:10:43.793 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-radosgw 2026-02-17T22:10:43.806 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-radosgw 2026-02-17T22:10:44.070 INFO:teuthology.orchestra.run.trial144.stdout:ceph packages for x86_64 611 kB/s | 79 kB 00:00 2026-02-17T22:10:44.079 INFO:teuthology.orchestra.run.trial172.stdout:ceph packages for x86_64 621 kB/s | 79 kB 00:00 2026-02-17T22:10:44.199 INFO:teuthology.orchestra.run.trial144.stdout:ceph noarch packages 113 kB/s | 12 kB 00:00 2026-02-17T22:10:44.208 INFO:teuthology.orchestra.run.trial172.stdout:ceph noarch packages 111 kB/s | 12 kB 00:00 2026-02-17T22:10:44.322 INFO:teuthology.orchestra.run.trial144.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-17T22:10:44.333 INFO:teuthology.orchestra.run.trial172.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-17T22:10:45.778 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.9 MB 00:01 2026-02-17T22:10:49.502 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 27 MB 00:03 2026-02-17T22:10:52.949 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-17T22:10:52.997 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 7.8 MB 00:01 2026-02-17T22:10:53.907 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - Extras packages 109 kB/s | 20 kB 00:00 2026-02-17T22:10:55.115 INFO:teuthology.orchestra.run.trial144.stdout:Extra Packages for Enterprise Linux 18 MB/s | 20 MB 00:01 2026-02-17T22:10:56.675 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 27 MB 00:03 2026-02-17T22:10:58.275 INFO:teuthology.orchestra.run.trial144.stdout:lab-extras 1.8 MB/s | 50 kB 00:00 2026-02-17T22:10:59.494 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: ceph-radosgw x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 7.8 M 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout:Upgrading: 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: librados2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.3 M 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: librbd1 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.0 M 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-17T22:10:59.495 INFO:teuthology.orchestra.run.trial144.stdout: ceph-base x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 5.1 M 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: ceph-common x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 18 M 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: ceph-selinux x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 25 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 710 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: libradosstriper1 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 475 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-17T22:10:59.496 INFO:teuthology.orchestra.run.trial144.stdout: librgw2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 4.5 M 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-argparse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 45 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-common x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 130 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-cephfs x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 162 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-rados x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 323 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-rbd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 301 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: python3-rgw x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 100 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-17T22:10:59.497 INFO:teuthology.orchestra.run.trial144.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout:Install 28 Packages 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout:Upgrade 2 Packages 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:10:59.498 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 53 M 2026-02-17T22:10:59.499 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:00.103 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-17T22:11:00.414 INFO:teuthology.orchestra.run.trial144.stdout:(1/30): ceph-radosgw-18.2.7-1047.ge6ab6507.el9. 18 MB/s | 7.8 MB 00:00 2026-02-17T22:11:00.420 INFO:teuthology.orchestra.run.trial144.stdout:(2/30): ceph-base-18.2.7-1047.ge6ab6507.el9.x86 11 MB/s | 5.1 MB 00:00 2026-02-17T22:11:00.442 INFO:teuthology.orchestra.run.trial144.stdout:(3/30): ceph-selinux-18.2.7-1047.ge6ab6507.el9. 906 kB/s | 25 kB 00:00 2026-02-17T22:11:00.463 INFO:teuthology.orchestra.run.trial144.stdout:(4/30): libcephfs2-18.2.7-1047.ge6ab6507.el9.x8 16 MB/s | 710 kB 00:00 2026-02-17T22:11:00.491 INFO:teuthology.orchestra.run.trial144.stdout:(5/30): libradosstriper1-18.2.7-1047.ge6ab6507. 9.4 MB/s | 475 kB 00:00 2026-02-17T22:11:00.537 INFO:teuthology.orchestra.run.trial144.stdout:(6/30): python3-ceph-argparse-18.2.7-1047.ge6ab 979 kB/s | 45 kB 00:00 2026-02-17T22:11:00.588 INFO:teuthology.orchestra.run.trial144.stdout:(7/30): python3-ceph-common-18.2.7-1047.ge6ab65 2.5 MB/s | 130 kB 00:00 2026-02-17T22:11:00.642 INFO:teuthology.orchestra.run.trial144.stdout:(8/30): python3-cephfs-18.2.7-1047.ge6ab6507.el 2.9 MB/s | 162 kB 00:00 2026-02-17T22:11:00.700 INFO:teuthology.orchestra.run.trial144.stdout:(9/30): ceph-common-18.2.7-1047.ge6ab6507.el9.x 25 MB/s | 18 MB 00:00 2026-02-17T22:11:00.701 INFO:teuthology.orchestra.run.trial144.stdout:(10/30): python3-rados-18.2.7-1047.ge6ab6507.el 5.3 MB/s | 323 kB 00:00 2026-02-17T22:11:00.707 INFO:teuthology.orchestra.run.trial144.stdout:(11/30): librgw2-18.2.7-1047.ge6ab6507.el9.x86_ 18 MB/s | 4.5 MB 00:00 2026-02-17T22:11:00.712 INFO:teuthology.orchestra.run.trial144.stdout:(12/30): python3-rbd-18.2.7-1047.ge6ab6507.el9. 24 MB/s | 301 kB 00:00 2026-02-17T22:11:00.713 INFO:teuthology.orchestra.run.trial144.stdout:(13/30): python3-rgw-18.2.7-1047.ge6ab6507.el9. 8.4 MB/s | 100 kB 00:00 2026-02-17T22:11:00.739 INFO:teuthology.orchestra.run.trial144.stdout:(14/30): boost-program-options-1.75.0-13.el9.x8 3.8 MB/s | 104 kB 00:00 2026-02-17T22:11:00.740 INFO:teuthology.orchestra.run.trial144.stdout:(15/30): libpmemobj-1.12.1-1.el9.x86_64.rpm 5.8 MB/s | 160 kB 00:00 2026-02-17T22:11:00.744 INFO:teuthology.orchestra.run.trial144.stdout:(16/30): librabbitmq-0.11.0-7.el9.x86_64.rpm 10 MB/s | 45 kB 00:00 2026-02-17T22:11:00.753 INFO:teuthology.orchestra.run.trial144.stdout:(17/30): lttng-ust-2.12.0-6.el9.x86_64.rpm 31 MB/s | 292 kB 00:00 2026-02-17T22:11:00.762 INFO:teuthology.orchestra.run.trial144.stdout:(18/30): librdkafka-1.6.1-102.el9.x86_64.rpm 30 MB/s | 662 kB 00:00 2026-02-17T22:11:00.767 INFO:teuthology.orchestra.run.trial144.stdout:(19/30): mailcap-2.1.49-5.el9.noarch.rpm 549 kB/s | 33 kB 00:00 2026-02-17T22:11:00.904 INFO:teuthology.orchestra.run.trial144.stdout:(20/30): fmt-8.1.1-5.el9.x86_64.rpm 735 kB/s | 111 kB 00:00 2026-02-17T22:11:00.925 INFO:teuthology.orchestra.run.trial144.stdout:(21/30): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.2 MB/s | 25 kB 00:00 2026-02-17T22:11:00.944 INFO:teuthology.orchestra.run.trial144.stdout:(22/30): liboath-2.6.12-1.el9.x86_64.rpm 2.4 MB/s | 49 kB 00:00 2026-02-17T22:11:00.964 INFO:teuthology.orchestra.run.trial144.stdout:(23/30): libunwind-1.6.2-1.el9.x86_64.rpm 3.3 MB/s | 67 kB 00:00 2026-02-17T22:11:01.024 INFO:teuthology.orchestra.run.trial144.stdout:(24/30): parquet-libs-9.0.0-15.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2026-02-17T22:11:01.045 INFO:teuthology.orchestra.run.trial144.stdout:(25/30): re2-20211101-20.el9.x86_64.rpm 8.8 MB/s | 191 kB 00:00 2026-02-17T22:11:01.088 INFO:teuthology.orchestra.run.trial144.stdout:(26/30): thrift-0.15.0-4.el9.x86_64.rpm 37 MB/s | 1.6 MB 00:00 2026-02-17T22:11:01.092 INFO:teuthology.orchestra.run.trial144.stdout:(27/30): gperftools-libs-2.9.1-3.el9.x86_64.rpm 932 kB/s | 308 kB 00:00 2026-02-17T22:11:01.185 INFO:teuthology.orchestra.run.trial144.stdout:(28/30): librbd1-18.2.7-1047.ge6ab6507.el9.x86_ 32 MB/s | 3.0 MB 00:00 2026-02-17T22:11:01.201 INFO:teuthology.orchestra.run.trial144.stdout:(29/30): librados2-18.2.7-1047.ge6ab6507.el9.x8 29 MB/s | 3.3 MB 00:00 2026-02-17T22:11:02.102 INFO:teuthology.orchestra.run.trial172.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 20 kB 00:01 2026-02-17T22:11:02.317 INFO:teuthology.orchestra.run.trial144.stdout:(30/30): libarrow-9.0.0-15.el9.x86_64.rpm 2.8 MB/s | 4.4 MB 00:01 2026-02-17T22:11:02.319 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:02.319 INFO:teuthology.orchestra.run.trial144.stdout:Total 19 MB/s | 53 MB 00:02 2026-02-17T22:11:02.370 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:02.387 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:02.387 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:02.588 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:02.588 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:02.838 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:02.847 INFO:teuthology.orchestra.run.trial144.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/32 2026-02-17T22:11:02.849 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/32 2026-02-17T22:11:02.860 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/32 2026-02-17T22:11:03.008 INFO:teuthology.orchestra.run.trial144.stdout: Installing : thrift-0.15.0-4.el9.x86_64 4/32 2026-02-17T22:11:03.012 INFO:teuthology.orchestra.run.trial144.stdout: Upgrading : librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:03.043 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:03.073 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 6/32 2026-02-17T22:11:03.074 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:03.086 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:03.090 INFO:teuthology.orchestra.run.trial144.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/32 2026-02-17T22:11:03.099 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9. 9/32 2026-02-17T22:11:03.120 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 10/32 2026-02-17T22:11:03.121 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 11/32 2026-02-17T22:11:03.134 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 11/32 2026-02-17T22:11:03.169 INFO:teuthology.orchestra.run.trial144.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/32 2026-02-17T22:11:03.174 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 13/32 2026-02-17T22:11:03.180 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/32 2026-02-17T22:11:03.183 INFO:teuthology.orchestra.run.trial144.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/32 2026-02-17T22:11:03.185 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 16/32 2026-02-17T22:11:03.188 INFO:teuthology.orchestra.run.trial144.stdout: Installing : fmt-8.1.1-5.el9.x86_64 17/32 2026-02-17T22:11:03.322 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/32 2026-02-17T22:11:03.323 INFO:teuthology.orchestra.run.trial144.stdout: Upgrading : librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 19/32 2026-02-17T22:11:03.350 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 19/32 2026-02-17T22:11:03.352 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 20/32 2026-02-17T22:11:03.359 INFO:teuthology.orchestra.run.trial144.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/32 2026-02-17T22:11:03.546 INFO:teuthology.orchestra.run.trial144.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/32 2026-02-17T22:11:03.547 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 23/32 2026-02-17T22:11:03.564 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 23/32 2026-02-17T22:11:03.567 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 24/32 2026-02-17T22:11:03.591 INFO:teuthology.orchestra.run.trial144.stdout: Installing : mailcap-2.1.49-5.el9.noarch 25/32 2026-02-17T22:11:03.592 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x8 26/32 2026-02-17T22:11:04.438 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:04.441 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:04.707 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:04.710 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 28/32 2026-02-17T22:11:04.750 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 28/32 2026-02-17T22:11:04.750 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-17T22:11:04.751 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-17T22:11:04.751 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:04.754 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /sys 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /proc 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /mnt 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /var/tmp 2026-02-17T22:11:09.271 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /home 2026-02-17T22:11:09.272 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /root 2026-02-17T22:11:09.272 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /tmp 2026-02-17T22:11:09.272 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:09.613 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 30/32 2026-02-17T22:11:09.637 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 30/32 2026-02-17T22:11:09.638 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:09.638 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-17T22:11:09.638 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-17T22:11:09.638 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-17T22:11:09.638 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:09.639 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 31/32 2026-02-17T22:11:09.651 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 31/32 2026-02-17T22:11:09.652 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:09.950 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 3/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 6/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9. 8/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x8 9/32 2026-02-17T22:11:09.951 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 10/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 11/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 12/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 13/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 15/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 20/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 22/32 2026-02-17T22:11:09.952 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 23/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 24/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 25/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 26/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : re2-1:20211101-20.el9.x86_64 27/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 28/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 30/32 2026-02-17T22:11:09.953 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 31/32 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout:Upgraded: 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout: librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout: librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:10.006 INFO:teuthology.orchestra.run.trial144.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: fmt-8.1.1-5.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.007 INFO:teuthology.orchestra.run.trial144.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.008 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: re2-1:20211101-20.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:10.009 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:10.045 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-test 2026-02-17T22:11:10.355 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:12 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:10.436 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:10.437 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:10.437 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: ceph-test x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 36 M 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: libcephsqlite x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 166 k 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:10.438 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:10.439 INFO:teuthology.orchestra.run.trial144.stdout:Install 5 Packages 2026-02-17T22:11:10.439 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:10.439 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 37 M 2026-02-17T22:11:10.439 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 151 M 2026-02-17T22:11:10.439 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:10.584 INFO:teuthology.orchestra.run.trial144.stdout:(1/5): libcephsqlite-18.2.7-1047.ge6ab6507.el9. 2.0 MB/s | 166 kB 00:00 2026-02-17T22:11:11.269 INFO:teuthology.orchestra.run.trial144.stdout:(2/5): ceph-test-18.2.7-1047.ge6ab6507.el9.x86_ 47 MB/s | 36 MB 00:00 2026-02-17T22:11:11.274 INFO:teuthology.orchestra.run.trial144.stdout:(3/5): libxslt-1.1.34-12.el9.x86_64.rpm 301 kB/s | 233 kB 00:00 2026-02-17T22:11:11.385 INFO:teuthology.orchestra.run.trial144.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 378 kB/s | 303 kB 00:00 2026-02-17T22:11:11.447 INFO:teuthology.orchestra.run.trial144.stdout:(5/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 359 kB/s | 64 kB 00:00 2026-02-17T22:11:11.451 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:11.451 INFO:teuthology.orchestra.run.trial144.stdout:Total 37 MB/s | 37 MB 00:01 2026-02-17T22:11:11.478 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:11.488 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:11.488 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:11.636 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:11.637 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:11.806 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:11.812 INFO:teuthology.orchestra.run.trial144.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-17T22:11:11.817 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-17T22:11:11.825 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-17T22:11:11.826 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/5 2026-02-17T22:11:13.467 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/5 2026-02-17T22:11:13.485 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/5 2026-02-17T22:11:13.677 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/5 2026-02-17T22:11:13.677 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/5 2026-02-17T22:11:13.677 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/5 2026-02-17T22:11:13.678 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-17T22:11:13.678 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-17T22:11:13.730 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:13.731 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:13.761 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph 2026-02-17T22:11:14.095 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:16 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:14.180 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout: ceph x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 6.5 k 2026-02-17T22:11:14.183 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-grafana-dashboards noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 24 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mds x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 2.1 M 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 1.5 M 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-modules-core noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 248 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mon x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 4.7 M 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 17 M 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: ceph-prometheus-alerts noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 17 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: cephadm noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 226 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-17T22:11:14.184 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-17T22:11:14.185 INFO:teuthology.orchestra.run.trial144.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-17T22:11:14.186 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-17T22:11:14.187 INFO:teuthology.orchestra.run.trial144.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-17T22:11:14.188 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-17T22:11:14.189 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout:Installing weak dependencies: 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-cephadm noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 140 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-dashboard noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 3.5 M 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 7.4 M 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-k8sevents noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 22 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-rook noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 49 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: ceph-volume noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 267 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:14.190 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:14.191 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-17T22:11:14.191 INFO:teuthology.orchestra.run.trial144.stdout:Install 85 Packages 2026-02-17T22:11:14.191 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:14.191 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 88 M 2026-02-17T22:11:14.192 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 496 M 2026-02-17T22:11:14.192 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:14.817 INFO:teuthology.orchestra.run.trial144.stdout:(1/85): ceph-18.2.7-1047.ge6ab6507.el9.x86_64.r 130 kB/s | 6.5 kB 00:00 2026-02-17T22:11:14.934 INFO:teuthology.orchestra.run.trial144.stdout:(2/85): ceph-mds-18.2.7-1047.ge6ab6507.el9.x86_ 13 MB/s | 2.1 MB 00:00 2026-02-17T22:11:14.936 INFO:teuthology.orchestra.run.trial144.stdout:(3/85): ceph-mgr-18.2.7-1047.ge6ab6507.el9.x86_ 8.6 MB/s | 1.5 MB 00:00 2026-02-17T22:11:14.971 INFO:teuthology.orchestra.run.trial144.stdout:(4/85): ceph-grafana-dashboards-18.2.7-1047.ge6 699 kB/s | 24 kB 00:00 2026-02-17T22:11:15.010 INFO:teuthology.orchestra.run.trial144.stdout:(5/85): ceph-mgr-cephadm-18.2.7-1047.ge6ab6507. 3.5 MB/s | 140 kB 00:00 2026-02-17T22:11:15.075 INFO:teuthology.orchestra.run.trial144.stdout:(6/85): ceph-mon-18.2.7-1047.ge6ab6507.el9.x86_ 18 MB/s | 4.7 MB 00:00 2026-02-17T22:11:15.227 INFO:teuthology.orchestra.run.trial144.stdout:(7/85): ceph-mgr-dashboard-18.2.7-1047.ge6ab650 16 MB/s | 3.5 MB 00:00 2026-02-17T22:11:15.275 INFO:teuthology.orchestra.run.trial144.stdout:(8/85): ceph-mgr-k8sevents-18.2.7-1047.ge6ab650 467 kB/s | 22 kB 00:00 2026-02-17T22:11:15.329 INFO:teuthology.orchestra.run.trial144.stdout:(9/85): ceph-mgr-modules-core-18.2.7-1047.ge6ab 4.5 MB/s | 248 kB 00:00 2026-02-17T22:11:15.382 INFO:teuthology.orchestra.run.trial144.stdout:(10/85): ceph-mgr-rook-18.2.7-1047.ge6ab6507.el 936 kB/s | 49 kB 00:00 2026-02-17T22:11:15.437 INFO:teuthology.orchestra.run.trial144.stdout:(11/85): ceph-prometheus-alerts-18.2.7-1047.ge6 304 kB/s | 17 kB 00:00 2026-02-17T22:11:15.455 INFO:teuthology.orchestra.run.trial144.stdout:(12/85): ceph-mgr-diskprediction-local-18.2.7-1 19 MB/s | 7.4 MB 00:00 2026-02-17T22:11:15.490 INFO:teuthology.orchestra.run.trial144.stdout:(13/85): ceph-osd-18.2.7-1047.ge6ab6507.el9.x86 30 MB/s | 17 MB 00:00 2026-02-17T22:11:15.492 INFO:teuthology.orchestra.run.trial144.stdout:(14/85): cephadm-18.2.7-1047.ge6ab6507.el9.noar 6.0 MB/s | 226 kB 00:00 2026-02-17T22:11:15.492 INFO:teuthology.orchestra.run.trial144.stdout:(15/85): ceph-volume-18.2.7-1047.ge6ab6507.el9. 4.7 MB/s | 267 kB 00:00 2026-02-17T22:11:15.555 INFO:teuthology.orchestra.run.trial144.stdout:(16/85): ledmon-libs-1.1.0-3.el9.x86_64.rpm 643 kB/s | 40 kB 00:00 2026-02-17T22:11:15.562 INFO:teuthology.orchestra.run.trial144.stdout:(17/85): libconfig-1.7.2-9.el9.x86_64.rpm 1.0 MB/s | 72 kB 00:00 2026-02-17T22:11:15.596 INFO:teuthology.orchestra.run.trial144.stdout:(18/85): cryptsetup-2.8.1-2.el9.x86_64.rpm 3.3 MB/s | 350 kB 00:00 2026-02-17T22:11:15.609 INFO:teuthology.orchestra.run.trial144.stdout:(19/85): libquadmath-11.5.0-14.el9.x86_64.rpm 3.9 MB/s | 184 kB 00:00 2026-02-17T22:11:15.620 INFO:teuthology.orchestra.run.trial144.stdout:(20/85): python3-cffi-1.14.5-5.el9.x86_64.rpm 10 MB/s | 253 kB 00:00 2026-02-17T22:11:15.641 INFO:teuthology.orchestra.run.trial144.stdout:(21/85): libgfortran-11.5.0-14.el9.x86_64.rpm 9.0 MB/s | 794 kB 00:00 2026-02-17T22:11:15.643 INFO:teuthology.orchestra.run.trial144.stdout:(22/85): python3-ply-3.11-14.el9.noarch.rpm 4.5 MB/s | 106 kB 00:00 2026-02-17T22:11:15.666 INFO:teuthology.orchestra.run.trial144.stdout:(23/85): python3-pycparser-2.20-6.el9.noarch.rp 5.4 MB/s | 135 kB 00:00 2026-02-17T22:11:15.667 INFO:teuthology.orchestra.run.trial144.stdout:(24/85): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-17T22:11:15.688 INFO:teuthology.orchestra.run.trial144.stdout:(25/85): python3-urllib3-1.26.5-7.el9.noarch.rp 9.4 MB/s | 218 kB 00:00 2026-02-17T22:11:15.700 INFO:teuthology.orchestra.run.trial144.stdout:(26/85): python3-cryptography-36.0.1-5.el9.x86_ 14 MB/s | 1.2 MB 00:00 2026-02-17T22:11:15.700 INFO:teuthology.orchestra.run.trial144.stdout:(27/85): flexiblas-3.0.4-9.el9.x86_64.rpm 910 kB/s | 30 kB 00:00 2026-02-17T22:11:15.708 INFO:teuthology.orchestra.run.trial144.stdout:(28/85): flexiblas-openblas-openmp-3.0.4-9.el9. 1.7 MB/s | 15 kB 00:00 2026-02-17T22:11:15.718 INFO:teuthology.orchestra.run.trial144.stdout:(29/85): openblas-0.3.29-1.el9.x86_64.rpm 4.1 MB/s | 42 kB 00:00 2026-02-17T22:11:15.746 INFO:teuthology.orchestra.run.trial144.stdout:(30/85): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 5.3 MB/s | 246 kB 00:00 2026-02-17T22:11:15.764 INFO:teuthology.orchestra.run.trial144.stdout:(31/85): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 39 MB/s | 3.0 MB 00:00 2026-02-17T22:11:15.778 INFO:teuthology.orchestra.run.trial144.stdout:(32/85): openblas-openmp-0.3.29-1.el9.x86_64.rp 89 MB/s | 5.3 MB 00:00 2026-02-17T22:11:15.779 INFO:teuthology.orchestra.run.trial144.stdout:(33/85): python3-devel-3.9.25-2.el9.x86_64.rpm 16 MB/s | 244 kB 00:00 2026-02-17T22:11:15.789 INFO:teuthology.orchestra.run.trial144.stdout:(34/85): python3-jinja2-2.11.3-8.el9.noarch.rpm 22 MB/s | 249 kB 00:00 2026-02-17T22:11:15.792 INFO:teuthology.orchestra.run.trial144.stdout:(35/85): python3-libstoragemgmt-1.10.1-1.el9.x8 14 MB/s | 177 kB 00:00 2026-02-17T22:11:15.804 INFO:teuthology.orchestra.run.trial144.stdout:(36/85): python3-lxml-4.6.5-3.el9.x86_64.rpm 86 MB/s | 1.2 MB 00:00 2026-02-17T22:11:15.804 INFO:teuthology.orchestra.run.trial144.stdout:(37/85): python3-mako-1.1.4-6.el9.noarch.rpm 13 MB/s | 172 kB 00:00 2026-02-17T22:11:15.813 INFO:teuthology.orchestra.run.trial144.stdout:(38/85): python3-markupsafe-1.1.1-12.el9.x86_64 3.8 MB/s | 35 kB 00:00 2026-02-17T22:11:15.824 INFO:teuthology.orchestra.run.trial144.stdout:(39/85): python3-numpy-f2py-1.23.5-2.el9.x86_64 39 MB/s | 442 kB 00:00 2026-02-17T22:11:15.839 INFO:teuthology.orchestra.run.trial144.stdout:(40/85): python3-numpy-1.23.5-2.el9.x86_64.rpm 177 MB/s | 6.1 MB 00:00 2026-02-17T22:11:15.840 INFO:teuthology.orchestra.run.trial144.stdout:(41/85): python3-packaging-20.9-5.el9.noarch.rp 4.8 MB/s | 77 kB 00:00 2026-02-17T22:11:15.850 INFO:teuthology.orchestra.run.trial144.stdout:(42/85): python3-pyasn1-modules-0.4.8-6.el9.noa 27 MB/s | 279 kB 00:00 2026-02-17T22:11:15.851 INFO:teuthology.orchestra.run.trial144.stdout:(43/85): python3-pyasn1-0.4.8-6.el9.noarch.rpm 14 MB/s | 159 kB 00:00 2026-02-17T22:11:15.860 INFO:teuthology.orchestra.run.trial144.stdout:(44/85): python3-requests-oauthlib-1.3.0-12.el9 5.5 MB/s | 54 kB 00:00 2026-02-17T22:11:15.869 INFO:teuthology.orchestra.run.trial144.stdout:(45/85): python3-toml-0.10.2-6.el9.noarch.rpm 4.5 MB/s | 42 kB 00:00 2026-02-17T22:11:15.885 INFO:teuthology.orchestra.run.trial144.stdout:(46/85): python3-babel-2.9.1-2.el9.noarch.rpm 43 MB/s | 6.0 MB 00:00 2026-02-17T22:11:15.886 INFO:teuthology.orchestra.run.trial144.stdout:(47/85): xmlsec1-1.2.29-13.el9.x86_64.rpm 11 MB/s | 189 kB 00:00 2026-02-17T22:11:15.895 INFO:teuthology.orchestra.run.trial144.stdout:(48/85): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 9.1 MB/s | 90 kB 00:00 2026-02-17T22:11:15.938 INFO:teuthology.orchestra.run.trial144.stdout:(49/85): python3-scipy-1.9.3-2.el9.x86_64.rpm 220 MB/s | 19 MB 00:00 2026-02-17T22:11:16.099 INFO:teuthology.orchestra.run.trial144.stdout:(50/85): python3-autocommand-2.2.2-8.el9.noarch 145 kB/s | 29 kB 00:00 2026-02-17T22:11:16.202 INFO:teuthology.orchestra.run.trial144.stdout:(51/85): python3-backports-tarfile-1.2.0-1.el9. 228 kB/s | 60 kB 00:00 2026-02-17T22:11:16.215 INFO:teuthology.orchestra.run.trial144.stdout:(52/85): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 372 kB/s | 43 kB 00:00 2026-02-17T22:11:16.284 INFO:teuthology.orchestra.run.trial144.stdout:(53/85): python3-cachetools-4.2.4-1.el9.noarch. 392 kB/s | 32 kB 00:00 2026-02-17T22:11:16.289 INFO:teuthology.orchestra.run.trial144.stdout:(54/85): python3-certifi-2023.05.07-4.el9.noarc 191 kB/s | 14 kB 00:00 2026-02-17T22:11:16.353 INFO:teuthology.orchestra.run.trial144.stdout:(55/85): python3-asyncssh-2.13.2-5.el9.noarch.r 1.1 MB/s | 548 kB 00:00 2026-02-17T22:11:16.433 INFO:teuthology.orchestra.run.trial144.stdout:(56/85): python3-google-auth-2.45.0-1.el9.noarc 3.1 MB/s | 254 kB 00:00 2026-02-17T22:11:16.460 INFO:teuthology.orchestra.run.trial144.stdout:(57/85): python3-cheroot-10.0.1-4.el9.noarch.rp 986 kB/s | 173 kB 00:00 2026-02-17T22:11:16.509 INFO:teuthology.orchestra.run.trial144.stdout:(58/85): python3-influxdb-5.3.1-1.el9.noarch.rp 1.8 MB/s | 139 kB 00:00 2026-02-17T22:11:16.536 INFO:teuthology.orchestra.run.trial144.stdout:(59/85): python3-isodate-0.6.1-3.el9.noarch.rpm 737 kB/s | 56 kB 00:00 2026-02-17T22:11:16.545 INFO:teuthology.orchestra.run.trial144.stdout:(60/85): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2026-02-17T22:11:16.602 INFO:teuthology.orchestra.run.trial144.stdout:(61/85): python3-jaraco-classes-3.2.1-5.el9.noa 269 kB/s | 18 kB 00:00 2026-02-17T22:11:16.607 INFO:teuthology.orchestra.run.trial144.stdout:(62/85): python3-jaraco-8.2.1-3.el9.noarch.rpm 109 kB/s | 11 kB 00:00 2026-02-17T22:11:16.610 INFO:teuthology.orchestra.run.trial144.stdout:(63/85): python3-jaraco-collections-3.0.0-8.el9 356 kB/s | 23 kB 00:00 2026-02-17T22:11:16.669 INFO:teuthology.orchestra.run.trial144.stdout:(64/85): python3-jaraco-context-6.0.1-3.el9.noa 293 kB/s | 20 kB 00:00 2026-02-17T22:11:16.676 INFO:teuthology.orchestra.run.trial144.stdout:(65/85): python3-jaraco-text-4.0.0-2.el9.noarch 404 kB/s | 26 kB 00:00 2026-02-17T22:11:16.695 INFO:teuthology.orchestra.run.trial144.stdout:(66/85): python3-jaraco-functools-3.5.0-2.el9.n 220 kB/s | 19 kB 00:00 2026-02-17T22:11:16.743 INFO:teuthology.orchestra.run.trial144.stdout:(67/85): python3-logutils-0.3.5-21.el9.noarch.r 686 kB/s | 46 kB 00:00 2026-02-17T22:11:16.787 INFO:teuthology.orchestra.run.trial144.stdout:(68/85): python3-more-itertools-8.12.0-2.el9.no 855 kB/s | 79 kB 00:00 2026-02-17T22:11:16.814 INFO:teuthology.orchestra.run.trial144.stdout:(69/85): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.2 MB/s | 86 kB 00:00 2026-02-17T22:11:16.883 INFO:teuthology.orchestra.run.trial144.stdout:(70/85): python3-natsort-7.1.1-5.el9.noarch.rpm 609 kB/s | 58 kB 00:00 2026-02-17T22:11:16.901 INFO:teuthology.orchestra.run.trial144.stdout:(71/85): python3-kubernetes-26.1.0-3.el9.noarch 4.4 MB/s | 1.0 MB 00:00 2026-02-17T22:11:16.909 INFO:teuthology.orchestra.run.trial144.stdout:(72/85): python3-pecan-1.4.2-3.el9.noarch.rpm 2.8 MB/s | 272 kB 00:00 2026-02-17T22:11:16.959 INFO:teuthology.orchestra.run.trial144.stdout:(73/85): python3-portend-3.1.0-2.el9.noarch.rpm 215 kB/s | 16 kB 00:00 2026-02-17T22:11:16.973 INFO:teuthology.orchestra.run.trial144.stdout:(74/85): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2026-02-17T22:11:16.974 INFO:teuthology.orchestra.run.trial144.stdout:(75/85): python3-repoze-lru-0.7-16.el9.noarch.r 469 kB/s | 31 kB 00:00 2026-02-17T22:11:17.038 INFO:teuthology.orchestra.run.trial144.stdout:(76/85): python3-rsa-4.9-2.el9.noarch.rpm 912 kB/s | 59 kB 00:00 2026-02-17T22:11:17.038 INFO:teuthology.orchestra.run.trial144.stdout:(77/85): python3-routes-2.5.1-5.el9.noarch.rpm 2.3 MB/s | 188 kB 00:00 2026-02-17T22:11:17.050 INFO:teuthology.orchestra.run.trial144.stdout:(78/85): python3-saml-1.16.0-1.el9.noarch.rpm 1.6 MB/s | 125 kB 00:00 2026-02-17T22:11:17.104 INFO:teuthology.orchestra.run.trial144.stdout:(79/85): python3-typing-extensions-4.15.0-1.el9 1.3 MB/s | 86 kB 00:00 2026-02-17T22:11:17.138 INFO:teuthology.orchestra.run.trial144.stdout:(80/85): python3-webob-1.8.8-2.el9.noarch.rpm 2.5 MB/s | 230 kB 00:00 2026-02-17T22:11:17.147 INFO:teuthology.orchestra.run.trial144.stdout:(81/85): python3-tempora-5.0.0-2.el9.noarch.rpm 325 kB/s | 36 kB 00:00 2026-02-17T22:11:17.168 INFO:teuthology.orchestra.run.trial144.stdout:(82/85): python3-websocket-client-1.2.3-2.el9.n 1.4 MB/s | 90 kB 00:00 2026-02-17T22:11:17.213 INFO:teuthology.orchestra.run.trial144.stdout:(83/85): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 737 kB/s | 48 kB 00:00 2026-02-17T22:11:17.232 INFO:teuthology.orchestra.run.trial144.stdout:(84/85): python3-zc-lockfile-2.0-10.el9.noarch. 310 kB/s | 20 kB 00:00 2026-02-17T22:11:17.250 INFO:teuthology.orchestra.run.trial144.stdout:(85/85): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2026-02-17T22:11:17.251 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:17.251 INFO:teuthology.orchestra.run.trial144.stdout:Total 29 MB/s | 88 MB 00:03 2026-02-17T22:11:17.625 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:17.662 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:17.662 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:18.050 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:18.050 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:18.459 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:18.461 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/85 2026-02-17T22:11:18.491 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/85 2026-02-17T22:11:18.497 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 3/85 2026-02-17T22:11:18.518 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 4/85 2026-02-17T22:11:18.524 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 5/85 2026-02-17T22:11:18.557 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 6/85 2026-02-17T22:11:18.561 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 7/85 2026-02-17T22:11:18.583 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/85 2026-02-17T22:11:18.595 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 9/85 2026-02-17T22:11:18.598 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 10/85 2026-02-17T22:11:18.604 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 11/85 2026-02-17T22:11:18.606 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 12/85 2026-02-17T22:11:18.617 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 13/85 2026-02-17T22:11:18.641 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 14/85 2026-02-17T22:11:18.693 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 15/85 2026-02-17T22:11:18.706 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 16/85 2026-02-17T22:11:18.708 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rsa-4.9-2.el9.noarch 17/85 2026-02-17T22:11:18.713 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 18/85 2026-02-17T22:11:18.718 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 19/85 2026-02-17T22:11:18.723 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 20/85 2026-02-17T22:11:18.737 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 21/85 2026-02-17T22:11:18.758 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 22/85 2026-02-17T22:11:18.763 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 23/85 2026-02-17T22:11:18.768 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 24/85 2026-02-17T22:11:18.780 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 25/85 2026-02-17T22:11:18.789 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 26/85 2026-02-17T22:11:18.795 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 27/85 2026-02-17T22:11:18.814 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 28/85 2026-02-17T22:11:18.823 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 29/85 2026-02-17T22:11:18.878 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 30/85 2026-02-17T22:11:18.890 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 31/85 2026-02-17T22:11:18.906 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 32/85 2026-02-17T22:11:18.911 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 33/85 2026-02-17T22:11:18.919 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 34/85 2026-02-17T22:11:18.959 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 35/85 2026-02-17T22:11:19.288 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 36/85 2026-02-17T22:11:19.298 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 37/85 2026-02-17T22:11:19.302 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 38/85 2026-02-17T22:11:19.308 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 39/85 2026-02-17T22:11:19.313 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 40/85 2026-02-17T22:11:19.317 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 41/85 2026-02-17T22:11:19.323 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 42/85 2026-02-17T22:11:19.326 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 43/85 2026-02-17T22:11:19.333 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 44/85 2026-02-17T22:11:19.337 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 45/85 2026-02-17T22:11:19.347 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 46/85 2026-02-17T22:11:19.382 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-packaging-20.9-5.el9.noarch 47/85 2026-02-17T22:11:19.552 INFO:teuthology.orchestra.run.trial172.stdout:Extra Packages for Enterprise Linux 1.2 MB/s | 20 MB 00:17 2026-02-17T22:11:19.605 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 48/85 2026-02-17T22:11:19.629 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 49/85 2026-02-17T22:11:19.633 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 50/85 2026-02-17T22:11:19.692 INFO:teuthology.orchestra.run.trial144.stdout: Installing : openblas-0.3.29-1.el9.x86_64 51/85 2026-02-17T22:11:19.695 INFO:teuthology.orchestra.run.trial144.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 52/85 2026-02-17T22:11:19.716 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/85 2026-02-17T22:11:20.046 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 54/85 2026-02-17T22:11:20.119 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 55/85 2026-02-17T22:11:20.796 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 56/85 2026-02-17T22:11:20.816 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 57/85 2026-02-17T22:11:20.829 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ply-3.11-14.el9.noarch 58/85 2026-02-17T22:11:20.847 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 59/85 2026-02-17T22:11:20.923 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 60/85 2026-02-17T22:11:20.932 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 61/85 2026-02-17T22:11:20.955 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 62/85 2026-02-17T22:11:20.985 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 63/85 2026-02-17T22:11:21.035 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 64/85 2026-02-17T22:11:21.041 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 65/85 2026-02-17T22:11:21.045 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 66/85 2026-02-17T22:11:21.046 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 67/85 2026-02-17T22:11:21.066 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:11:21.066 INFO:teuthology.orchestra.run.trial144.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-17T22:11:21.066 INFO:teuthology.orchestra.run.trial144.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-17T22:11:21.066 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:21.073 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:11:21.098 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:11:21.098 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-17T22:11:21.098 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:21.134 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 69/85 2026-02-17T22:11:21.193 INFO:teuthology.orchestra.run.trial144.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 70/85 2026-02-17T22:11:21.195 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 71/85 2026-02-17T22:11:21.209 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 71/85 2026-02-17T22:11:21.209 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:21.209 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-17T22:11:21.209 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:21.925 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 72/85 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 72/85 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-17T22:11:21.950 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:21.994 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 73/85 2026-02-17T22:11:21.996 INFO:teuthology.orchestra.run.trial144.stdout: Installing : cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 73/85 2026-02-17T22:11:22.000 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9 74/85 2026-02-17T22:11:22.020 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el 75/85 2026-02-17T22:11:22.021 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 76/85 2026-02-17T22:11:22.507 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 76/85 2026-02-17T22:11:22.510 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 77/85 2026-02-17T22:11:22.739 INFO:teuthology.orchestra.run.trial172.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-17T22:11:22.989 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 77/85 2026-02-17T22:11:22.990 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 78/85 2026-02-17T22:11:23.003 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 78/85 2026-02-17T22:11:23.003 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 79/85 2026-02-17T22:11:23.059 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 79/85 2026-02-17T22:11:23.124 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9. 80/85 2026-02-17T22:11:23.125 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 81/85 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 81/85 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-17T22:11:23.148 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:23.160 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 82/85 2026-02-17T22:11:23.386 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 82/85 2026-02-17T22:11:23.387 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 83/85 2026-02-17T22:11:23.408 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 83/85 2026-02-17T22:11:23.408 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:23.409 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-17T22:11:23.409 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-17T22:11:23.409 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-17T22:11:23.409 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:23.503 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 84/85 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 84/85 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-17T22:11:23.524 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:23.542 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 85/85 2026-02-17T22:11:23.952 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:11:23.953 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:23.953 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: ceph-radosgw x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 7.8 M 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout:Upgrading: 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: librados2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.3 M 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: librbd1 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.0 M 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: ceph-base x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 5.1 M 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: ceph-common x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 18 M 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: ceph-selinux x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 25 k 2026-02-17T22:11:23.954 INFO:teuthology.orchestra.run.trial172.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 710 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libradosstriper1 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 475 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: librgw2 x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 4.5 M 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-17T22:11:23.955 INFO:teuthology.orchestra.run.trial172.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-argparse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 45 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-common x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 130 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-cephfs x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 162 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-rados x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 323 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-rbd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 301 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: python3-rgw x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 100 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:11:23.956 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:23.957 INFO:teuthology.orchestra.run.trial172.stdout:Install 28 Packages 2026-02-17T22:11:23.957 INFO:teuthology.orchestra.run.trial172.stdout:Upgrade 2 Packages 2026-02-17T22:11:23.957 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:23.957 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 53 M 2026-02-17T22:11:23.957 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 85/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 3/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/85 2026-02-17T22:11:24.169 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el 6/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 7/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 8/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 9/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 10/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9. 11/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 12/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9 13/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 14/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 15/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/85 2026-02-17T22:11:24.170 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 27/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 28/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 29/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/85 2026-02-17T22:11:24.171 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 33/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 34/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 35/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 37/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 38/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 39/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 40/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 41/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 42/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 43/85 2026-02-17T22:11:24.172 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 44/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 45/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 46/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 47/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 48/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 49/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 50/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 51/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 52/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 53/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 54/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 55/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 56/85 2026-02-17T22:11:24.173 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 57/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 58/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 59/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 60/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 61/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 62/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 63/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 64/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 65/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 66/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 68/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 69/85 2026-02-17T22:11:24.174 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 70/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 71/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 72/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 73/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 74/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 75/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 76/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 77/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 78/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 79/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 80/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 81/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 82/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 83/85 2026-02-17T22:11:24.175 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 84/85 2026-02-17T22:11:24.231 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 85/85 2026-02-17T22:11:24.231 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:24.231 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:24.231 INFO:teuthology.orchestra.run.trial144.stdout: ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-17T22:11:24.232 INFO:teuthology.orchestra.run.trial144.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-ply-3.11-14.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-17T22:11:24.233 INFO:teuthology.orchestra.run.trial144.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:24.234 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:24.287 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-base 2026-02-17T22:11:24.542 INFO:teuthology.orchestra.run.trial172.stdout:(1/30): ceph-base-18.2.7-1047.ge6ab6507.el9.x86 17 MB/s | 5.1 MB 00:00 2026-02-17T22:11:24.585 INFO:teuthology.orchestra.run.trial172.stdout:(2/30): ceph-selinux-18.2.7-1047.ge6ab6507.el9. 582 kB/s | 25 kB 00:00 2026-02-17T22:11:24.604 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:26 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:24.641 INFO:teuthology.orchestra.run.trial172.stdout:(3/30): libcephfs2-18.2.7-1047.ge6ab6507.el9.x8 12 MB/s | 710 kB 00:00 2026-02-17T22:11:24.668 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:24.685 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:24.686 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:24.686 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:24.695 INFO:teuthology.orchestra.run.trial172.stdout:(4/30): libradosstriper1-18.2.7-1047.ge6ab6507. 8.6 MB/s | 475 kB 00:00 2026-02-17T22:11:24.707 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install cephadm 2026-02-17T22:11:24.720 INFO:teuthology.orchestra.run.trial172.stdout:(5/30): ceph-radosgw-18.2.7-1047.ge6ab6507.el9. 16 MB/s | 7.8 MB 00:00 2026-02-17T22:11:24.769 INFO:teuthology.orchestra.run.trial172.stdout:(6/30): python3-ceph-argparse-18.2.7-1047.ge6ab 918 kB/s | 45 kB 00:00 2026-02-17T22:11:24.822 INFO:teuthology.orchestra.run.trial172.stdout:(7/30): python3-ceph-common-18.2.7-1047.ge6ab65 2.4 MB/s | 130 kB 00:00 2026-02-17T22:11:24.880 INFO:teuthology.orchestra.run.trial172.stdout:(8/30): python3-cephfs-18.2.7-1047.ge6ab6507.el 2.8 MB/s | 162 kB 00:00 2026-02-17T22:11:24.891 INFO:teuthology.orchestra.run.trial172.stdout:(9/30): librgw2-18.2.7-1047.ge6ab6507.el9.x86_6 23 MB/s | 4.5 MB 00:00 2026-02-17T22:11:24.923 INFO:teuthology.orchestra.run.trial172.stdout:(10/30): python3-rbd-18.2.7-1047.ge6ab6507.el9. 9.2 MB/s | 301 kB 00:00 2026-02-17T22:11:24.946 INFO:teuthology.orchestra.run.trial172.stdout:(11/30): python3-rgw-18.2.7-1047.ge6ab6507.el9. 4.3 MB/s | 100 kB 00:00 2026-02-17T22:11:24.988 INFO:teuthology.orchestra.run.trial172.stdout:(12/30): ceph-common-18.2.7-1047.ge6ab6507.el9. 25 MB/s | 18 MB 00:00 2026-02-17T22:11:25.007 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:25.046 INFO:teuthology.orchestra.run.trial172.stdout:(13/30): mailcap-2.1.49-5.el9.noarch.rpm 329 kB/s | 33 kB 00:00 2026-02-17T22:11:25.072 INFO:teuthology.orchestra.run.trial144.stdout:Package cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:11:25.089 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:25.090 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:25.090 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:25.110 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-immutable-object-cache 2026-02-17T22:11:25.120 INFO:teuthology.orchestra.run.trial172.stdout:(14/30): boost-program-options-1.75.0-13.el9.x8 788 kB/s | 104 kB 00:00 2026-02-17T22:11:25.125 INFO:teuthology.orchestra.run.trial172.stdout:(15/30): python3-rados-18.2.7-1047.ge6ab6507.el 1.3 MB/s | 323 kB 00:00 2026-02-17T22:11:25.153 INFO:teuthology.orchestra.run.trial172.stdout:(16/30): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.5 MB/s | 160 kB 00:00 2026-02-17T22:11:25.188 INFO:teuthology.orchestra.run.trial172.stdout:(17/30): librabbitmq-0.11.0-7.el9.x86_64.rpm 665 kB/s | 45 kB 00:00 2026-02-17T22:11:25.200 INFO:teuthology.orchestra.run.trial172.stdout:(18/30): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.0 MB/s | 292 kB 00:00 2026-02-17T22:11:25.257 INFO:teuthology.orchestra.run.trial172.stdout:(19/30): librdkafka-1.6.1-102.el9.x86_64.rpm 4.9 MB/s | 662 kB 00:00 2026-02-17T22:11:25.282 INFO:teuthology.orchestra.run.trial172.stdout:(20/30): fmt-8.1.1-5.el9.x86_64.rpm 1.2 MB/s | 111 kB 00:00 2026-02-17T22:11:25.283 INFO:teuthology.orchestra.run.trial172.stdout:(21/30): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.6 MB/s | 308 kB 00:00 2026-02-17T22:11:25.311 INFO:teuthology.orchestra.run.trial172.stdout:(22/30): liboath-2.6.12-1.el9.x86_64.rpm 1.7 MB/s | 49 kB 00:00 2026-02-17T22:11:25.323 INFO:teuthology.orchestra.run.trial172.stdout:(23/30): libunwind-1.6.2-1.el9.x86_64.rpm 5.8 MB/s | 67 kB 00:00 2026-02-17T22:11:25.348 INFO:teuthology.orchestra.run.trial172.stdout:(24/30): libarrow-doc-9.0.0-15.el9.noarch.rpm 371 kB/s | 25 kB 00:00 2026-02-17T22:11:25.414 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:25.464 INFO:teuthology.orchestra.run.trial172.stdout:(25/30): re2-20211101-20.el9.x86_64.rpm 1.6 MB/s | 191 kB 00:00 2026-02-17T22:11:25.496 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout: ceph-immutable-object-cache x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 143 k 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 143 k 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 395 k 2026-02-17T22:11:25.497 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:25.523 INFO:teuthology.orchestra.run.trial172.stdout:(26/30): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.1 MB/s | 838 kB 00:00 2026-02-17T22:11:25.590 INFO:teuthology.orchestra.run.trial172.stdout:(27/30): librados2-18.2.7-1047.ge6ab6507.el9.x8 50 MB/s | 3.3 MB 00:00 2026-02-17T22:11:25.598 INFO:teuthology.orchestra.run.trial144.stdout:ceph-immutable-object-cache-18.2.7-1047.ge6ab65 1.4 MB/s | 143 kB 00:00 2026-02-17T22:11:25.599 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:25.599 INFO:teuthology.orchestra.run.trial144.stdout:Total 1.4 MB/s | 143 kB 00:00 2026-02-17T22:11:25.599 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:25.602 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:25.602 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:25.627 INFO:teuthology.orchestra.run.trial172.stdout:(28/30): libarrow-9.0.0-15.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2026-02-17T22:11:25.633 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:25.633 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:25.646 INFO:teuthology.orchestra.run.trial172.stdout:(29/30): librbd1-18.2.7-1047.ge6ab6507.el9.x86_ 53 MB/s | 3.0 MB 00:00 2026-02-17T22:11:25.687 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:25.688 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:11:25.711 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:11:25.711 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:25.711 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-17T22:11:25.712 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:25.744 INFO:teuthology.orchestra.run.trial172.stdout:(30/30): thrift-0.15.0-4.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2026-02-17T22:11:25.746 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:25.746 INFO:teuthology.orchestra.run.trial172.stdout:Total 30 MB/s | 53 MB 00:01 2026-02-17T22:11:25.793 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:11:25.808 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:11:25.808 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout: ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:25.981 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:26.008 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr 2026-02-17T22:11:26.009 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:11:26.009 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:11:26.259 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:11:26.267 INFO:teuthology.orchestra.run.trial172.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/32 2026-02-17T22:11:26.270 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/32 2026-02-17T22:11:26.281 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/32 2026-02-17T22:11:26.320 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:28 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:26.386 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:26.403 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:26.404 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:26.404 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:26.425 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-dashboard 2026-02-17T22:11:26.429 INFO:teuthology.orchestra.run.trial172.stdout: Installing : thrift-0.15.0-4.el9.x86_64 4/32 2026-02-17T22:11:26.433 INFO:teuthology.orchestra.run.trial172.stdout: Upgrading : librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:26.459 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:26.489 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 6/32 2026-02-17T22:11:26.490 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:26.501 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:26.506 INFO:teuthology.orchestra.run.trial172.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/32 2026-02-17T22:11:26.516 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9. 9/32 2026-02-17T22:11:26.536 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 10/32 2026-02-17T22:11:26.537 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 11/32 2026-02-17T22:11:26.549 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 11/32 2026-02-17T22:11:26.581 INFO:teuthology.orchestra.run.trial172.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/32 2026-02-17T22:11:26.586 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 13/32 2026-02-17T22:11:26.593 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/32 2026-02-17T22:11:26.595 INFO:teuthology.orchestra.run.trial172.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/32 2026-02-17T22:11:26.597 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 16/32 2026-02-17T22:11:26.600 INFO:teuthology.orchestra.run.trial172.stdout: Installing : fmt-8.1.1-5.el9.x86_64 17/32 2026-02-17T22:11:26.731 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:28 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:26.735 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 18/32 2026-02-17T22:11:26.736 INFO:teuthology.orchestra.run.trial172.stdout: Upgrading : librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 19/32 2026-02-17T22:11:26.760 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 19/32 2026-02-17T22:11:26.762 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 20/32 2026-02-17T22:11:26.768 INFO:teuthology.orchestra.run.trial172.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/32 2026-02-17T22:11:26.794 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:11:26.812 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:26.812 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:26.812 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:26.834 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-17T22:11:26.955 INFO:teuthology.orchestra.run.trial172.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/32 2026-02-17T22:11:26.956 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 23/32 2026-02-17T22:11:26.971 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 23/32 2026-02-17T22:11:26.974 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 24/32 2026-02-17T22:11:26.996 INFO:teuthology.orchestra.run.trial172.stdout: Installing : mailcap-2.1.49-5.el9.noarch 25/32 2026-02-17T22:11:26.998 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x8 26/32 2026-02-17T22:11:27.140 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:29 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:27.205 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:11:27.222 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:27.223 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:27.223 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:27.244 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-rook 2026-02-17T22:11:27.550 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:29 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:27.614 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:11:27.631 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:27.632 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:27.632 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:27.653 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-cephadm 2026-02-17T22:11:27.836 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:27.839 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:27.957 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:29 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:28.023 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:11:28.040 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:28.041 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:28.041 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:28.062 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-fuse 2026-02-17T22:11:28.108 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 27/32 2026-02-17T22:11:28.111 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 28/32 2026-02-17T22:11:28.150 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 28/32 2026-02-17T22:11:28.151 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-17T22:11:28.151 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-17T22:11:28.151 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:28.154 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:28.366 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:30 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:28.448 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:28.448 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout: ceph-fuse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 850 k 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 850 k 2026-02-17T22:11:28.449 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 2.5 M 2026-02-17T22:11:28.450 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:28.739 INFO:teuthology.orchestra.run.trial144.stdout:ceph-fuse-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 2.9 MB/s | 850 kB 00:00 2026-02-17T22:11:28.739 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:28.739 INFO:teuthology.orchestra.run.trial144.stdout:Total 2.9 MB/s | 850 kB 00:00 2026-02-17T22:11:28.739 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:28.743 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:28.743 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:28.776 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:28.777 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:28.862 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:28.879 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.106 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.162 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.162 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.162 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:29.163 INFO:teuthology.orchestra.run.trial144.stdout: ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:29.163 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.163 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:29.191 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librados-devel 2026-02-17T22:11:29.507 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:31 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:29.588 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout: librados-devel x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 126 k 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:29.589 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:29.590 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:29.590 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.590 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 126 k 2026-02-17T22:11:29.590 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 456 k 2026-02-17T22:11:29.590 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:29.674 INFO:teuthology.orchestra.run.trial144.stdout:librados-devel-18.2.7-1047.ge6ab6507.el9.x86_64 1.5 MB/s | 126 kB 00:00 2026-02-17T22:11:29.675 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:29.675 INFO:teuthology.orchestra.run.trial144.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-17T22:11:29.675 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:29.677 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:29.677 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:29.709 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:29.709 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:29.763 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:29.779 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.858 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.916 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:29.917 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.917 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:29.917 INFO:teuthology.orchestra.run.trial144.stdout: librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:29.917 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:29.917 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:29.944 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install libcephfs2 2026-02-17T22:11:30.252 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:32 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:30.316 INFO:teuthology.orchestra.run.trial144.stdout:Package libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:30.333 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:30.334 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:30.334 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:30.356 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install libcephfs-devel 2026-02-17T22:11:30.663 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:32 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-devel x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 31 k 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:30.745 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 31 k 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 139 k 2026-02-17T22:11:30.746 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:30.808 INFO:teuthology.orchestra.run.trial144.stdout:libcephfs-devel-18.2.7-1047.ge6ab6507.el9.x86_6 497 kB/s | 31 kB 00:00 2026-02-17T22:11:30.808 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:30.808 INFO:teuthology.orchestra.run.trial144.stdout:Total 489 kB/s | 31 kB 00:00 2026-02-17T22:11:30.809 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:30.810 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:30.810 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:30.812 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:30.812 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:30.833 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:30.848 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:30.905 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:30.961 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:30.961 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:30.962 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:30.962 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:30.962 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:30.962 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:30.992 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librados2 2026-02-17T22:11:31.296 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:33 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:31.360 INFO:teuthology.orchestra.run.trial144.stdout:Package librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:31.378 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:31.378 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:31.378 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:31.399 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librbd1 2026-02-17T22:11:31.708 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:33 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:31.773 INFO:teuthology.orchestra.run.trial144.stdout:Package librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:31.791 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:31.792 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:31.792 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:31.813 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rados 2026-02-17T22:11:32.117 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:34 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:32.181 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:32.199 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:32.199 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:32.199 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:32.221 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rgw 2026-02-17T22:11:32.532 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:34 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:32.596 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:32.614 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:32.614 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:32.614 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:32.636 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-cephfs 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /sys 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /proc 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /mnt 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /var/tmp 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /home 2026-02-17T22:11:32.657 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /root 2026-02-17T22:11:32.658 INFO:teuthology.orchestra.run.trial172.stdout:skipping the directory /tmp 2026-02-17T22:11:32.658 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:32.942 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:34 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:33.006 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 30/32 2026-02-17T22:11:33.006 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:33.023 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:33.024 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:33.024 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:33.028 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 30/32 2026-02-17T22:11:33.029 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:33.029 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-17T22:11:33.029 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-17T22:11:33.029 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-17T22:11:33.029 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:33.030 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 31/32 2026-02-17T22:11:33.042 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 31/32 2026-02-17T22:11:33.042 INFO:teuthology.orchestra.run.trial172.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:33.044 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rbd 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 3/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_6 6/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 7/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9. 8/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x8 9/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 10/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 11/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 12/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 13/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 15/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 20/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/32 2026-02-17T22:11:33.341 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 22/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 23/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 24/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 25/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 26/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : re2-1:20211101-20.el9.x86_64 27/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 28/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 29/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 30/32 2026-02-17T22:11:33.342 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 31/32 2026-02-17T22:11:33.353 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:35 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:33.398 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 32/32 2026-02-17T22:11:33.398 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout:Upgraded: 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: ceph-radosgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: ceph-selinux-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: fmt-8.1.1-5.el9.x86_64 2026-02-17T22:11:33.399 INFO:teuthology.orchestra.run.trial172.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libradosstriper1-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: librgw2-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-17T22:11:33.400 INFO:teuthology.orchestra.run.trial172.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-argparse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-common-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: re2-1:20211101-20.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:33.401 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:11:33.417 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:11:33.435 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:33.435 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-17T22:11:33.436 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:33.438 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-test 2026-02-17T22:11:33.457 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-fuse 2026-02-17T22:11:33.752 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:11 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:11:33.772 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:35 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:33.833 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:11:33.833 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:33.833 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-17T22:11:33.833 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:33.833 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: ceph-test x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 36 M 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: libcephsqlite x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 166 k 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:11:33.834 INFO:teuthology.orchestra.run.trial172.stdout:Install 5 Packages 2026-02-17T22:11:33.835 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:33.835 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 37 M 2026-02-17T22:11:33.835 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 151 M 2026-02-17T22:11:33.835 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:33.855 INFO:teuthology.orchestra.run.trial144.stdout: rbd-fuse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 87 k 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 87 k 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 231 k 2026-02-17T22:11:33.856 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:33.930 INFO:teuthology.orchestra.run.trial144.stdout:rbd-fuse-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 1.1 MB/s | 87 kB 00:00 2026-02-17T22:11:33.930 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:33.930 INFO:teuthology.orchestra.run.trial144.stdout:Total 1.1 MB/s | 87 kB 00:00 2026-02-17T22:11:33.930 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:33.933 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:33.933 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:33.957 INFO:teuthology.orchestra.run.trial172.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 3.7 MB/s | 233 kB 00:00 2026-02-17T22:11:33.965 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:33.965 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:33.975 INFO:teuthology.orchestra.run.trial172.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-17T22:11:33.978 INFO:teuthology.orchestra.run.trial172.stdout:(3/5): libcephsqlite-18.2.7-1047.ge6ab6507.el9. 2.0 MB/s | 166 kB 00:00 2026-02-17T22:11:33.985 INFO:teuthology.orchestra.run.trial172.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.5 MB/s | 64 kB 00:00 2026-02-17T22:11:34.018 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:34.034 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:34.117 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout: rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:34.176 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:34.204 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-mirror 2026-02-17T22:11:34.516 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:36 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:34.599 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:34.599 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout: rbd-mirror x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.0 M 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:34.600 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:34.601 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 3.0 M 2026-02-17T22:11:34.601 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 12 M 2026-02-17T22:11:34.601 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:34.666 INFO:teuthology.orchestra.run.trial172.stdout:(5/5): ceph-test-18.2.7-1047.ge6ab6507.el9.x86_ 47 MB/s | 36 MB 00:00 2026-02-17T22:11:34.667 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:34.668 INFO:teuthology.orchestra.run.trial172.stdout:Total 45 MB/s | 37 MB 00:00 2026-02-17T22:11:34.694 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:11:34.704 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:11:34.704 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:11:34.750 INFO:teuthology.orchestra.run.trial144.stdout:rbd-mirror-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 20 MB/s | 3.0 MB 00:00 2026-02-17T22:11:34.750 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:34.751 INFO:teuthology.orchestra.run.trial144.stdout:Total 20 MB/s | 3.0 MB 00:00 2026-02-17T22:11:34.751 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:34.754 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:34.754 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:34.793 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:34.794 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:34.853 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:11:34.853 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:11:34.982 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:34.983 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-17T22:11:35.007 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:35.024 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:11:35.030 INFO:teuthology.orchestra.run.trial172.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-17T22:11:35.034 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-17T22:11:35.043 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-17T22:11:35.044 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/5 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout: rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:35.321 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:35.351 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-nbd 2026-02-17T22:11:35.658 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:37 ago on Tue 17 Feb 2026 10:10:58 PM UTC. 2026-02-17T22:11:35.740 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout: rbd-nbd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 172 k 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-17T22:11:35.741 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:35.742 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 172 k 2026-02-17T22:11:35.742 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 490 k 2026-02-17T22:11:35.742 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-17T22:11:35.825 INFO:teuthology.orchestra.run.trial144.stdout:rbd-nbd-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-17T22:11:35.825 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:11:35.825 INFO:teuthology.orchestra.run.trial144.stdout:Total 2.0 MB/s | 172 kB 00:00 2026-02-17T22:11:35.825 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-17T22:11:35.829 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-17T22:11:35.829 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-17T22:11:35.861 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-17T22:11:35.861 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-17T22:11:35.916 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-17T22:11:35.933 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:36.018 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:36.076 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:11:36.076 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:36.076 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-17T22:11:36.076 INFO:teuthology.orchestra.run.trial144.stdout: rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:36.076 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:11:36.077 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-17T22:11:36.109 DEBUG:teuthology.parallel:result is None 2026-02-17T22:11:36.686 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/5 2026-02-17T22:11:36.704 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/5 2026-02-17T22:11:36.882 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/5 2026-02-17T22:11:36.882 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/5 2026-02-17T22:11:36.883 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/5 2026-02-17T22:11:36.883 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-17T22:11:36.883 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-17T22:11:36.936 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-17T22:11:36.936 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:36.936 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:11:36.936 INFO:teuthology.orchestra.run.trial172.stdout: ceph-test-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout: libcephsqlite-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:36.937 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:11:36.969 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph 2026-02-17T22:11:37.297 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:15 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:11:37.383 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repository Size 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout: ceph x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 6.5 k 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout:Installing dependencies: 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout: ceph-grafana-dashboards noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 24 k 2026-02-17T22:11:37.386 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mds x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 2.1 M 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 1.5 M 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-modules-core noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 248 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mon x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 4.7 M 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 17 M 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ceph-prometheus-alerts noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 17 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: cephadm noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 226 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-17T22:11:37.387 INFO:teuthology.orchestra.run.trial172.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-17T22:11:37.388 INFO:teuthology.orchestra.run.trial172.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-17T22:11:37.389 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-17T22:11:37.390 INFO:teuthology.orchestra.run.trial172.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-17T22:11:37.391 INFO:teuthology.orchestra.run.trial172.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-17T22:11:37.392 INFO:teuthology.orchestra.run.trial172.stdout:Installing weak dependencies: 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-cephadm noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 140 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-dashboard noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 3.5 M 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 7.4 M 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-k8sevents noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 22 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-rook noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 49 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: ceph-volume noarch 2:18.2.7-1047.ge6ab6507.el9 ceph-noarch 267 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout:======================================================================================= 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout:Install 85 Packages 2026-02-17T22:11:37.393 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:11:37.394 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 88 M 2026-02-17T22:11:37.394 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 496 M 2026-02-17T22:11:37.394 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:11:37.662 INFO:teuthology.orchestra.run.trial172.stdout:(1/85): ceph-18.2.7-1047.ge6ab6507.el9.x86_64.r 129 kB/s | 6.5 kB 00:00 2026-02-17T22:11:37.758 INFO:teuthology.orchestra.run.trial172.stdout:(2/85): ceph-mgr-18.2.7-1047.ge6ab6507.el9.x86_ 9.9 MB/s | 1.5 MB 00:00 2026-02-17T22:11:37.778 INFO:teuthology.orchestra.run.trial172.stdout:(3/85): ceph-mds-18.2.7-1047.ge6ab6507.el9.x86_ 13 MB/s | 2.1 MB 00:00 2026-02-17T22:11:37.815 INFO:teuthology.orchestra.run.trial172.stdout:(4/85): ceph-grafana-dashboards-18.2.7-1047.ge6 665 kB/s | 24 kB 00:00 2026-02-17T22:11:37.857 INFO:teuthology.orchestra.run.trial172.stdout:(5/85): ceph-mgr-cephadm-18.2.7-1047.ge6ab6507. 3.2 MB/s | 140 kB 00:00 2026-02-17T22:11:37.896 INFO:teuthology.orchestra.run.trial172.stdout:(6/85): ceph-mon-18.2.7-1047.ge6ab6507.el9.x86_ 20 MB/s | 4.7 MB 00:00 2026-02-17T22:11:38.044 INFO:teuthology.orchestra.run.trial172.stdout:(7/85): ceph-mgr-dashboard-18.2.7-1047.ge6ab650 19 MB/s | 3.5 MB 00:00 2026-02-17T22:11:38.092 INFO:teuthology.orchestra.run.trial172.stdout:(8/85): ceph-mgr-k8sevents-18.2.7-1047.ge6ab650 463 kB/s | 22 kB 00:00 2026-02-17T22:11:38.147 INFO:teuthology.orchestra.run.trial172.stdout:(9/85): ceph-mgr-modules-core-18.2.7-1047.ge6ab 4.4 MB/s | 248 kB 00:00 2026-02-17T22:11:38.200 INFO:teuthology.orchestra.run.trial172.stdout:(10/85): ceph-mgr-rook-18.2.7-1047.ge6ab6507.el 933 kB/s | 49 kB 00:00 2026-02-17T22:11:38.241 INFO:teuthology.orchestra.run.trial172.stdout:(11/85): ceph-mgr-diskprediction-local-18.2.7-1 21 MB/s | 7.4 MB 00:00 2026-02-17T22:11:38.242 INFO:teuthology.orchestra.run.trial172.stdout:(12/85): ceph-prometheus-alerts-18.2.7-1047.ge6 398 kB/s | 17 kB 00:00 2026-02-17T22:11:38.277 INFO:teuthology.orchestra.run.trial172.stdout:(13/85): ceph-volume-18.2.7-1047.ge6ab6507.el9. 7.4 MB/s | 267 kB 00:00 2026-02-17T22:11:38.284 INFO:teuthology.orchestra.run.trial172.stdout:(14/85): cephadm-18.2.7-1047.ge6ab6507.el9.noar 5.2 MB/s | 226 kB 00:00 2026-02-17T22:11:38.342 INFO:teuthology.orchestra.run.trial172.stdout:(15/85): ceph-osd-18.2.7-1047.ge6ab6507.el9.x86 29 MB/s | 17 MB 00:00 2026-02-17T22:11:38.342 INFO:teuthology.orchestra.run.trial172.stdout:(16/85): ledmon-libs-1.1.0-3.el9.x86_64.rpm 695 kB/s | 40 kB 00:00 2026-02-17T22:11:38.351 INFO:teuthology.orchestra.run.trial172.stdout:(17/85): cryptsetup-2.8.1-2.el9.x86_64.rpm 4.6 MB/s | 350 kB 00:00 2026-02-17T22:11:38.363 INFO:teuthology.orchestra.run.trial172.stdout:(18/85): libconfig-1.7.2-9.el9.x86_64.rpm 3.4 MB/s | 72 kB 00:00 2026-02-17T22:11:38.375 INFO:teuthology.orchestra.run.trial172.stdout:(19/85): libquadmath-11.5.0-14.el9.x86_64.rpm 7.7 MB/s | 184 kB 00:00 2026-02-17T22:11:38.382 INFO:teuthology.orchestra.run.trial172.stdout:(20/85): libgfortran-11.5.0-14.el9.x86_64.rpm 20 MB/s | 794 kB 00:00 2026-02-17T22:11:38.390 INFO:teuthology.orchestra.run.trial172.stdout:(21/85): python3-cffi-1.14.5-5.el9.x86_64.rpm 9.3 MB/s | 253 kB 00:00 2026-02-17T22:11:38.408 INFO:teuthology.orchestra.run.trial172.stdout:(22/85): python3-cryptography-36.0.1-5.el9.x86_ 38 MB/s | 1.2 MB 00:00 2026-02-17T22:11:38.411 INFO:teuthology.orchestra.run.trial172.stdout:(23/85): python3-ply-3.11-14.el9.noarch.rpm 3.5 MB/s | 106 kB 00:00 2026-02-17T22:11:38.414 INFO:teuthology.orchestra.run.trial172.stdout:(24/85): python3-pycparser-2.20-6.el9.noarch.rp 5.4 MB/s | 135 kB 00:00 2026-02-17T22:11:38.431 INFO:teuthology.orchestra.run.trial172.stdout:(25/85): python3-requests-2.25.1-10.el9.noarch. 5.4 MB/s | 126 kB 00:00 2026-02-17T22:11:38.436 INFO:teuthology.orchestra.run.trial172.stdout:(26/85): python3-urllib3-1.26.5-7.el9.noarch.rp 8.7 MB/s | 218 kB 00:00 2026-02-17T22:11:38.828 INFO:teuthology.orchestra.run.trial172.stdout:(27/85): flexiblas-3.0.4-9.el9.x86_64.rpm 72 kB/s | 30 kB 00:00 2026-02-17T22:11:38.839 INFO:teuthology.orchestra.run.trial172.stdout:(28/85): flexiblas-openblas-openmp-3.0.4-9.el9. 37 kB/s | 15 kB 00:00 2026-02-17T22:11:39.000 INFO:teuthology.orchestra.run.trial172.stdout:(29/85): openblas-0.3.29-1.el9.x86_64.rpm 261 kB/s | 42 kB 00:00 2026-02-17T22:11:39.188 INFO:teuthology.orchestra.run.trial172.stdout:(30/85): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 684 kB/s | 246 kB 00:00 2026-02-17T22:11:42.300 INFO:teuthology.orchestra.run.trial172.stdout:(31/85): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 791 kB/s | 3.0 MB 00:03 2026-02-17T22:11:42.621 INFO:teuthology.orchestra.run.trial172.stdout:(32/85): python3-devel-3.9.25-2.el9.x86_64.rpm 763 kB/s | 244 kB 00:00 2026-02-17T22:11:42.941 INFO:teuthology.orchestra.run.trial172.stdout:(33/85): python3-jinja2-2.11.3-8.el9.noarch.rpm 776 kB/s | 249 kB 00:00 2026-02-17T22:11:43.183 INFO:teuthology.orchestra.run.trial172.stdout:(34/85): python3-libstoragemgmt-1.10.1-1.el9.x8 732 kB/s | 177 kB 00:00 2026-02-17T22:11:44.606 INFO:teuthology.orchestra.run.trial172.stdout:(35/85): python3-lxml-4.6.5-3.el9.x86_64.rpm 880 kB/s | 1.2 MB 00:01 2026-02-17T22:11:44.848 INFO:teuthology.orchestra.run.trial172.stdout:(36/85): python3-mako-1.1.4-6.el9.noarch.rpm 711 kB/s | 172 kB 00:00 2026-02-17T22:11:44.933 INFO:teuthology.orchestra.run.trial172.stdout:(37/85): python3-markupsafe-1.1.1-12.el9.x86_64 410 kB/s | 35 kB 00:00 2026-02-17T22:11:45.127 INFO:teuthology.orchestra.run.trial172.stdout:(38/85): openblas-openmp-0.3.29-1.el9.x86_64.rp 883 kB/s | 5.3 MB 00:06 2026-02-17T22:11:45.682 INFO:teuthology.orchestra.run.trial172.stdout:(39/85): python3-numpy-f2py-1.23.5-2.el9.x86_64 797 kB/s | 442 kB 00:00 2026-02-17T22:11:45.844 INFO:teuthology.orchestra.run.trial172.stdout:(40/85): python3-packaging-20.9-5.el9.noarch.rp 476 kB/s | 77 kB 00:00 2026-02-17T22:11:46.034 INFO:teuthology.orchestra.run.trial172.stdout:(41/85): python3-babel-2.9.1-2.el9.noarch.rpm 892 kB/s | 6.0 MB 00:06 2026-02-17T22:11:46.085 INFO:teuthology.orchestra.run.trial172.stdout:(42/85): python3-pyasn1-0.4.8-6.el9.noarch.rpm 658 kB/s | 159 kB 00:00 2026-02-17T22:11:46.169 INFO:teuthology.orchestra.run.trial172.stdout:(43/85): python3-requests-oauthlib-1.3.0-12.el9 641 kB/s | 54 kB 00:00 2026-02-17T22:11:46.354 INFO:teuthology.orchestra.run.trial172.stdout:(44/85): python3-pyasn1-modules-0.4.8-6.el9.noa 872 kB/s | 279 kB 00:00 2026-02-17T22:11:46.438 INFO:teuthology.orchestra.run.trial172.stdout:(45/85): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2026-02-17T22:11:46.678 INFO:teuthology.orchestra.run.trial172.stdout:(46/85): xmlsec1-1.2.29-13.el9.x86_64.rpm 785 kB/s | 189 kB 00:00 2026-02-17T22:11:46.842 INFO:teuthology.orchestra.run.trial172.stdout:(47/85): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 554 kB/s | 90 kB 00:00 2026-02-17T22:11:47.377 INFO:teuthology.orchestra.run.trial172.stdout:(48/85): python3-asyncssh-2.13.2-5.el9.noarch.r 1.0 MB/s | 548 kB 00:00 2026-02-17T22:11:47.448 INFO:teuthology.orchestra.run.trial172.stdout:(49/85): python3-autocommand-2.2.2-8.el9.noarch 411 kB/s | 29 kB 00:00 2026-02-17T22:11:47.523 INFO:teuthology.orchestra.run.trial172.stdout:(50/85): python3-backports-tarfile-1.2.0-1.el9. 811 kB/s | 60 kB 00:00 2026-02-17T22:11:47.596 INFO:teuthology.orchestra.run.trial172.stdout:(51/85): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 599 kB/s | 43 kB 00:00 2026-02-17T22:11:47.667 INFO:teuthology.orchestra.run.trial172.stdout:(52/85): python3-cachetools-4.2.4-1.el9.noarch. 449 kB/s | 32 kB 00:00 2026-02-17T22:11:47.737 INFO:teuthology.orchestra.run.trial172.stdout:(53/85): python3-certifi-2023.05.07-4.el9.noarc 201 kB/s | 14 kB 00:00 2026-02-17T22:11:47.821 INFO:teuthology.orchestra.run.trial172.stdout:(54/85): python3-cheroot-10.0.1-4.el9.noarch.rp 2.0 MB/s | 173 kB 00:00 2026-02-17T22:11:47.922 INFO:teuthology.orchestra.run.trial172.stdout:(55/85): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2026-02-17T22:11:48.014 INFO:teuthology.orchestra.run.trial172.stdout:(56/85): python3-google-auth-2.45.0-1.el9.noarc 2.7 MB/s | 254 kB 00:00 2026-02-17T22:11:48.096 INFO:teuthology.orchestra.run.trial172.stdout:(57/85): python3-influxdb-5.3.1-1.el9.noarch.rp 1.7 MB/s | 139 kB 00:00 2026-02-17T22:11:48.170 INFO:teuthology.orchestra.run.trial172.stdout:(58/85): python3-isodate-0.6.1-3.el9.noarch.rpm 759 kB/s | 56 kB 00:00 2026-02-17T22:11:48.240 INFO:teuthology.orchestra.run.trial172.stdout:(59/85): python3-jaraco-8.2.1-3.el9.noarch.rpm 153 kB/s | 11 kB 00:00 2026-02-17T22:11:48.310 INFO:teuthology.orchestra.run.trial172.stdout:(60/85): python3-jaraco-classes-3.2.1-5.el9.noa 253 kB/s | 18 kB 00:00 2026-02-17T22:11:48.380 INFO:teuthology.orchestra.run.trial172.stdout:(61/85): python3-jaraco-collections-3.0.0-8.el9 328 kB/s | 23 kB 00:00 2026-02-17T22:11:48.451 INFO:teuthology.orchestra.run.trial172.stdout:(62/85): python3-jaraco-context-6.0.1-3.el9.noa 278 kB/s | 20 kB 00:00 2026-02-17T22:11:48.521 INFO:teuthology.orchestra.run.trial172.stdout:(63/85): python3-jaraco-functools-3.5.0-2.el9.n 278 kB/s | 19 kB 00:00 2026-02-17T22:11:48.592 INFO:teuthology.orchestra.run.trial172.stdout:(64/85): python3-jaraco-text-4.0.0-2.el9.noarch 374 kB/s | 26 kB 00:00 2026-02-17T22:11:48.754 INFO:teuthology.orchestra.run.trial172.stdout:(65/85): python3-kubernetes-26.1.0-3.el9.noarch 6.3 MB/s | 1.0 MB 00:00 2026-02-17T22:11:48.825 INFO:teuthology.orchestra.run.trial172.stdout:(66/85): python3-logutils-0.3.5-21.el9.noarch.r 654 kB/s | 46 kB 00:00 2026-02-17T22:11:48.896 INFO:teuthology.orchestra.run.trial172.stdout:(67/85): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2026-02-17T22:11:48.968 INFO:teuthology.orchestra.run.trial172.stdout:(68/85): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.2 MB/s | 86 kB 00:00 2026-02-17T22:11:49.039 INFO:teuthology.orchestra.run.trial172.stdout:(69/85): python3-natsort-7.1.1-5.el9.noarch.rpm 813 kB/s | 58 kB 00:00 2026-02-17T22:11:49.116 INFO:teuthology.orchestra.run.trial172.stdout:(70/85): python3-pecan-1.4.2-3.el9.noarch.rpm 3.4 MB/s | 272 kB 00:00 2026-02-17T22:11:49.186 INFO:teuthology.orchestra.run.trial172.stdout:(71/85): python3-portend-3.1.0-2.el9.noarch.rpm 234 kB/s | 16 kB 00:00 2026-02-17T22:11:49.257 INFO:teuthology.orchestra.run.trial172.stdout:(72/85): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2026-02-17T22:11:49.327 INFO:teuthology.orchestra.run.trial172.stdout:(73/85): python3-repoze-lru-0.7-16.el9.noarch.r 440 kB/s | 31 kB 00:00 2026-02-17T22:11:49.401 INFO:teuthology.orchestra.run.trial172.stdout:(74/85): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2026-02-17T22:11:49.472 INFO:teuthology.orchestra.run.trial172.stdout:(75/85): python3-rsa-4.9-2.el9.noarch.rpm 839 kB/s | 59 kB 00:00 2026-02-17T22:11:49.545 INFO:teuthology.orchestra.run.trial172.stdout:(76/85): python3-saml-1.16.0-1.el9.noarch.rpm 1.7 MB/s | 125 kB 00:00 2026-02-17T22:11:49.615 INFO:teuthology.orchestra.run.trial172.stdout:(77/85): python3-tempora-5.0.0-2.el9.noarch.rpm 509 kB/s | 36 kB 00:00 2026-02-17T22:11:49.686 INFO:teuthology.orchestra.run.trial172.stdout:(78/85): python3-typing-extensions-4.15.0-1.el9 1.2 MB/s | 86 kB 00:00 2026-02-17T22:11:49.762 INFO:teuthology.orchestra.run.trial172.stdout:(79/85): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2026-02-17T22:11:49.834 INFO:teuthology.orchestra.run.trial172.stdout:(80/85): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2026-02-17T22:11:49.916 INFO:teuthology.orchestra.run.trial172.stdout:(81/85): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.1 MB/s | 427 kB 00:00 2026-02-17T22:11:49.988 INFO:teuthology.orchestra.run.trial172.stdout:(82/85): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 678 kB/s | 48 kB 00:00 2026-02-17T22:11:50.058 INFO:teuthology.orchestra.run.trial172.stdout:(83/85): python3-zc-lockfile-2.0-10.el9.noarch. 285 kB/s | 20 kB 00:00 2026-02-17T22:11:52.022 INFO:teuthology.orchestra.run.trial172.stdout:(84/85): python3-numpy-1.23.5-2.el9.x86_64.rpm 885 kB/s | 6.1 MB 00:07 2026-02-17T22:12:06.730 INFO:teuthology.orchestra.run.trial172.stdout:(85/85): python3-scipy-1.9.3-2.el9.x86_64.rpm 959 kB/s | 19 MB 00:20 2026-02-17T22:12:06.734 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:06.734 INFO:teuthology.orchestra.run.trial172.stdout:Total 3.0 MB/s | 88 MB 00:29 2026-02-17T22:12:07.080 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:07.114 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:07.115 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:07.501 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:07.502 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:07.914 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:07.916 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/85 2026-02-17T22:12:07.946 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/85 2026-02-17T22:12:07.952 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 3/85 2026-02-17T22:12:07.974 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 4/85 2026-02-17T22:12:07.979 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 5/85 2026-02-17T22:12:08.012 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 6/85 2026-02-17T22:12:08.015 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 7/85 2026-02-17T22:12:08.037 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/85 2026-02-17T22:12:08.050 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 9/85 2026-02-17T22:12:08.053 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 10/85 2026-02-17T22:12:08.059 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 11/85 2026-02-17T22:12:08.061 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 12/85 2026-02-17T22:12:08.072 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 13/85 2026-02-17T22:12:08.096 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 14/85 2026-02-17T22:12:08.146 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 15/85 2026-02-17T22:12:08.159 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 16/85 2026-02-17T22:12:08.161 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-rsa-4.9-2.el9.noarch 17/85 2026-02-17T22:12:08.166 INFO:teuthology.orchestra.run.trial172.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 18/85 2026-02-17T22:12:08.171 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 19/85 2026-02-17T22:12:08.175 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 20/85 2026-02-17T22:12:08.190 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 21/85 2026-02-17T22:12:08.210 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 22/85 2026-02-17T22:12:08.215 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 23/85 2026-02-17T22:12:08.220 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 24/85 2026-02-17T22:12:08.231 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 25/85 2026-02-17T22:12:08.240 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 26/85 2026-02-17T22:12:08.246 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 27/85 2026-02-17T22:12:08.265 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 28/85 2026-02-17T22:12:08.274 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 29/85 2026-02-17T22:12:08.327 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 30/85 2026-02-17T22:12:08.339 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 31/85 2026-02-17T22:12:08.354 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 32/85 2026-02-17T22:12:08.359 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 33/85 2026-02-17T22:12:08.366 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 34/85 2026-02-17T22:12:08.406 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 35/85 2026-02-17T22:12:08.725 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 36/85 2026-02-17T22:12:08.735 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 37/85 2026-02-17T22:12:08.739 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 38/85 2026-02-17T22:12:08.745 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 39/85 2026-02-17T22:12:08.750 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 40/85 2026-02-17T22:12:08.753 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 41/85 2026-02-17T22:12:08.759 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 42/85 2026-02-17T22:12:08.763 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 43/85 2026-02-17T22:12:08.770 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 44/85 2026-02-17T22:12:08.773 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 45/85 2026-02-17T22:12:08.783 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 46/85 2026-02-17T22:12:08.817 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-packaging-20.9-5.el9.noarch 47/85 2026-02-17T22:12:09.037 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 48/85 2026-02-17T22:12:09.061 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 49/85 2026-02-17T22:12:09.065 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 50/85 2026-02-17T22:12:09.122 INFO:teuthology.orchestra.run.trial172.stdout: Installing : openblas-0.3.29-1.el9.x86_64 51/85 2026-02-17T22:12:09.125 INFO:teuthology.orchestra.run.trial172.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 52/85 2026-02-17T22:12:09.146 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 53/85 2026-02-17T22:12:09.467 INFO:teuthology.orchestra.run.trial172.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 54/85 2026-02-17T22:12:09.539 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 55/85 2026-02-17T22:12:10.203 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 56/85 2026-02-17T22:12:10.221 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 57/85 2026-02-17T22:12:10.234 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-ply-3.11-14.el9.noarch 58/85 2026-02-17T22:12:10.250 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 59/85 2026-02-17T22:12:10.324 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 60/85 2026-02-17T22:12:10.332 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 61/85 2026-02-17T22:12:10.355 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 62/85 2026-02-17T22:12:10.385 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 63/85 2026-02-17T22:12:10.434 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 64/85 2026-02-17T22:12:10.440 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 65/85 2026-02-17T22:12:10.444 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 66/85 2026-02-17T22:12:10.445 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 67/85 2026-02-17T22:12:10.464 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:12:10.464 INFO:teuthology.orchestra.run.trial172.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-17T22:12:10.464 INFO:teuthology.orchestra.run.trial172.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-17T22:12:10.464 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:10.471 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:12:10.495 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 68/85 2026-02-17T22:12:10.495 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-17T22:12:10.495 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:10.532 INFO:teuthology.orchestra.run.trial172.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 69/85 2026-02-17T22:12:10.590 INFO:teuthology.orchestra.run.trial172.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 70/85 2026-02-17T22:12:10.592 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 71/85 2026-02-17T22:12:10.606 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 71/85 2026-02-17T22:12:10.606 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:10.606 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-17T22:12:10.606 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:11.284 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 72/85 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 72/85 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-17T22:12:11.309 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:11.353 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 73/85 2026-02-17T22:12:11.355 INFO:teuthology.orchestra.run.trial172.stdout: Installing : cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 73/85 2026-02-17T22:12:11.359 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9 74/85 2026-02-17T22:12:11.377 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el 75/85 2026-02-17T22:12:11.378 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 76/85 2026-02-17T22:12:11.856 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 76/85 2026-02-17T22:12:11.860 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 77/85 2026-02-17T22:12:12.311 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 77/85 2026-02-17T22:12:12.312 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 78/85 2026-02-17T22:12:12.324 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 78/85 2026-02-17T22:12:12.324 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 79/85 2026-02-17T22:12:12.377 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 79/85 2026-02-17T22:12:12.440 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9. 80/85 2026-02-17T22:12:12.441 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 81/85 2026-02-17T22:12:12.462 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 81/85 2026-02-17T22:12:12.462 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:12.462 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-17T22:12:12.462 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-17T22:12:12.463 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-17T22:12:12.463 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:12.474 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 82/85 2026-02-17T22:12:12.690 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 82/85 2026-02-17T22:12:12.691 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 83/85 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 83/85 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-17T22:12:12.713 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:12.801 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 84/85 2026-02-17T22:12:12.820 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 84/85 2026-02-17T22:12:12.820 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:12.821 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-17T22:12:12.821 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-17T22:12:12.821 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-17T22:12:12.821 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:12.842 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 85/85 2026-02-17T22:12:13.493 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 85/85 2026-02-17T22:12:13.493 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/85 2026-02-17T22:12:13.493 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 2/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 3/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 4/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 5/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el 6/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarc 7/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noa 8/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6 9/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noa 10/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9. 11/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 12/85 2026-02-17T22:12:13.494 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9 13/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 14/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 15/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/85 2026-02-17T22:12:13.495 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 27/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 28/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 29/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 30/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 31/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 32/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 33/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 34/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 35/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 36/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 37/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 38/85 2026-02-17T22:12:13.496 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 39/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 40/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 41/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 42/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 43/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 44/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 45/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 46/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 47/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 48/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 49/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 50/85 2026-02-17T22:12:13.497 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 51/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 52/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 53/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 54/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 55/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 56/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 57/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 58/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 59/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 60/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 61/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 62/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 63/85 2026-02-17T22:12:13.498 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 64/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 65/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 66/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 67/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 68/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 69/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 70/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 71/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 72/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 73/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 74/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 75/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 76/85 2026-02-17T22:12:13.499 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 77/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 78/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 79/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 80/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 81/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 82/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 83/85 2026-02-17T22:12:13.500 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 84/85 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 85/85 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout: ceph-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout: ceph-grafana-dashboards-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.556 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mds-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-k8sevents-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-modules-core-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mon-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-osd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-prometheus-alerts-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.557 INFO:teuthology.orchestra.run.trial172.stdout: ceph-volume-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-17T22:12:13.558 INFO:teuthology.orchestra.run.trial172.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-17T22:12:13.559 INFO:teuthology.orchestra.run.trial172.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-logutils-0.3.5-21.el9.noarch 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-17T22:12:13.560 INFO:teuthology.orchestra.run.trial172.stdout: python3-mako-1.1.4-6.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-pecan-1.4.2-3.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-ply-3.11-14.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-17T22:12:13.561 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-17T22:12:13.562 INFO:teuthology.orchestra.run.trial172.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: python3-webob-1.8.8-2.el9.noarch 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:13.563 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:13.608 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-base 2026-02-17T22:12:13.924 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:13.988 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-base-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:14.005 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:14.006 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:14.006 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:14.028 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install cephadm 2026-02-17T22:12:14.333 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:14.398 INFO:teuthology.orchestra.run.trial172.stdout:Package cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:12:14.416 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:14.417 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:14.417 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:14.437 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-immutable-object-cache 2026-02-17T22:12:14.744 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:14.827 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:14.828 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:14.828 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-17T22:12:14.828 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:14.828 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout: ceph-immutable-object-cache x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 143 k 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 143 k 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 395 k 2026-02-17T22:12:14.829 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:14.913 INFO:teuthology.orchestra.run.trial172.stdout:ceph-immutable-object-cache-18.2.7-1047.ge6ab65 1.6 MB/s | 143 kB 00:00 2026-02-17T22:12:14.914 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:14.914 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.6 MB/s | 143 kB 00:00 2026-02-17T22:12:14.914 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:14.918 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:14.918 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:14.949 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:14.949 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:15.004 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:15.005 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:12:15.028 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:12:15.029 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:15.029 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-17T22:12:15.029 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507. 1/1 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout: ceph-immutable-object-cache-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:15.297 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:15.325 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr 2026-02-17T22:12:15.642 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:53 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:15.708 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:15.725 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:15.726 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:15.726 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:15.748 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-dashboard 2026-02-17T22:12:16.060 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:16.123 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-dashboard-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:12:16.140 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:16.141 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:16.141 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:16.161 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-17T22:12:16.471 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:16.536 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-diskprediction-local-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:12:16.554 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:16.555 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:16.556 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:16.576 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-rook 2026-02-17T22:12:16.886 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:16.951 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-rook-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:12:16.969 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:16.969 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:16.970 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:16.990 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-mgr-cephadm 2026-02-17T22:12:17.294 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:17.359 INFO:teuthology.orchestra.run.trial172.stdout:Package ceph-mgr-cephadm-2:18.2.7-1047.ge6ab6507.el9.noarch is already installed. 2026-02-17T22:12:17.376 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:17.377 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:17.377 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:17.398 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install ceph-fuse 2026-02-17T22:12:17.711 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:17.793 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout: ceph-fuse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 850 k 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:17.794 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:17.795 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 850 k 2026-02-17T22:12:17.795 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 2.5 M 2026-02-17T22:12:17.795 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:17.901 INFO:teuthology.orchestra.run.trial172.stdout:ceph-fuse-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 7.8 MB/s | 850 kB 00:00 2026-02-17T22:12:17.901 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:17.901 INFO:teuthology.orchestra.run.trial172.stdout:Total 7.7 MB/s | 850 kB 00:00 2026-02-17T22:12:17.901 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:17.905 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:17.905 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:17.939 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:17.939 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:18.025 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:18.041 INFO:teuthology.orchestra.run.trial172.stdout: Installing : ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:18.249 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:18.304 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:18.304 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:18.305 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:18.305 INFO:teuthology.orchestra.run.trial172.stdout: ceph-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:18.305 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:18.305 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:18.334 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librados-devel 2026-02-17T22:12:18.649 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:18.731 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout: librados-devel x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 126 k 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:18.732 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 126 k 2026-02-17T22:12:18.733 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 456 k 2026-02-17T22:12:18.733 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:18.818 INFO:teuthology.orchestra.run.trial172.stdout:librados-devel-18.2.7-1047.ge6ab6507.el9.x86_64 1.4 MB/s | 126 kB 00:00 2026-02-17T22:12:18.818 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:18.819 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-17T22:12:18.819 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:18.821 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:18.821 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:18.854 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:18.855 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:18.909 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:18.926 INFO:teuthology.orchestra.run.trial172.stdout: Installing : librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:19.008 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:19.066 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:19.066 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:19.066 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:19.066 INFO:teuthology.orchestra.run.trial172.stdout: librados-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:19.066 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:19.067 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:19.095 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install libcephfs2 2026-02-17T22:12:19.407 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:19.470 INFO:teuthology.orchestra.run.trial172.stdout:Package libcephfs2-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:19.488 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:19.488 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:19.489 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:19.510 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install libcephfs-devel 2026-02-17T22:12:19.823 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:19.904 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-devel x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 31 k 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:19.905 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:19.906 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 31 k 2026-02-17T22:12:19.906 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 139 k 2026-02-17T22:12:19.906 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:19.969 INFO:teuthology.orchestra.run.trial172.stdout:libcephfs-devel-18.2.7-1047.ge6ab6507.el9.x86_6 490 kB/s | 31 kB 00:00 2026-02-17T22:12:19.969 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:19.969 INFO:teuthology.orchestra.run.trial172.stdout:Total 484 kB/s | 31 kB 00:00 2026-02-17T22:12:19.969 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:19.971 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:19.971 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:19.973 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:19.973 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:19.994 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:20.010 INFO:teuthology.orchestra.run.trial172.stdout: Installing : libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:20.068 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:20.125 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:20.126 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:20.126 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:20.126 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-devel-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:20.126 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:20.126 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:20.155 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librados2 2026-02-17T22:12:20.467 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:20.532 INFO:teuthology.orchestra.run.trial172.stdout:Package librados2-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:20.550 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:20.551 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:20.551 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:20.572 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install librbd1 2026-02-17T22:12:20.879 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:20.943 INFO:teuthology.orchestra.run.trial172.stdout:Package librbd1-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:20.961 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:20.961 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:20.961 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:20.982 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rados 2026-02-17T22:12:21.288 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:59 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:21.354 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rados-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:21.372 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:21.373 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:21.373 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:21.393 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rgw 2026-02-17T22:12:21.702 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:00:59 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:21.766 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rgw-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:21.784 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:21.784 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:21.785 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:21.806 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-cephfs 2026-02-17T22:12:22.111 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:22.175 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-cephfs-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:22.193 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:22.193 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:22.194 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:22.215 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install python3-rbd 2026-02-17T22:12:22.525 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:22.591 INFO:teuthology.orchestra.run.trial172.stdout:Package python3-rbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 is already installed. 2026-02-17T22:12:22.609 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:22.609 INFO:teuthology.orchestra.run.trial172.stdout:Nothing to do. 2026-02-17T22:12:22.610 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:22.631 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-fuse 2026-02-17T22:12:22.946 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout: rbd-fuse x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 87 k 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 87 k 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 231 k 2026-02-17T22:12:23.028 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:23.103 INFO:teuthology.orchestra.run.trial172.stdout:rbd-fuse-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 1.1 MB/s | 87 kB 00:00 2026-02-17T22:12:23.103 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:23.103 INFO:teuthology.orchestra.run.trial172.stdout:Total 1.1 MB/s | 87 kB 00:00 2026-02-17T22:12:23.103 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:23.106 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:23.106 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:23.138 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:23.138 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:23.190 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:23.206 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:23.288 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout: rbd-fuse-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.346 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:23.375 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-mirror 2026-02-17T22:12:23.689 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:01:01 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:23.771 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout: Package Arch Version Repo Size 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout: rbd-mirror x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 3.0 M 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:23.772 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:23.773 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 3.0 M 2026-02-17T22:12:23.773 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 12 M 2026-02-17T22:12:23.773 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:23.919 INFO:teuthology.orchestra.run.trial172.stdout:rbd-mirror-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 20 MB/s | 3.0 MB 00:00 2026-02-17T22:12:23.920 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:23.920 INFO:teuthology.orchestra.run.trial172.stdout:Total 20 MB/s | 3.0 MB 00:00 2026-02-17T22:12:23.921 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:23.924 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:23.924 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:23.964 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:23.964 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:24.152 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:24.154 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:24.176 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:24.176 INFO:teuthology.orchestra.run.trial172.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-17T22:12:24.176 INFO:teuthology.orchestra.run.trial172.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-17T22:12:24.177 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-17T22:12:24.177 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-17T22:12:24.177 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:24.493 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:24.494 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:24.494 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:24.494 INFO:teuthology.orchestra.run.trial172.stdout: rbd-mirror-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:24.494 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:24.494 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:24.522 DEBUG:teuthology.orchestra.run.trial172:> sudo yum -y install rbd-nbd 2026-02-17T22:12:24.838 INFO:teuthology.orchestra.run.trial172.stdout:Last metadata expiration check: 0:01:02 ago on Tue 17 Feb 2026 10:11:22 PM UTC. 2026-02-17T22:12:24.922 INFO:teuthology.orchestra.run.trial172.stdout:Dependencies resolved. 2026-02-17T22:12:24.922 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:24.922 INFO:teuthology.orchestra.run.trial172.stdout: Package Architecture Version Repository Size 2026-02-17T22:12:24.922 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:24.922 INFO:teuthology.orchestra.run.trial172.stdout:Installing: 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout: rbd-nbd x86_64 2:18.2.7-1047.ge6ab6507.el9 ceph 172 k 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:Transaction Summary 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:================================================================================ 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:Install 1 Package 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:Total download size: 172 k 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:Installed size: 490 k 2026-02-17T22:12:24.923 INFO:teuthology.orchestra.run.trial172.stdout:Downloading Packages: 2026-02-17T22:12:25.007 INFO:teuthology.orchestra.run.trial172.stdout:rbd-nbd-18.2.7-1047.ge6ab6507.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-17T22:12:25.008 INFO:teuthology.orchestra.run.trial172.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:25.008 INFO:teuthology.orchestra.run.trial172.stdout:Total 2.0 MB/s | 172 kB 00:00 2026-02-17T22:12:25.008 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction check 2026-02-17T22:12:25.012 INFO:teuthology.orchestra.run.trial172.stdout:Transaction check succeeded. 2026-02-17T22:12:25.013 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction test 2026-02-17T22:12:25.045 INFO:teuthology.orchestra.run.trial172.stdout:Transaction test succeeded. 2026-02-17T22:12:25.046 INFO:teuthology.orchestra.run.trial172.stdout:Running transaction 2026-02-17T22:12:25.101 INFO:teuthology.orchestra.run.trial172.stdout: Preparing : 1/1 2026-02-17T22:12:25.118 INFO:teuthology.orchestra.run.trial172.stdout: Installing : rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:25.197 INFO:teuthology.orchestra.run.trial172.stdout: Running scriptlet: rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:25.255 INFO:teuthology.orchestra.run.trial172.stdout: Verifying : rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 1/1 2026-02-17T22:12:25.255 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:25.255 INFO:teuthology.orchestra.run.trial172.stdout:Installed: 2026-02-17T22:12:25.255 INFO:teuthology.orchestra.run.trial172.stdout: rbd-nbd-2:18.2.7-1047.ge6ab6507.el9.x86_64 2026-02-17T22:12:25.255 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:12:25.256 INFO:teuthology.orchestra.run.trial172.stdout:Complete! 2026-02-17T22:12:25.288 DEBUG:teuthology.parallel:result is None 2026-02-17T22:12:25.288 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:12:25.288 INFO:teuthology.packaging:ref: None 2026-02-17T22:12:25.289 INFO:teuthology.packaging:tag: None 2026-02-17T22:12:25.289 INFO:teuthology.packaging:branch: reef 2026-02-17T22:12:25.289 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:12:25.289 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2026-02-17T22:12:25.494 DEBUG:teuthology.orchestra.run.trial144:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-17T22:12:25.516 INFO:teuthology.orchestra.run.trial144.stdout:18.2.7-1047.ge6ab6507.el9 2026-02-17T22:12:25.517 INFO:teuthology.packaging:The installed version of ceph is 18.2.7-1047.ge6ab6507.el9 2026-02-17T22:12:25.517 INFO:teuthology.task.install:The correct ceph version 18.2.7-1047.ge6ab6507 is installed. 2026-02-17T22:12:25.520 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-17T22:12:25.520 INFO:teuthology.packaging:ref: None 2026-02-17T22:12:25.521 INFO:teuthology.packaging:tag: None 2026-02-17T22:12:25.521 INFO:teuthology.packaging:branch: reef 2026-02-17T22:12:25.521 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:12:25.521 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2026-02-17T22:12:25.718 DEBUG:teuthology.orchestra.run.trial172:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-17T22:12:25.740 INFO:teuthology.orchestra.run.trial172.stdout:18.2.7-1047.ge6ab6507.el9 2026-02-17T22:12:25.740 INFO:teuthology.packaging:The installed version of ceph is 18.2.7-1047.ge6ab6507.el9 2026-02-17T22:12:25.740 INFO:teuthology.task.install:The correct ceph version 18.2.7-1047.ge6ab6507 is installed. 2026-02-17T22:12:25.744 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-17T22:12:25.744 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:12:25.744 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-17T22:12:25.771 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:12:25.771 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-17T22:12:25.804 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-17T22:12:25.804 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:12:25.805 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/daemon-helper 2026-02-17T22:12:25.836 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-17T22:12:25.900 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:12:25.900 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/daemon-helper 2026-02-17T22:12:25.926 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-17T22:12:25.989 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-17T22:12:25.989 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:12:25.990 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-17T22:12:26.015 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-17T22:12:26.079 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:12:26.079 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-17T22:12:26.104 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-17T22:12:26.168 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-17T22:12:26.169 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:12:26.169 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/stdin-killer 2026-02-17T22:12:26.194 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-17T22:12:26.256 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:12:26.257 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/stdin-killer 2026-02-17T22:12:26.283 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-17T22:12:26.347 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:12:26.361 INFO:teuthology.task.print:**** done install task... 2026-02-17T22:12:26.361 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:12:26.375 INFO:teuthology.task.print:**** done start installing reef cephadm ... 2026-02-17T22:12:26.375 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-17T22:12:26.498 INFO:tasks.cephadm:Config: {'compiled_cephadm_branch': 'reef', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:reef', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'mons down', 'mon down', 'MON_DOWN', 'out of quorum', 'PG_', 'OSD_DOWN', 'POOL_APP_NOT_ENABLED', 'pgs degraded', 'pg degraded', 'object degraded', 'objects degraded', 'FS_DEGRADED', 'MDS_ALL_DOWN', 'OSD_UPGRADE_FINISHED', 'do not have an application enabled', 'is down', 'TELEMETRY_CHANGED', 'pg .*? is .*?degraded.*?, acting', 'pg .* is stuck peering'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-17T22:12:26.498 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:reef 2026-02-17T22:12:26.501 INFO:tasks.cephadm:Cluster fsid is be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:26.501 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-17T22:12:26.502 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.144', 'mon.c': '[v2:10.20.193.144:3301,v1:10.20.193.144:6790]', 'mon.b': '10.20.193.172'} 2026-02-17T22:12:26.502 INFO:tasks.cephadm:First mon is mon.a on trial144 2026-02-17T22:12:26.502 INFO:tasks.cephadm:First mgr is y 2026-02-17T22:12:26.502 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-17T22:12:26.502 DEBUG:teuthology.orchestra.run.trial144:> sudo hostname $(hostname -s) 2026-02-17T22:12:26.526 DEBUG:teuthology.orchestra.run.trial172:> sudo hostname $(hostname -s) 2026-02-17T22:12:26.551 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for reef 2026-02-17T22:12:26.551 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:12:26.691 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'ref': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-17 18:19:08.791671', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.2.0-670-gadc19233', 'package_manager_version': '20.2.0-670.gadc19233', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3038/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-17T22:12:26.874 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref reef, sha1 e6ab650721089ed287ed684011c35b550bf20fe7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=reef 2026-02-17T22:12:26.877 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/x86_64/flavors/default/cephadm 2026-02-17T22:12:26.877 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/x86_64/flavors/default/cephadm 2026-02-17T22:12:26.877 DEBUG:teuthology.orchestra.run.trial144:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.328 INFO:teuthology.orchestra.run.trial144.stdout:-rw-r--r--. 1 ubuntu ubuntu 217463 Feb 17 22:12 /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.328 DEBUG:teuthology.orchestra.run.trial172:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/reef/e6ab650721089ed287ed684011c35b550bf20fe7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.561 INFO:teuthology.orchestra.run.trial172.stdout:-rw-r--r--. 1 ubuntu ubuntu 217463 Feb 17 22:12 /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.561 DEBUG:teuthology.orchestra.run.trial144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.580 DEBUG:teuthology.orchestra.run.trial172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-17T22:12:27.618 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:reef on all hosts... 2026-02-17T22:12:27.618 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2026-02-17T22:12:27.622 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2026-02-17T22:12:27.730 INFO:teuthology.orchestra.run.trial144.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2026-02-17T22:12:27.768 INFO:teuthology.orchestra.run.trial172.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2026-02-17T22:12:35.553 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:12:35.553 INFO:teuthology.orchestra.run.trial144.stdout: "ceph_version": "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)", 2026-02-17T22:12:35.553 INFO:teuthology.orchestra.run.trial144.stdout: "image_id": "6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4", 2026-02-17T22:12:35.553 INFO:teuthology.orchestra.run.trial144.stdout: "repo_digests": [ 2026-02-17T22:12:35.553 INFO:teuthology.orchestra.run.trial144.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539" 2026-02-17T22:12:35.554 INFO:teuthology.orchestra.run.trial144.stdout: ] 2026-02-17T22:12:35.554 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout:{ 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout: "ceph_version": "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)", 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout: "image_id": "6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4", 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout: "repo_digests": [ 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539" 2026-02-17T22:12:35.595 INFO:teuthology.orchestra.run.trial172.stdout: ] 2026-02-17T22:12:35.596 INFO:teuthology.orchestra.run.trial172.stdout:} 2026-02-17T22:12:35.609 DEBUG:teuthology.orchestra.run.trial144:> sudo mkdir -p /etc/ceph 2026-02-17T22:12:35.636 DEBUG:teuthology.orchestra.run.trial172:> sudo mkdir -p /etc/ceph 2026-02-17T22:12:35.662 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod 777 /etc/ceph 2026-02-17T22:12:35.701 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 777 /etc/ceph 2026-02-17T22:12:35.728 INFO:tasks.cephadm:Writing seed config... 2026-02-17T22:12:35.729 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-17T22:12:35.730 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-17T22:12:35.731 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:12:35.731 DEBUG:teuthology.orchestra.run.trial144:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-17T22:12:35.757 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 = be018db5-0c4d-11f1-9298-d404e6e7d460 [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 osd_class_default_list = * osd_class_load_list = * 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 [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-17T22:12:35.758 DEBUG:teuthology.orchestra.run.trial144:mon.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service 2026-02-17T22:12:35.800 DEBUG:teuthology.orchestra.run.trial144:mgr.y> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service 2026-02-17T22:12:35.842 INFO:tasks.cephadm:Bootstrapping... 2026-02-17T22:12:35.843 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef -v bootstrap --fsid be018db5-0c4d-11f1-9298-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 y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.144 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:12:35.952 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-17T22:12:35.952 INFO:teuthology.orchestra.run.trial144.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:reef', '-v', 'bootstrap', '--fsid', 'be018db5-0c4d-11f1-9298-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', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '10.20.193.144', '--skip-admin-label'] 2026-02-17T22:12:35.967 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stdout 5.6.0 2026-02-17T22:12:35.967 INFO:teuthology.orchestra.run.trial144.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-17T22:12:35.968 INFO:teuthology.orchestra.run.trial144.stdout:Verifying podman|docker is present... 2026-02-17T22:12:35.983 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stdout 5.6.0 2026-02-17T22:12:35.983 INFO:teuthology.orchestra.run.trial144.stdout:Verifying lvm2 is present... 2026-02-17T22:12:35.983 INFO:teuthology.orchestra.run.trial144.stdout:Verifying time synchronization is in place... 2026-02-17T22:12:35.989 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-17T22:12:35.989 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-17T22:12:35.995 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-17T22:12:35.995 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:12:36.000 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout enabled 2026-02-17T22:12:36.006 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout active 2026-02-17T22:12:36.006 INFO:teuthology.orchestra.run.trial144.stdout:Unit chronyd.service is enabled and running 2026-02-17T22:12:36.006 INFO:teuthology.orchestra.run.trial144.stdout:Repeating the final host check... 2026-02-17T22:12:36.021 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stdout 5.6.0 2026-02-17T22:12:36.021 INFO:teuthology.orchestra.run.trial144.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-17T22:12:36.021 INFO:teuthology.orchestra.run.trial144.stdout:systemctl is present 2026-02-17T22:12:36.021 INFO:teuthology.orchestra.run.trial144.stdout:lvcreate is present 2026-02-17T22:12:36.026 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-17T22:12:36.026 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-17T22:12:36.031 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-17T22:12:36.032 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:12:36.037 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout enabled 2026-02-17T22:12:36.043 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout active 2026-02-17T22:12:36.043 INFO:teuthology.orchestra.run.trial144.stdout:Unit chronyd.service is enabled and running 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Host looks OK 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Cluster fsid: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Acquiring lock 139720859753200 on /run/cephadm/be018db5-0c4d-11f1-9298-d404e6e7d460.lock 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Lock 139720859753200 acquired on /run/cephadm/be018db5-0c4d-11f1-9298-d404e6e7d460.lock 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Verifying IP 10.20.193.144 port 3300 ... 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Verifying IP 10.20.193.144 port 6789 ... 2026-02-17T22:12:36.044 INFO:teuthology.orchestra.run.trial144.stdout:Base mon IP(s) is [10.20.193.144:3300, 10.20.193.144:6789], mon addrv is [v2:10.20.193.144:3300,v1:10.20.193.144:6789] 2026-02-17T22:12:36.047 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.144 metric 102 2026-02-17T22:12:36.047 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.144 metric 102 2026-02-17T22:12:36.047 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-17T22:12:36.049 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-17T22:12:36.049 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-17T22:12:36.050 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout inet6 fe80::98f3:f5c:ac0f:abdf/64 scope link noprefixroute 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:61d6/64 scope link 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-17T22:12:36.054 INFO:teuthology.orchestra.run.trial144.stdout:Mon IP `10.20.193.144` is in CIDR network `10.20.192.0/20` 2026-02-17T22:12:36.055 INFO:teuthology.orchestra.run.trial144.stdout:Mon IP `10.20.193.144` is in CIDR network `10.20.192.0/20` 2026-02-17T22:12:36.055 INFO:teuthology.orchestra.run.trial144.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-17T22:12:36.055 INFO:teuthology.orchestra.run.trial144.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-17T22:12:36.055 INFO:teuthology.orchestra.run.trial144.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stdout 6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:reef... 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Getting image source signatures 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Copying blob sha256:d7df8d0d7c9f4d0363cbb1bb4ee668fca159ab0172b79d69e0e17f9b3a42682f 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Copying blob sha256:f288f3bfe1f1dd15cb8f17590a708af9d9397de617368b4f9c06e9bc583d4a6b 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Copying config sha256:6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4 2026-02-17T22:12:36.274 INFO:teuthology.orchestra.run.trial144.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-17T22:12:36.538 INFO:teuthology.orchestra.run.trial144.stdout:ceph: stdout ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable) 2026-02-17T22:12:36.539 INFO:teuthology.orchestra.run.trial144.stdout:Ceph version: ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable) 2026-02-17T22:12:36.539 INFO:teuthology.orchestra.run.trial144.stdout:Extracting ceph user uid/gid from container image... 2026-02-17T22:12:36.788 INFO:teuthology.orchestra.run.trial144.stdout:stat: stdout 167 167 2026-02-17T22:12:36.788 INFO:teuthology.orchestra.run.trial144.stdout:Creating initial keys... 2026-02-17T22:12:37.055 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph-authtool: stdout AQDU55RpCm/wNxAAv9uyF8ml2BB67PshcZWbug== 2026-02-17T22:12:37.307 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph-authtool: stdout AQDV55RpVBlcCxAAjAJDnXpZBSyGHL3Elr0w+Q== 2026-02-17T22:12:37.568 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph-authtool: stdout AQDV55RpOgLXGhAA+VJNFFcitr14TFcd3aT/kA== 2026-02-17T22:12:37.568 INFO:teuthology.orchestra.run.trial144.stdout:Creating initial monmap... 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:monmaptool for a [v2:10.20.193.144:3300,v1:10.20.193.144:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:setting min_mon_release = pacific 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: set fsid to be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:12:37.831 INFO:teuthology.orchestra.run.trial144.stdout:Creating mon... 2026-02-17T22:12:38.128 INFO:teuthology.orchestra.run.trial144.stdout:create mon.a on 2026-02-17T22:12:38.291 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-17T22:12:38.391 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-17T22:12:38.498 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target → /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target. 2026-02-17T22:12:38.498 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target → /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target. 2026-02-17T22:12:38.615 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a 2026-02-17T22:12:38.615 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Failed to reset failed state of unit ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service: Unit ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service not loaded. 2026-02-17T22:12:38.735 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target.wants/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@.service. 2026-02-17T22:12:38.886 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-17T22:12:38.886 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout disabled 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:firewalld.service is not enabled 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:Not possible to enable service . firewalld.service is not available 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mon to start... 2026-02-17T22:12:38.892 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mon... 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout cluster: 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout id: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout services: 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.150449s) 2026-02-17T22:12:39.173 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout data: 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout pgs: 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:mon is available 2026-02-17T22:12:39.174 INFO:teuthology.orchestra.run.trial144.stdout:Assimilating anything we can from ceph.conf... 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [global] 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout fsid = be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.144:3300,v1:10.20.193.144:6789] 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-17T22:12:39.444 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-17T22:12:39.445 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:39.445 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [osd] 2026-02-17T22:12:39.445 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-17T22:12:39.445 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-17T22:12:39.445 INFO:teuthology.orchestra.run.trial144.stdout:Generating new minimal ceph.conf... 2026-02-17T22:12:39.717 INFO:teuthology.orchestra.run.trial144.stdout:Restarting the monitor... 2026-02-17T22:12:40.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[20762]: 2026-02-17T22:12:39.796+0000 7fef30afc640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21162]: 2026-02-17 22:12:40.03028123 +0000 UTC m=+0.246915008 container died 47c0f3a0808160219cd3125eddce075137409a16c9804904932498232fa4fc08 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_REF=reef, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21162]: 2026-02-17 22:12:40.14026572 +0000 UTC m=+0.356899488 container remove 47c0f3a0808160219cd3125eddce075137409a16c9804904932498232fa4fc08 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, CEPH_REF=reef, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, 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/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 bash[21162]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 systemd[1]: Stopped Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 systemd[1]: Starting Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:12:40.310 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21301]: 2026-02-17 22:12:40.277072297 +0000 UTC m=+0.015302452 container create d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, ceph=True, CEPH_REF=reef, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7) 2026-02-17T22:12:40.319 INFO:teuthology.orchestra.run.trial144.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21301]: 2026-02-17 22:12:40.310719567 +0000 UTC m=+0.048949742 container init d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, org.label-schema.license=GPLv2) 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21301]: 2026-02-17 22:12:40.314036224 +0000 UTC m=+0.052266399 container start d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20260209, CEPH_REF=reef, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 bash[21301]: d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 podman[21301]: 2026-02-17 22:12:40.270845771 +0000 UTC m=+0.009075936 image pull 6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4 quay.ceph.io/ceph-ci/ceph:reef 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 systemd[1]: Started Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: set uid:gid to 167:167 (ceph:ceph) 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable), process ceph-mon, pid 7 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: pidfile_write: ignore empty --pid-file 2026-02-17T22:12:40.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: load: jerasure load: lrc 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: RocksDB version: 7.9.2 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Git sha 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Compile date 2026-02-13 00:35:09 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: DB SUMMARY 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: DB Session ID: G1V9W0KGVL03TS6YWOIG 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: CURRENT file: CURRENT 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: IDENTITY file: IDENTITY 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 75330 ; 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.error_if_exists: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.create_if_missing: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.paranoid_checks: 1 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.env: 0x55b632435ee0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.fs: PosixFileSystem 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.info_log: 0x55b63491ad80 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_file_opening_threads: 16 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.statistics: (nil) 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.use_fsync: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_log_file_size: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.keep_log_file_num: 1000 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.recycle_log_file_num: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_fallocate: 1 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_mmap_reads: 0 2026-02-17T22:12:40.597 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_mmap_writes: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.use_direct_reads: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.create_missing_column_families: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.db_log_dir: 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.wal_dir: 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.advise_random_on_open: 1 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.db_write_buffer_size: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.write_buffer_manager: 0x55b63492a3c0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.rate_limiter: (nil) 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.wal_recovery_mode: 2 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enable_thread_tracking: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enable_pipelined_write: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.unordered_write: 0 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.row_cache: None 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.wal_filter: None 2026-02-17T22:12:40.598 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_ingest_behind: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.two_write_queues: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.manual_wal_flush: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.wal_compression: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.atomic_flush: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.log_readahead_size: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.best_efforts_recovery: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.allow_data_in_errors: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.db_host_id: __hostname__ 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_background_jobs: 2 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_background_compactions: -1 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_subcompactions: 1 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_total_wal_size: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_open_files: -1 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bytes_per_sync: 0 2026-02-17T22:12:40.599 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_readahead_size: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_background_flushes: -1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Compression algorithms supported: 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kZSTD supported: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kXpressCompression supported: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kBZip2Compression supported: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kLZ4Compression supported: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kZlibCompression supported: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kLZ4HCCompression supported: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: kSnappyCompression supported: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.merge_operator: 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_filter: None 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_filter_factory: None 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.sst_partitioner_factory: None 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b63491a9a0) 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: index_type: 0 2026-02-17T22:12:40.600 INFO:journalctl@ceph.mon.a.trial144.stdout: data_block_index_type: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: index_shortening: 1 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: checksum: 4 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: no_block_cache: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache: 0x55b63493c9b0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_options: 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: capacity : 536870912 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: num_shard_bits : 4 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: strict_capacity_limit : 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_compressed: (nil) 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: persistent_cache: (nil) 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_size: 4096 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_size_deviation: 10 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_restart_interval: 16 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: index_block_restart_interval: 1 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: metadata_block_size: 4096 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: partition_filters: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: use_delta_encoding: 1 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: filter_policy: bloomfilter 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: whole_key_filtering: 1 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: verify_compression: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: format_version: 5 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: enable_index_compression: 1 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: block_align: 0 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: max_auto_readahead_size: 262144 2026-02-17T22:12:40.601 INFO:journalctl@ceph.mon.a.trial144.stdout: prepopulate_block_cache: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.write_buffer_size: 33554432 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_write_buffer_number: 2 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression: NoCompression 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression: Disabled 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.prefix_extractor: nullptr 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.num_levels: 7 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.level: 32767 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.strategy: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.enabled: false 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:12:40.602 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.target_file_size_base: 67108864 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-17T22:12:40.603 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.arena_block_size: 1048576 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.disable_auto_compactions: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.inplace_update_support: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.bloom_locality: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.max_successive_merges: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.paranoid_file_checks: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.force_consistency_checks: 1 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.report_bg_io_stats: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.ttl: 2592000 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enable_blob_files: false 2026-02-17T22:12:40.604 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.min_blob_size: 0 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_file_size: 268435456 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.blob_file_starting_level: 0 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: 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-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1b6e4336-2782-4a29-bbf4-ae108c718cca 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366360332012, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366360332677, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 72280, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 227, "table_properties": {"data_size": 70551, "index_size": 178, "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": 9776, "raw_average_key_size": 49, "raw_value_size": 65108, "raw_average_value_size": 328, "num_data_blocks": 8, "num_entries": 198, "num_filter_entries": 198, "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": 1771366360, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1b6e4336-2782-4a29-bbf4-ae108c718cca", "db_session_id": "G1V9W0KGVL03TS6YWOIG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366360332748, "job": 1, "event": "recovery_finished"} 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: 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-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b63493ee00 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: DB pointer 0x55b63494c000 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: ** DB Stats ** 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:12:40.605 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: L0 2/0 72.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Sum 2/0 72.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative compaction: 0.00 GB write, 26.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval compaction: 0.00 GB write, 26.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Block cache BinnedLRUCache@0x55b63493c9b0#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.38 KB,7.15256e-05%) Misc(1,0.00 KB,0%) 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-17T22:12:40.606 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: starting mon.a rank 0 at public addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] at bind addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???) e1 preinit fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).mds e1 new map 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).mds e1 print_map 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: e1 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: legacy client fscid: -1 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout: No filesystems configured 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: monmap e1: 1 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: fsmap 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: osdmap e1: 0 total, 0 up, 0 in 2026-02-17T22:12:40.607 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:40 trial144 ceph-mon[21352]: mgrmap e1: no daemons active 2026-02-17T22:12:40.607 INFO:teuthology.orchestra.run.trial144.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-17T22:12:40.607 INFO:teuthology.orchestra.run.trial144.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:12:40.608 INFO:teuthology.orchestra.run.trial144.stdout:Creating mgr... 2026-02-17T22:12:40.608 INFO:teuthology.orchestra.run.trial144.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-17T22:12:40.608 INFO:teuthology.orchestra.run.trial144.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-17T22:12:40.728 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y 2026-02-17T22:12:40.728 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Failed to reset failed state of unit ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service: Unit ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service not loaded. 2026-02-17T22:12:40.832 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460.target.wants/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service → /etc/systemd/system/ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@.service. 2026-02-17T22:12:41.006 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-17T22:12:41.006 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout disabled 2026-02-17T22:12:41.012 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-17T22:12:41.012 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:12:41.013 INFO:teuthology.orchestra.run.trial144.stdout:firewalld.service is not enabled 2026-02-17T22:12:41.013 INFO:teuthology.orchestra.run.trial144.stdout:Not possible to enable service . firewalld.service is not available 2026-02-17T22:12:41.020 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-17T22:12:41.020 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout disabled 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:firewalld.service is not enabled 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mgr to start... 2026-02-17T22:12:41.026 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mgr... 2026-02-17T22:12:41.309 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsid": "be018db5-0c4d-11f1-9298-d404e6e7d460", 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "health": { 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-17T22:12:41.312 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 0 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "a" 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-17T22:12:41.313 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "restful" 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modified": "2026-02-17T22:12:38.900170+0000", 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:41.314 INFO:teuthology.orchestra.run.trial144.stdout:mgr not available, waiting (1/15)... 2026-02-17T22:12:41.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:41 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3497973202' entity='client.admin' 2026-02-17T22:12:41.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:41 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2504692809' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:12:41.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:41.721+0000 7f8bd73c0140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:12:42.051 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: /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-17T22:12:42.051 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 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-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: from numpy import show_config as show_numpy_config 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:41.795+0000 7f8bd73c0140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:41.828+0000 7f8bd73c0140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:41.923+0000 7f8bd73c0140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:41.982+0000 7f8bd73c0140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.016+0000 7f8bd73c0140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:12:42.052 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.049+0000 7f8bd73c0140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:12:42.357 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.082+0000 7f8bd73c0140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:12:42.357 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.114+0000 7f8bd73c0140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:12:42.357 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.355+0000 7f8bd73c0140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:12:42.608 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.453+0000 7f8bd73c0140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:12:42.609 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.484+0000 7f8bd73c0140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:12:42.609 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.514+0000 7f8bd73c0140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:12:42.609 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.607+0000 7f8bd73c0140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:43.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.635+0000 7f8bd73c0140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:12:43.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:42 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:42.726+0000 7f8bd73c0140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:43.466 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:43 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:43.177+0000 7f8bd73c0140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:12:43.466 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:43 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:43.207+0000 7f8bd73c0140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:12:43.595 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:43.595 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:43.595 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsid": "be018db5-0c4d-11f1-9298-d404e6e7d460", 2026-02-17T22:12:43.595 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "health": { 2026-02-17T22:12:43.595 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 0 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "a" 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-17T22:12:43.596 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-17T22:12:43.597 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-17T22:12:43.598 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "restful" 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.599 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modified": "2026-02-17T22:12:38.900170+0000", 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:43.600 INFO:teuthology.orchestra.run.trial144.stdout:mgr not available, waiting (2/15)... 2026-02-17T22:12:43.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:43 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/780344662' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:12:43.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:43 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:43.615+0000 7f8bd73c0140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:12:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: mgrmap e2: y(active, starting, since 0.00251992s) 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: Manager daemon y is now available 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:12:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:12:45.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:44 trial144 ceph-mon[21352]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:12:45.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:45 trial144 ceph-mon[21352]: mgrmap e3: y(active, since 1.00488s) 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsid": "be018db5-0c4d-11f1-9298-d404e6e7d460", 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "health": { 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.953 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 0 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "a" 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.954 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-17T22:12:45.955 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.956 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "nfs", 2026-02-17T22:12:45.957 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "restful" 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ], 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "modified": "2026-02-17T22:12:38.900170+0000", 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout }, 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:45.958 INFO:teuthology.orchestra.run.trial144.stdout:mgr is available 2026-02-17T22:12:46.268 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:46.268 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [global] 2026-02-17T22:12:46.268 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout fsid = be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:46.268 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-17T22:12:46.268 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout [osd] 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-17T22:12:46.269 INFO:teuthology.orchestra.run.trial144.stdout:Enabling cephadm module... 2026-02-17T22:12:46.983 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:46 trial144 ceph-mon[21352]: mgrmap e4: y(active, since 2s) 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3678834863' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2950251269' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2299641868' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setuser ceph since I am not root 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setgroup ceph since I am not root 2026-02-17T22:12:46.984 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:46.667+0000 7f689ce27140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "active_name": "y", 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for the mgr to restart... 2026-02-17T22:12:47.107 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mgr epoch 5... 2026-02-17T22:12:47.251 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.172+0000 7f689ce27140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:12:47.251 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.207+0000 7f689ce27140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:12:47.251 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.249+0000 7f689ce27140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:12:47.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.280+0000 7f689ce27140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.314+0000 7f689ce27140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.381+0000 7f689ce27140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: /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-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 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-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: from numpy import show_config as show_numpy_config 2026-02-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.454+0000 7f689ce27140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:12:47.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.488+0000 7f689ce27140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:12:48.007 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:47 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2299641868' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-17T22:12:48.007 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:47 trial144 ceph-mon[21352]: mgrmap e5: y(active, since 3s) 2026-02-17T22:12:48.007 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:47 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1594145820' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-17T22:12:48.007 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.583+0000 7f689ce27140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:12:48.007 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.642+0000 7f689ce27140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:12:48.008 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.676+0000 7f689ce27140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:12:48.008 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.708+0000 7f689ce27140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:12:48.008 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.742+0000 7f689ce27140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:12:48.008 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:47.773+0000 7f689ce27140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:12:48.008 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.004+0000 7f689ce27140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:12:48.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.104+0000 7f689ce27140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:12:48.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.134+0000 7f689ce27140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:12:48.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.165+0000 7f689ce27140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:12:48.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.258+0000 7f689ce27140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:48.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.287+0000 7f689ce27140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:12:48.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.379+0000 7f689ce27140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:49.259 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.829+0000 7f689ce27140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:12:49.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:48 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:48.859+0000 7f689ce27140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:12:49.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:49 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:49.257+0000 7f689ce27140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:12:49.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: Active manager daemon y restarted 2026-02-17T22:12:49.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: osdmap e2: 0 total, 0 up, 0 in 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: mgrmap e6: y(active, starting, since 0.00270492s) 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: Manager daemon y is now available 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:49.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:49.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:49.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:12:49.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:49 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:mgr epoch 5 is available 2026-02-17T22:12:50.393 INFO:teuthology.orchestra.run.trial144.stdout:Setting orchestrator backend to cephadm... 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: Found migration_current of "None". Setting to last migration. 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: mgrmap e7: y(active, since 1.00443s) 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:50.930 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:50 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:51.056 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-17T22:12:51.056 INFO:teuthology.orchestra.run.trial144.stdout:Generating ssh key... 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: Generating public/private ed25519 key pair. 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: Your identification has been saved in /tmp/tmp8pf9h4v1/key 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: Your public key has been saved in /tmp/tmp8pf9h4v1/key.pub 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: The key fingerprint is: 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: SHA256:uWJE4eKFW7SRFgbCCwZnlZ3Cpu4XDBJmGioKZul2nEw ceph-be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: The key's randomart image is: 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: +--[ED25519 256]--+ 2026-02-17T22:12:51.613 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |o.+oo+*+ | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |+*..===+ | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |*+.+oo* | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |*++E * . | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |Bo+o+ . S | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |.o.=o. . | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: |... .o . | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: | . .. . | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: | . | 2026-02-17T22:12:51.614 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: +----[SHA256]-----+ 2026-02-17T22:12:51.736 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENu4uw3ODXjMEbYTCRIQu76UDo0wUE6VWVl389meauB ceph-be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:12:51.737 INFO:teuthology.orchestra.run.trial144.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-17T22:12:51.737 INFO:teuthology.orchestra.run.trial144.stdout:Adding key to root@localhost authorized_keys... 2026-02-17T22:12:51.737 INFO:teuthology.orchestra.run.trial144.stdout:Adding host trial144... 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:50] ENGINE Bus STARTING 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:50] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:50] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:50] ENGINE Bus STARTED 2026-02-17T22:12:51.947 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:50] ENGINE Client ('10.20.193.144', 33884) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:12:51.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:51.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:51.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:51 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:52.784 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:52 trial144 ceph-mon[21352]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:52.784 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:52 trial144 ceph-mon[21352]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:52.784 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:52 trial144 ceph-mon[21352]: Generating ssh key... 2026-02-17T22:12:52.784 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:52 trial144 ceph-mon[21352]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:52.785 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:52 trial144 ceph-mon[21352]: mgrmap e8: y(active, since 2s) 2026-02-17T22:12:53.407 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout Added host 'trial144' with addr '10.20.193.144' 2026-02-17T22:12:53.407 INFO:teuthology.orchestra.run.trial144.stdout:Deploying unmanaged mon service... 2026-02-17T22:12:53.652 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:53 trial144 ceph-mon[21352]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial144", "addr": "10.20.193.144", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:53.652 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:53 trial144 ceph-mon[21352]: Deploying cephadm binary to trial144 2026-02-17T22:12:53.652 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:53 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:53.653 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:53 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:53.752 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-17T22:12:53.753 INFO:teuthology.orchestra.run.trial144.stdout:Deploying unmanaged mgr service... 2026-02-17T22:12:54.093 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: Added host trial144 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: Saving service mon spec with placement count:5 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:54 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2634248738' entity='client.admin' 2026-02-17T22:12:54.789 INFO:teuthology.orchestra.run.trial144.stdout:Enabling the dashboard module... 2026-02-17T22:12:55.903 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:55 trial144 ceph-mon[21352]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:12:55.903 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:55 trial144 ceph-mon[21352]: Saving service mgr spec with placement count:2 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:55 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3332687627' entity='client.admin' 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:55 trial144 ceph-mon[21352]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:55 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2000903894' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setuser ceph since I am not root 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setgroup ceph since I am not root 2026-02-17T22:12:55.904 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:55.701+0000 7f3053ab1140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "active_name": "y", 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for the mgr to restart... 2026-02-17T22:12:56.139 INFO:teuthology.orchestra.run.trial144.stdout:Waiting for mgr epoch 9... 2026-02-17T22:12:56.421 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.210+0000 7f3053ab1140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:12:56.421 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.246+0000 7f3053ab1140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:12:56.421 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.287+0000 7f3053ab1140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:12:56.421 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.318+0000 7f3053ab1140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:12:56.422 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.352+0000 7f3053ab1140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:12:56.422 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.418+0000 7f3053ab1140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:12:56.681 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:56 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2000903894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-17T22:12:56.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:56 trial144 ceph-mon[21352]: mgrmap e9: y(active, since 6s) 2026-02-17T22:12:56.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:56 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3532283393' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-17T22:12:56.682 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: /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-17T22:12:56.682 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 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-17T22:12:56.682 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: from numpy import show_config as show_numpy_config 2026-02-17T22:12:56.682 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.491+0000 7f3053ab1140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:12:56.682 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.524+0000 7f3053ab1140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:12:56.683 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.620+0000 7f3053ab1140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:12:56.683 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.679+0000 7f3053ab1140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:12:57.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.713+0000 7f3053ab1140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:12:57.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.746+0000 7f3053ab1140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:12:57.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.780+0000 7f3053ab1140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:12:57.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:56.811+0000 7f3053ab1140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:12:57.300 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.045+0000 7f3053ab1140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:12:57.301 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.144+0000 7f3053ab1140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:12:57.301 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.175+0000 7f3053ab1140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:12:57.301 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.206+0000 7f3053ab1140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:12:57.301 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.299+0000 7f3053ab1140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:57.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.327+0000 7f3053ab1140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:12:57.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.419+0000 7f3053ab1140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:12:58.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.883+0000 7f3053ab1140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:12:58.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:57.913+0000 7f3053ab1140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:12:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:12:58.309+0000 7f3053ab1140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: Active manager daemon y restarted 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: osdmap e3: 0 total, 0 up, 0 in 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: mgrmap e10: y(active, starting, since 0.00266663s) 2026-02-17T22:12:58.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: Manager daemon y is now available 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:12:58.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:12:59.440 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout { 2026-02-17T22:12:59.441 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-17T22:12:59.441 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-17T22:12:59.441 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout } 2026-02-17T22:12:59.441 INFO:teuthology.orchestra.run.trial144.stdout:mgr epoch 9 is available 2026-02-17T22:12:59.441 INFO:teuthology.orchestra.run.trial144.stdout:Generating a dashboard self-signed certificate... 2026-02-17T22:12:59.802 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2026-02-17T22:12:59.803 INFO:teuthology.orchestra.run.trial144.stdout:Creating initial admin user... 2026-02-17T22:13:00.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:59] ENGINE Bus STARTING 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:59] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:59] ENGINE Client ('10.20.193.144', 45186) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:59] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: [17/Feb/2026:22:12:59] ENGINE Bus STARTED 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: mgrmap e11: y(active, since 1.00425s) 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:00.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:12:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:00.621 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$/a3jND7HFCUwQnCGWl.eYeZ6jmd.9hLdempd.CZp8oyg7tlIsjDES", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771366380, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-17T22:13:00.622 INFO:teuthology.orchestra.run.trial144.stdout:Fetching dashboard port number... 2026-02-17T22:13:01.163 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stdout 8443 2026-02-17T22:13:01.171 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-17T22:13:01.172 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout disabled 2026-02-17T22:13:01.178 INFO:teuthology.orchestra.run.trial144.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-17T22:13:01.178 INFO:teuthology.orchestra.run.trial144.stdout:systemctl: stdout inactive 2026-02-17T22:13:01.178 INFO:teuthology.orchestra.run.trial144.stdout:firewalld.service is not enabled 2026-02-17T22:13:01.178 INFO:teuthology.orchestra.run.trial144.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout:Ceph Dashboard is now available at: 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout: URL: https://trial144:8443/ 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout: User: admin 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout: Password: bx7annjjbh 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.179 INFO:teuthology.orchestra.run.trial144.stdout:Saving cluster configuration to /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config directory 2026-02-17T22:13:01.180 INFO:teuthology.orchestra.run.trial144.stdout:Enabling autotune for osd_memory_target 2026-02-17T22:13:01.389 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:01 trial144 ceph-mon[21352]: from='client.14164 -' 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-17T22:13:01.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:01.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:01 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1443262850' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-02-17T22:13:01.870 INFO:teuthology.orchestra.run.trial144.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-17T22:13:01.870 INFO:teuthology.orchestra.run.trial144.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-17T22:13:01.870 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.870 INFO:teuthology.orchestra.run.trial144.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:01.870 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout:Or, if you are only running a single cluster on this host: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: ceph telemetry on 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout:For more information see: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:01.871 INFO:teuthology.orchestra.run.trial144.stdout:Bootstrap complete. 2026-02-17T22:13:01.895 INFO:tasks.cephadm:Fetching config... 2026-02-17T22:13:01.895 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:01.895 DEBUG:teuthology.orchestra.run.trial144:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-17T22:13:01.912 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-17T22:13:01.912 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:01.912 DEBUG:teuthology.orchestra.run.trial144:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-17T22:13:01.968 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-17T22:13:01.969 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:01.969 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-17T22:13:02.034 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-17T22:13:02.035 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:02.035 DEBUG:teuthology.orchestra.run.trial144:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-17T22:13:02.091 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-17T22:13:02.092 DEBUG:teuthology.orchestra.run.trial144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENu4uw3ODXjMEbYTCRIQu76UDo0wUE6VWVl389meauB ceph-be018db5-0c4d-11f1-9298-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-17T22:13:02.166 INFO:teuthology.orchestra.run.trial144.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENu4uw3ODXjMEbYTCRIQu76UDo0wUE6VWVl389meauB ceph-be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:02.176 DEBUG:teuthology.orchestra.run.trial172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENu4uw3ODXjMEbYTCRIQu76UDo0wUE6VWVl389meauB ceph-be018db5-0c4d-11f1-9298-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-17T22:13:02.212 INFO:teuthology.orchestra.run.trial172.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENu4uw3ODXjMEbYTCRIQu76UDo0wUE6VWVl389meauB ceph-be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:02.223 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-17T22:13:02.302 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:02 trial144 ceph-mon[21352]: mgrmap e12: y(active, since 2s) 2026-02-17T22:13:02.302 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:02 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1419120667' entity='client.admin' 2026-02-17T22:13:02.346 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:02.921 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-17T22:13:02.922 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-17T22:13:03.048 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:03.628 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial172 2026-02-17T22:13:03.628 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:13:03.628 DEBUG:teuthology.orchestra.run.trial172:> dd of=/etc/ceph/ceph.conf 2026-02-17T22:13:03.646 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:13:03.646 DEBUG:teuthology.orchestra.run.trial172:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:03.704 INFO:tasks.cephadm:Adding host trial172 to orchestrator... 2026-02-17T22:13:03.705 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch host add trial172 2026-02-17T22:13:03.826 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:04.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1018665329' entity='client.admin' 2026-02-17T22:13:04.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:04.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:04.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:04.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:04.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:trial144", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:04.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:04.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:05.624 INFO:teuthology.orchestra.run.trial144.stdout:Added host 'trial172' with addr '10.20.193.172' 2026-02-17T22:13:05.760 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-17T22:13:05.884 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:05.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:13:05.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:05.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:05.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial172", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:05.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:05.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:05 trial144 ceph-mon[21352]: mgrmap e13: y(active, since 6s) 2026-02-17T22:13:06.299 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:06.299 INFO:teuthology.orchestra.run.trial144.stdout:[{"addr": "10.20.193.144", "hostname": "trial144", "labels": [], "status": ""}, {"addr": "10.20.193.172", "hostname": "trial172", "labels": [], "status": ""}] 2026-02-17T22:13:06.436 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-17T22:13:06.436 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd crush tunables default 2026-02-17T22:13:06.557 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:06.672 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: Deploying cephadm binary to trial172 2026-02-17T22:13:06.672 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:06.672 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: Added host trial172 2026-02-17T22:13:06.672 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:06.672 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:06.673 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:07.837 INFO:teuthology.orchestra.run.trial144.stderr:adjusted tunables profile to default 2026-02-17T22:13:07.957 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:07 trial144 ceph-mon[21352]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:13:07.957 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:07 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:07.957 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:07 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/470690948' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-02-17T22:13:07.974 INFO:tasks.cephadm:Adding mon.a on trial144 2026-02-17T22:13:07.975 INFO:tasks.cephadm:Adding mon.c on trial144 2026-02-17T22:13:07.975 INFO:tasks.cephadm:Adding mon.b on trial172 2026-02-17T22:13:07.975 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply mon '3;trial144:10.20.193.144=a;trial144:[v2:10.20.193.144:3301,v1:10.20.193.144:6790]=c;trial172:10.20.193.172=b' 2026-02-17T22:13:08.181 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-17T22:13:08.209 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-17T22:13:08.771 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled mon update... 2026-02-17T22:13:08.910 DEBUG:teuthology.orchestra.run.trial144:mon.c> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.c.service 2026-02-17T22:13:08.913 DEBUG:teuthology.orchestra.run.trial172:mon.b> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.b.service 2026-02-17T22:13:08.915 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-17T22:13:08.916 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph mon dump -f json 2026-02-17T22:13:09.143 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:09.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/470690948' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:trial172", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:09.599 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:13:09.600 INFO:teuthology.orchestra.run.trial172.stdout:{"epoch":1,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","modified":"2026-02-17T22:12:37.695285Z","created":"2026-02-17T22:12:37.695285Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:3300","nonce":0},{"type":"v1","addr":"10.20.193.144:6789","nonce":0}]},"addr":"10.20.193.144:6789/0","public_addr":"10.20.193.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-17T22:13:09.600 INFO:teuthology.orchestra.run.trial172.stderr:dumped monmap epoch 1 2026-02-17T22:13:10.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:09 trial144 ceph-mon[21352]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial144:10.20.193.144=a;trial144:[v2:10.20.193.144:3301,v1:10.20.193.144:6790]=c;trial172:10.20.193.172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:10.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:09 trial144 ceph-mon[21352]: Saving service mon spec with placement trial144:10.20.193.144=a;trial144:[v2:10.20.193.144:3301,v1:10.20.193.144:6790]=c;trial172:10.20.193.172=b;count:3 2026-02-17T22:13:10.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:09 trial144 ceph-mon[21352]: Deploying daemon mon.b on trial172 2026-02-17T22:13:10.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:09 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/2301302726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:10.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:10 trial172 ceph-mon[26165]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-17T22:13:10.740 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-17T22:13:10.741 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph mon dump -f json 2026-02-17T22:13:10.869 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:13:11.276 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 systemd[1]: Started Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:13:11.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: set uid:gid to 167:167 (ceph:ceph) 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable), process ceph-mon, pid 7 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: pidfile_write: ignore empty --pid-file 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: load: jerasure load: lrc 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: RocksDB version: 7.9.2 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Git sha 0 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Compile date 2026-02-13 00:35:09 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: DB SUMMARY 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: DB Session ID: 0BZCRJTQNRPXE1JR3AMZ 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: CURRENT file: CURRENT 2026-02-17T22:13:11.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: IDENTITY file: IDENTITY 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.error_if_exists: 0 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.create_if_missing: 0 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.paranoid_checks: 1 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.env: 0x56492cdfbee0 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.fs: PosixFileSystem 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.info_log: 0x56492e4b1de0 2026-02-17T22:13:11.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_file_opening_threads: 16 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.statistics: (nil) 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.use_fsync: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_log_file_size: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.keep_log_file_num: 1000 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.recycle_log_file_num: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_fallocate: 1 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_mmap_reads: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_mmap_writes: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.use_direct_reads: 0 2026-02-17T22:13:11.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.create_missing_column_families: 0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.db_log_dir: 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.wal_dir: 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.advise_random_on_open: 1 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.db_write_buffer_size: 0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.write_buffer_manager: 0x56492e5083c0 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-17T22:13:11.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.rate_limiter: (nil) 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.wal_recovery_mode: 2 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enable_thread_tracking: 0 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enable_pipelined_write: 0 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.unordered_write: 0 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.row_cache: None 2026-02-17T22:13:11.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.wal_filter: None 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_ingest_behind: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.two_write_queues: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.manual_wal_flush: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.wal_compression: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.atomic_flush: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.log_readahead_size: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.best_efforts_recovery: 0 2026-02-17T22:13:11.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.allow_data_in_errors: 0 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.db_host_id: __hostname__ 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_background_jobs: 2 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_background_compactions: -1 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_subcompactions: 1 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_total_wal_size: 0 2026-02-17T22:13:11.769 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_open_files: -1 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bytes_per_sync: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_readahead_size: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_background_flushes: -1 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Compression algorithms supported: 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kZSTD supported: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kXpressCompression supported: 0 2026-02-17T22:13:11.770 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kBZip2Compression supported: 0 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kLZ4Compression supported: 1 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kZlibCompression supported: 1 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kLZ4HCCompression supported: 1 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: kSnappyCompression supported: 1 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.merge_operator: 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_filter: None 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_filter_factory: None 2026-02-17T22:13:11.771 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.sst_partitioner_factory: None 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56492e4b1f00) 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: index_type: 0 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: data_block_index_type: 0 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: index_shortening: 1 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: checksum: 4 2026-02-17T22:13:11.772 INFO:journalctl@ceph.mon.c.trial144.stdout: no_block_cache: 0 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache: 0x56492e51b350 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_options: 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: capacity : 536870912 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: num_shard_bits : 4 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: strict_capacity_limit : 0 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_compressed: (nil) 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: persistent_cache: (nil) 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_size: 4096 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_size_deviation: 10 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: block_restart_interval: 16 2026-02-17T22:13:11.773 INFO:journalctl@ceph.mon.c.trial144.stdout: index_block_restart_interval: 1 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: metadata_block_size: 4096 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: partition_filters: 0 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: use_delta_encoding: 1 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: filter_policy: bloomfilter 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: whole_key_filtering: 1 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: verify_compression: 0 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: format_version: 5 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: enable_index_compression: 1 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: block_align: 0 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: max_auto_readahead_size: 262144 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: prepopulate_block_cache: 0 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-17T22:13:11.774 INFO:journalctl@ceph.mon.c.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.write_buffer_size: 33554432 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_write_buffer_number: 2 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression: NoCompression 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression: Disabled 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.prefix_extractor: nullptr 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.num_levels: 7 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-17T22:13:11.775 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.level: 32767 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.strategy: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:13:11.776 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.enabled: false 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.target_file_size_base: 67108864 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-17T22:13:11.777 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.arena_block_size: 1048576 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.disable_auto_compactions: 0 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-17T22:13:11.778 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.inplace_update_support: 0 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-17T22:13:11.779 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.bloom_locality: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.max_successive_merges: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.paranoid_file_checks: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.force_consistency_checks: 1 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.report_bg_io_stats: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.ttl: 2592000 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enable_blob_files: false 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.min_blob_size: 0 2026-02-17T22:13:11.780 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_file_size: 268435456 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.blob_file_starting_level: 0 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 26023c13-9276-47bd-a1c4-c7f738ce3bbf 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366391279120, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-17T22:13:11.781 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366391279491, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "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": 401, "raw_average_value_size": 80, "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": 1771366391, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "26023c13-9276-47bd-a1c4-c7f738ce3bbf", "db_session_id": "0BZCRJTQNRPXE1JR3AMZ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366391279551, "job": 1, "event": "recovery_finished"} 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56492e51ce00 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: DB pointer 0x56492e61e000 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout: ** DB Stats ** 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:13:11.782 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:13:11.783 INFO:journalctl@ceph.mon.c.trial144.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:13:11.784 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: Block cache BinnedLRUCache@0x56492e51b350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c does not exist in monmap, will attempt to join an existing cluster 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: using public_addrv [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: starting mon.c rank -1 at public addrs [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] at bind addrs [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(???) e0 preinit fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).mds e1 new map 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).mds e1 print_map 2026-02-17T22:13:11.785 INFO:journalctl@ceph.mon.c.trial144.stdout: e1 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout: legacy client fscid: -1 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout: No filesystems configured 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-17T22:13:11.786 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mkfs be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: monmap e1: 1 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: fsmap 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: osdmap e1: 0 total, 0 up, 0 in 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e1: no daemons active 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3497973202' entity='client.admin' 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2504692809' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:13:11.787 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/780344662' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e2: y(active, starting, since 0.00251992s) 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:13:11.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14100 10.20.193.144:0/2416898847' entity='mgr.y' 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e3: y(active, since 1.00488s) 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e4: y(active, since 2s) 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3678834863' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2950251269' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2299641868' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2299641868' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e5: y(active, since 3s) 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1594145820' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Active manager daemon y restarted 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: osdmap e2: 0 total, 0 up, 0 in 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e6: y(active, starting, since 0.00270492s) 2026-02-17T22:13:11.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Found migration_current of "None". Setting to last migration. 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.790 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e7: y(active, since 1.00443s) 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:50] ENGINE Bus STARTING 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:50] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:50] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:50] ENGINE Bus STARTED 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:50] ENGINE Client ('10.20.193.144', 33884) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:13:11.791 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Generating ssh key... 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e8: y(active, since 2s) 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial144", "addr": "10.20.193.144", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Deploying cephadm binary to trial144 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.792 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Added host trial144 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Saving service mon spec with placement count:5 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2634248738' entity='client.admin' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Saving service mgr spec with placement count:2 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3332687627' entity='client.admin' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14118 10.20.193.144:0/2538972748' entity='mgr.y' 2026-02-17T22:13:11.793 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2000903894' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2000903894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e9: y(active, since 6s) 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3532283393' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Active manager daemon y restarted 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: osdmap e3: 0 total, 0 up, 0 in 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e10: y(active, starting, since 0.00266663s) 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:13:11.794 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:59] ENGINE Bus STARTING 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:59] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:59] ENGINE Client ('10.20.193.144', 45186) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:59] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: [17/Feb/2026:22:12:59] ENGINE Bus STARTED 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e11: y(active, since 1.00425s) 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-17T22:13:11.795 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14164 -' 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-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1443262850' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e12: y(active, since 2s) 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1419120667' entity='client.admin' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1018665329' entity='client.admin' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.796 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:trial144", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial172", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.797 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mgrmap e13: y(active, since 6s) 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Deploying cephadm binary to trial172 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Added host trial172 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/470690948' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2026-02-17T22:13:11.798 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/470690948' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:trial172", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:13:11.799 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial144:10.20.193.144=a;trial144:[v2:10.20.193.144:3301,v1:10.20.193.144:6790]=c;trial172:10.20.193.172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Saving service mon spec with placement trial144:10.20.193.144=a;trial144:[v2:10.20.193.144:3301,v1:10.20.193.144:6790]=c;trial172:10.20.193.172=b;count:3 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: Deploying daemon mon.b on trial172 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/2301302726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:11.800 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:11 trial144 ceph-mon[36654]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-17T22:13:15.629 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: Deploying daemon mon.c on trial144 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: mon.a calling monitor election 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: mon.b calling monitor election 2026-02-17T22:13:15.630 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: monmap e2: 2 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: fsmap 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: mgrmap e13: y(active, since 17s) 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: overall HEALTH_OK 2026-02-17T22:13:15.631 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.632 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.632 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.632 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.632 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: Deploying daemon mon.c on trial144 2026-02-17T22:13:15.632 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: mon.a calling monitor election 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: mon.b calling monitor election 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:15.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: monmap e2: 2 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: fsmap 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: mgrmap e13: y(active, since 17s) 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: overall HEALTH_OK 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:15.729 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:13:15.729 INFO:teuthology.orchestra.run.trial172.stdout:{"epoch":2,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","modified":"2026-02-17T22:13:10.306853Z","created":"2026-02-17T22:12:37.695285Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:3300","nonce":0},{"type":"v1","addr":"10.20.193.144:6789","nonce":0}]},"addr":"10.20.193.144:6789/0","public_addr":"10.20.193.144:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:3300","nonce":0},{"type":"v1","addr":"10.20.193.172:6789","nonce":0}]},"addr":"10.20.193.172:6789/0","public_addr":"10.20.193.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-17T22:13:15.730 INFO:teuthology.orchestra.run.trial172.stderr:dumped monmap epoch 2 2026-02-17T22:13:16.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:16.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/968117610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:16 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/968117610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:16.777 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:16.778 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:16 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:16.866 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-17T22:13:16.866 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph mon dump -f json 2026-02-17T22:13:16.990 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:13:17.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:13:17 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:13:17.306+0000 7f2f7102d640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: Deploying daemon mon.c on trial144 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: mon.a calling monitor election 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: mon.b calling monitor election 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: monmap e2: 2 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: fsmap 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:17.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: mgrmap e13: y(active, since 17s) 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: overall HEALTH_OK 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/968117610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:17.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:17.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:17.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:22.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: mon.b calling monitor election 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: mon.a calling monitor election 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: mon.c calling monitor election 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: monmap e3: 3 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0],c=[v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: fsmap 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: mgrmap e13: y(active, since 23s) 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: overall HEALTH_OK 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:22.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: mon.b calling monitor election 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: mon.a calling monitor election 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: mon.c calling monitor election 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: monmap e3: 3 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0],c=[v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: fsmap 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: mgrmap e13: y(active, since 23s) 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: overall HEALTH_OK 2026-02-17T22:13:22.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: mon.b calling monitor election 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: mon.a calling monitor election 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: mon.c calling monitor election 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: monmap e3: 3 mons at {a=[v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0],b=[v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0],c=[v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0]} removed_ranks: {} disallowed_leaders: {} 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: fsmap 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: osdmap e4: 0 total, 0 up, 0 in 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: mgrmap e13: y(active, since 23s) 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: overall HEALTH_OK 2026-02-17T22:13:22.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:23.449 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:13:23.450 INFO:teuthology.orchestra.run.trial172.stdout:{"epoch":3,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","modified":"2026-02-17T22:13:17.301729Z","created":"2026-02-17T22:12:37.695285Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:3300","nonce":0},{"type":"v1","addr":"10.20.193.144:6789","nonce":0}]},"addr":"10.20.193.144:6789/0","public_addr":"10.20.193.144:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:3300","nonce":0},{"type":"v1","addr":"10.20.193.172:6789","nonce":0}]},"addr":"10.20.193.172:6789/0","public_addr":"10.20.193.172:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:3301","nonce":0},{"type":"v1","addr":"10.20.193.144:6790","nonce":0}]},"addr":"10.20.193.144:6790/0","public_addr":"10.20.193.144:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2026-02-17T22:13:23.450 INFO:teuthology.orchestra.run.trial172.stderr:dumped monmap epoch 3 2026-02-17T22:13:23.588 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-17T22:13:23.589 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-17T22:13:23.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:23 trial144 ceph-mon[21352]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:23.614 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:23.614 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:23 trial144 ceph-mon[36654]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:23.614 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:23.716 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:23 trial172 ceph-mon[26165]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:13:24.153 INFO:teuthology.orchestra.run.trial144.stdout:# minimal ceph.conf for be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:24.154 INFO:teuthology.orchestra.run.trial144.stdout:[global] 2026-02-17T22:13:24.154 INFO:teuthology.orchestra.run.trial144.stdout: fsid = be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:13:24.154 INFO:teuthology.orchestra.run.trial144.stdout: mon_host = [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] 2026-02-17T22:13:24.289 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-17T22:13:24.289 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:24.289 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/ceph/ceph.conf 2026-02-17T22:13:24.356 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:24.356 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:24.421 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:13:24.422 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/ceph/ceph.conf 2026-02-17T22:13:24.451 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:13:24.451 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:13:24.515 INFO:tasks.cephadm:Adding mgr.y on trial144 2026-02-17T22:13:24.515 INFO:tasks.cephadm:Adding mgr.x on trial172 2026-02-17T22:13:24.516 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply mgr '2;trial144=y;trial172=x' 2026-02-17T22:13:24.679 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:13:24.703 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:24 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/356142990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:24.703 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:24 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2378435406' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:24 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/356142990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:24 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2378435406' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:24 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/356142990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2026-02-17T22:13:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:24 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2378435406' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:24.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:13:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:13:24.296+0000 7f2f7102d640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-17T22:13:25.104 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled mgr update... 2026-02-17T22:13:25.240 DEBUG:teuthology.orchestra.run.trial172:mgr.x> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service 2026-02-17T22:13:25.242 DEBUG:tasks.cephadm:set 0 configs 2026-02-17T22:13:25.242 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph config dump 2026-02-17T22:13:25.369 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:25.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:25 trial172 ceph-mon[26165]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:25.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:25.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:25.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:25.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:25.563 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[36654]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:25.563 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:25.563 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:25.563 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:25.563 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:25.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[21352]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:25.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:25.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:25.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:25.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global dev auth_debug true 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539 * 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global dev debug_asserts_on_shutdown true 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global basic log_to_file true 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global basic log_to_journald false 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global basic log_to_stderr false 2026-02-17T22:13:25.793 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_allow_pool_delete true 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_cluster_log_to_file true 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global dev ms_die_on_bug true 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.stdout:global dev ms_die_on_old_message true 2026-02-17T22:13:25.794 INFO:teuthology.orchestra.run.trial144.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-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced debug_mon 20/20 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced debug_ms 1/1 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced debug_paxos 20/20 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_data_avail_warn 5 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-17T22:13:25.795 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced debug_mgr 20/20 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced debug_ms 1/1 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mgr/cephadm/migration_current 6 * 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-17T22:13:25.796 INFO:teuthology.orchestra.run.trial144.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev bdev_debug_aio true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced debug_ms 1/1 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced debug_osd 20/20 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_class_default_list * * 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_class_load_list * * 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_misdirected_ops true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_op_order true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_shutdown true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-17T22:13:25.797 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_memory_target_autotune true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_op_queue debug_random * 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_recover_clone_overlap true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-17T22:13:25.798 INFO:teuthology.orchestra.run.trial144.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-17T22:13:25.928 INFO:tasks.cephadm:Deploying OSDs... 2026-02-17T22:13:25.928 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:13:25.928 DEBUG:teuthology.orchestra.run.trial144:> dd if=/scratch_devs of=/dev/stdout 2026-02-17T22:13:25.945 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-17T22:13:25.945 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_1 2026-02-17T22:13:26.001 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-17 22:13:11.097613153 +0000 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.002 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.003 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-17T22:13:26.066 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-17T22:13:26.066 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-17T22:13:26.066 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000158165 s, 3.2 MB/s 2026-02-17T22:13:26.067 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-17T22:13:26.124 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_2 2026-02-17T22:13:26.182 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1308 Links: 1 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-17 22:13:11.097613153 +0000 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.183 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-17 22:10:42.579711316 +0000 2026-02-17T22:13:26.184 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-17T22:13:26.245 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-17T22:13:26.245 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-17T22:13:26.245 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000146663 s, 3.5 MB/s 2026-02-17T22:13:26.247 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-17T22:13:26.303 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_3 2026-02-17T22:13:26.317 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 podman[29175]: 2026-02-17 22:13:26.315093342 +0000 UTC m=+0.063633469 container init 5f9fd6607dc20e0ea1990c8c9bb014cf986a15f5fb2ac8a0b7ef3e518071c0f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=reef, OSD_FLAVOR=default, org.label-schema.build-date=20260209, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.360 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-17 22:13:11.098613128 +0000 2026-02-17T22:13:26.361 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.361 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.361 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.361 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-17T22:13:26.423 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-17T22:13:26.423 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-17T22:13:26.423 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000151572 s, 3.4 MB/s 2026-02-17T22:13:26.424 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-17T22:13:26.481 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_4 2026-02-17T22:13:26.537 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-17T22:13:26.537 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-17 22:13:11.098613128 +0000 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.538 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-17 22:10:42.578711340 +0000 2026-02-17T22:13:26.538 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-17T22:13:26.601 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-17T22:13:26.601 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-17T22:13:26.601 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000147675 s, 3.5 MB/s 2026-02-17T22:13:26.602 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-17T22:13:26.659 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:13:26.659 DEBUG:teuthology.orchestra.run.trial172:> dd if=/scratch_devs of=/dev/stdout 2026-02-17T22:13:26.677 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-17T22:13:26.677 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_1 2026-02-17T22:13:26.681 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 podman[29175]: 2026-02-17 22:13:26.319252078 +0000 UTC m=+0.067792205 container start 5f9fd6607dc20e0ea1990c8c9bb014cf986a15f5fb2ac8a0b7ef3e518071c0f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, CEPH_REF=reef, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:13:26.681 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 bash[29175]: 5f9fd6607dc20e0ea1990c8c9bb014cf986a15f5fb2ac8a0b7ef3e518071c0f0 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 podman[29175]: 2026-02-17 22:13:26.260932119 +0000 UTC m=+0.009472246 image pull 6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4 quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 systemd[1]: Started Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mgr[29226]: -- 10.20.193.172:0/4227045872 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555b338501a0 con 0x555b33811400 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.337+0000 7fb2695ea140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial144=y;trial172=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:26.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Saving service mgr spec with placement trial144=y;trial172=x;count:2 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-17T22:13:26.683 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: Deploying daemon mgr.x on trial172 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1328566488' entity='client.admin' cmd=[{"prefix": "config dump"}]: dispatch 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:26.684 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:26.699 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-17T22:13:26.699 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.699 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1314 Links: 1 2026-02-17T22:13:26.699 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.699 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.700 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-17 22:13:26.136566434 +0000 2026-02-17T22:13:26.700 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.700 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.700 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.700 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-17T22:13:26.768 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-17T22:13:26.768 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-17T22:13:26.768 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000175806 s, 2.9 MB/s 2026-02-17T22:13:26.770 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-17T22:13:26.829 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_2 2026-02-17T22:13:26.883 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-17T22:13:26.883 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:26.883 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-17 22:13:26.136566434 +0000 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.884 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:26.884 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-17T22:13:26.943 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.843+0000 7fb2695ea140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:13:26.943 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.876+0000 7fb2695ea140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:13:26.944 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.918+0000 7fb2695ea140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:13:26.945 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-17T22:13:26.945 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-17T22:13:26.945 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000164716 s, 3.1 MB/s 2026-02-17T22:13:26.947 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-17T22:13:27.000 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial144=y;trial172=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Saving service mgr spec with placement trial144=y;trial172=x;count:2 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.001 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: Deploying daemon mgr.x on trial172 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1328566488' entity='client.admin' cmd=[{"prefix": "config dump"}]: dispatch 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.002 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial144=y;trial172=x", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Saving service mgr spec with placement trial144=y;trial172=x;count:2 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.003 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: Deploying daemon mgr.x on trial172 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1328566488' entity='client.admin' cmd=[{"prefix": "config dump"}]: dispatch 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.004 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:27.005 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_3 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1295 Links: 1 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-17 22:13:26.137566417 +0000 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.061 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.062 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-17T22:13:27.122 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-17T22:13:27.122 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-17T22:13:27.122 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.000186055 s, 2.8 MB/s 2026-02-17T22:13:27.124 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-17T22:13:27.182 DEBUG:teuthology.orchestra.run.trial172:> stat /dev/vg_nvme/lv_4 2026-02-17T22:13:27.238 INFO:teuthology.orchestra.run.trial172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-17T22:13:27.238 INFO:teuthology.orchestra.run.trial172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Context: system_u:object_r:device_t:s0 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Access: 2026-02-17 22:13:26.137566417 +0000 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Modify: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout:Change: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.239 INFO:teuthology.orchestra.run.trial172.stdout: Birth: 2026-02-17 22:10:40.186104618 +0000 2026-02-17T22:13:27.239 DEBUG:teuthology.orchestra.run.trial172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-17T22:13:27.250 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.948+0000 7fb2695ea140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:26.982+0000 7fb2695ea140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.047+0000 7fb2695ea140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: /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-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 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-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: from numpy import show_config as show_numpy_config 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.120+0000 7fb2695ea140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.153+0000 7fb2695ea140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:13:27.251 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.247+0000 7fb2695ea140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:13:27.274 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records in 2026-02-17T22:13:27.274 INFO:teuthology.orchestra.run.trial172.stderr:1+0 records out 2026-02-17T22:13:27.274 INFO:teuthology.orchestra.run.trial172.stderr:512 bytes copied, 0.00015071 s, 3.4 MB/s 2026-02-17T22:13:27.275 DEBUG:teuthology.orchestra.run.trial172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-17T22:13:27.331 INFO:tasks.cephadm:Deploying osd.0 on trial144 with /dev/vg_nvme/lv_4... 2026-02-17T22:13:27.331 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-17T22:13:27.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.305+0000 7fb2695ea140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:13:27.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.339+0000 7fb2695ea140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:13:27.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.371+0000 7fb2695ea140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:13:27.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.405+0000 7fb2695ea140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:13:27.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.435+0000 7fb2695ea140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:13:27.560 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.674+0000 7fb2695ea140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.772+0000 7fb2695ea140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.802+0000 7fb2695ea140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.805 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:27.806 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.145 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.832+0000 7fb2695ea140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:13:28.145 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.923+0000 7fb2695ea140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:13:28.145 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:27.951+0000 7fb2695ea140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:13:28.145 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:28.043+0000 7fb2695ea140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:13:28.524 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:28.536 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_4 --skip-validation 2026-02-17T22:13:28.661 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:28.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:28.495+0000 7fb2695ea140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:13:28.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:28.525+0000 7fb2695ea140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:13:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:13:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:13:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring mgr.y (unknown last config time)... 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:28.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.844 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:13:28.844 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:13:28.844 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring mgr.y (unknown last config time)... 2026-02-17T22:13:28.844 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:13:28.844 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.845 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring mgr.y (unknown last config time)... 2026-02-17T22:13:28.846 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.847 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.848 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:28.848 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:28.848 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:28.848 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:28.848 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:29.074 INFO:teuthology.orchestra.run.trial144.stderr:--skip-validation not valid: --skip-validation not in raw|lvm 2026-02-17T22:13:29.075 INFO:teuthology.orchestra.run.trial144.stderr:Invalid command: unused arguments: ['--skip-validation'] 2026-02-17T22:13:29.075 INFO:teuthology.orchestra.run.trial144.stderr:orch daemon add osd [] [] : Create OSD daemon(s) on specified host and device(s) (e.g., ceph orch daemon add osd myhost:/dev/sdb) 2026-02-17T22:13:29.075 INFO:teuthology.orchestra.run.trial144.stderr:Error EINVAL: invalid command 2026-02-17T22:13:29.205 DEBUG:teuthology.orchestra.run:got remote process result: 22 2026-02-17T22:13:29.206 WARNING:tasks.cephadm:--skip-validation falied with error Command failed on trial144 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_4 --skip-validation'. Retrying without it 2026-02-17T22:13:29.206 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_4 2026-02-17T22:13:29.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:13:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:13:28.915+0000 7fb2695ea140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:13:29.328 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:13:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:13:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:13:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:13:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:13:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:13:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:13:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:29 trial144 ceph-mon[21352]: Standby manager daemon x started 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3723922712' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:13:30.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:29 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:13:31.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: mgrmap e14: y(active, since 31s), standbys: x 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]': finished 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: osdmap e5: 1 total, 0 up, 1 in 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:31.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: mgrmap e14: y(active, since 31s), standbys: x 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]: dispatch 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]': finished 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: osdmap e5: 1 total, 0 up, 1 in 2026-02-17T22:13:31.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:30 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: mgrmap e14: y(active, since 31s), standbys: x 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]: dispatch 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/476338679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f9cd285-d6f5-438c-9a25-1d465d5570d5"}]': finished 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: osdmap e5: 1 total, 0 up, 1 in 2026-02-17T22:13:31.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:30 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[21352]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[21352]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1985068054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:32.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[36654]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:32.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[36654]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:32.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:31 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1985068054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:32.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:31 trial172 ceph-mon[26165]: from='client.24119 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:32.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:31 trial172 ceph-mon[26165]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:32.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:31 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1985068054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:33.850 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:33 trial144 ceph-mon[21352]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:33.850 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:33 trial144 ceph-mon[36654]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:33 trial172 ceph-mon[26165]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:34.745 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:34 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-17T22:13:34.745 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:34 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:34.745 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:34 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-17T22:13:34.745 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:34 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:35.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:34 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2026-02-17T22:13:35.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:34 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:35.893 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[21352]: Deploying daemon osd.0 on trial144 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[21352]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[36654]: Deploying daemon osd.0 on trial144 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[36654]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:35.894 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:35.895 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:36.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:35 trial172 ceph-mon[26165]: Deploying daemon osd.0 on trial144 2026-02-17T22:13:36.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:35 trial172 ceph-mon[26165]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:36.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:36.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:36.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:36.351 INFO:teuthology.orchestra.run.trial144.stdout:Created osd(s) 0 on host 'trial144' 2026-02-17T22:13:36.491 DEBUG:teuthology.orchestra.run.trial144:osd.0> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.0.service 2026-02-17T22:13:36.493 INFO:tasks.cephadm:Deploying osd.1 on trial144 with /dev/vg_nvme/lv_3... 2026-02-17T22:13:36.493 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-17T22:13:36.725 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:37.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:37.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:37.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:37.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.034 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:38.049 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_3 2026-02-17T22:13:38.175 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: Detected new or changed devices on trial144 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 83023M 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: Detected new or changed devices on trial144 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 83023M 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: Detected new or changed devices on trial144 2026-02-17T22:13:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 83023M 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:39.052 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:13:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:13:38.839+0000 7f11ddcd5740 -1 osd.0 0 log_to_monitors true 2026-02-17T22:13:39.702 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]': finished 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: osdmap e6: 2 total, 0 up, 2 in 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]: dispatch 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]': finished 2026-02-17T22:13:39.703 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: osdmap e6: 2 total, 0 up, 2 in 2026-02-17T22:13:39.704 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:39.704 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:39.704 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:39 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]: dispatch 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2989478539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da34883e-d49f-401c-90bb-700215eed3bc"}]': finished 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: osdmap e6: 2 total, 0 up, 2 in 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:39 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:40.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1664503419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:40.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:40.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: osdmap e7: 2 total, 0 up, 2 in 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1664503419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: osdmap e7: 2 total, 0 up, 2 in 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:40.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:40.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:40.762 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:13:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:13:40.443+0000 7f11d9c54640 -1 osd.0 0 waiting for initial osdmap 2026-02-17T22:13:40.762 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:13:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:13:40.444+0000 7f11d5a7e640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1664503419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: from='osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: osdmap e7: 2 total, 0 up, 2 in 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:41.821 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[36654]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[36654]: osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339] boot 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[36654]: osdmap e8: 2 total, 1 up, 2 in 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[21352]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:41.822 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[21352]: osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339] boot 2026-02-17T22:13:41.823 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[21352]: osdmap e8: 2 total, 1 up, 2 in 2026-02-17T22:13:41.823 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:41.823 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:41 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:41 trial172 ceph-mon[26165]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-17T22:13:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:41 trial172 ceph-mon[26165]: osd.0 [v2:10.20.193.144:6802/1331242339,v1:10.20.193.144:6803/1331242339] boot 2026-02-17T22:13:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:41 trial172 ceph-mon[26165]: osdmap e8: 2 total, 1 up, 2 in 2026-02-17T22:13:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:41 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:13:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:41 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:42.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:42 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:13:42.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:42 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:13:42.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:42 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:13:42.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:42 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:13:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:42 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:13:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:42 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[21352]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[36654]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-17T22:13:43.649 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:43 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:43 trial172 ceph-mon[26165]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:43 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2026-02-17T22:13:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:43 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:44.824 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[21352]: Deploying daemon osd.1 on trial144 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[36654]: Deploying daemon osd.1 on trial144 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:44.825 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:44 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:44 trial172 ceph-mon[26165]: Deploying daemon osd.1 on trial144 2026-02-17T22:13:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:44 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:44 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:44 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.225 INFO:teuthology.orchestra.run.trial144.stdout:Created osd(s) 1 on host 'trial144' 2026-02-17T22:13:45.363 DEBUG:teuthology.orchestra.run.trial144:osd.1> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.1.service 2026-02-17T22:13:45.365 INFO:tasks.cephadm:Deploying osd.2 on trial144 with /dev/vg_nvme/lv_2... 2026-02-17T22:13:45.366 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_2 2026-02-17T22:13:45.601 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.624 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:45.625 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:45 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:46.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:46.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:45 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:46.914 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:46.926 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_2 2026-02-17T22:13:47.052 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:47.667 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:47.667 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: Detected new or changed devices on trial144 2026-02-17T22:13:47.667 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 41511M 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.668 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: Detected new or changed devices on trial144 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 41511M 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:47.669 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: Detected new or changed devices on trial144 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:47.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 41511M 2026-02-17T22:13:47.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:47.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:47.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:47.931 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:13:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:13:47.693+0000 7fe54533b740 -1 osd.1 0 log_to_monitors true 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.433 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1433143203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]': finished 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: osdmap e9: 3 total, 1 up, 3 in 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:48.434 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[21352]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1433143203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]': finished 2026-02-17T22:13:48.435 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: osdmap e9: 3 total, 1 up, 3 in 2026-02-17T22:13:48.436 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:48.436 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:48.436 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:48.436 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:48 trial144 ceph-mon[36654]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1433143203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4"}]': finished 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: osdmap e9: 3 total, 1 up, 3 in 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:48 trial172 ceph-mon[26165]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3100357843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: osdmap e10: 3 total, 1 up, 3 in 2026-02-17T22:13:49.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:49.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:49.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:49.761 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:13:49 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:13:49.331+0000 7fe5412ba640 -1 osd.1 0 waiting for initial osdmap 2026-02-17T22:13:49.761 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:13:49 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:13:49.333+0000 7fe53d0e4640 -1 osd.1 10 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3100357843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: osdmap e10: 3 total, 1 up, 3 in 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:49.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:49 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3100357843' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: osdmap e10: 3 total, 1 up, 3 in 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:49 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328] boot 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: osdmap e11: 3 total, 2 up, 3 in 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:51.392 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328] boot 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: osdmap e11: 3 total, 2 up, 3 in 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:51.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:51 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: osd.1 [v2:10.20.193.144:6810/2288106328,v1:10.20.193.144:6811/2288106328] boot 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: osdmap e11: 3 total, 2 up, 3 in 2026-02-17T22:13:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:13:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:51 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:52.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-17T22:13:52.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:52.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[21352]: Deploying daemon osd.2 on trial144 2026-02-17T22:13:52.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-17T22:13:52.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:52.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:52 trial144 ceph-mon[36654]: Deploying daemon osd.2 on trial144 2026-02-17T22:13:52.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:52 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2026-02-17T22:13:52.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:52 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:52.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:52 trial172 ceph-mon[26165]: Deploying daemon osd.2 on trial144 2026-02-17T22:13:53.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:53 trial144 ceph-mon[21352]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:53.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:53 trial144 ceph-mon[36654]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:53.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:53 trial172 ceph-mon[26165]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:54.183 INFO:teuthology.orchestra.run.trial144.stdout:Created osd(s) 2 on host 'trial144' 2026-02-17T22:13:54.321 DEBUG:teuthology.orchestra.run.trial144:osd.2> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.2.service 2026-02-17T22:13:54.323 INFO:tasks.cephadm:Deploying osd.3 on trial144 with /dev/vg_nvme/lv_1... 2026-02-17T22:13:54.323 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_1 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:54.421 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.422 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:54.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:54.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:54 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.562 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:13:54.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:54.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:54 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:55.461 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[36654]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:55.462 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[36654]: osdmap e12: 3 total, 2 up, 3 in 2026-02-17T22:13:55.462 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:55.462 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[21352]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:55.462 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[21352]: osdmap e12: 3 total, 2 up, 3 in 2026-02-17T22:13:55.462 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:55 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:55 trial172 ceph-mon[26165]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:55 trial172 ceph-mon[26165]: osdmap e12: 3 total, 2 up, 3 in 2026-02-17T22:13:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:55 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:55.877 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:13:55.890 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_1 2026-02-17T22:13:56.017 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:13:56.628 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: Detected new or changed devices on trial144 2026-02-17T22:13:56.628 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 27674M 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:56.629 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: Detected new or changed devices on trial144 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 27674M 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:56.630 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:56 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: Detected new or changed devices on trial144 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:13:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 27674M 2026-02-17T22:13:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:13:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:56 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:13:56.901 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:13:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:13:56.668+0000 7efc9ddc9740 -1 osd.2 0 log_to_monitors true 2026-02-17T22:13:57.414 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:57.414 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]: dispatch 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]': finished 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: osdmap e13: 4 total, 2 up, 4 in 2026-02-17T22:13:57.415 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[21352]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:57.416 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]': finished 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: osdmap e13: 4 total, 2 up, 4 in 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:57.417 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:57 trial144 ceph-mon[36654]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]: dispatch 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1165620156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c87efc0e-b5c9-4299-acbd-62b06770748f"}]': finished 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: osdmap e13: 4 total, 2 up, 4 in 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:57.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:57 trial172 ceph-mon[26165]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1323954309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: osdmap e14: 4 total, 2 up, 4 in 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1323954309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: osdmap e14: 4 total, 2 up, 4 in 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:58 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:58.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:13:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:13:58.306+0000 7efc99d48640 -1 osd.2 0 waiting for initial osdmap 2026-02-17T22:13:58.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:13:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:13:58.308+0000 7efc95b72640 -1 osd.2 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1323954309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: osdmap e14: 4 total, 2 up, 4 in 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:58 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:59.689 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[21352]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:59.689 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[21352]: osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084] boot 2026-02-17T22:13:59.689 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[21352]: osdmap e15: 4 total, 3 up, 4 in 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[36654]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[36654]: osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084] boot 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[36654]: osdmap e15: 4 total, 3 up, 4 in 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:59.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:13:59 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:13:59.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:59 trial172 ceph-mon[26165]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-17T22:13:59.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:59 trial172 ceph-mon[26165]: osd.2 [v2:10.20.193.144:6818/4201877084,v1:10.20.193.144:6819/4201877084] boot 2026-02-17T22:13:59.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:59 trial172 ceph-mon[26165]: osdmap e15: 4 total, 3 up, 4 in 2026-02-17T22:13:59.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:59 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:13:59.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:13:59 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:00.642 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:00.642 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:00.642 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:00.642 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:00.643 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:00.643 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:00 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:00 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:00 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:00 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:01.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:01.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: osdmap e16: 4 total, 3 up, 4 in 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[21352]: Deploying daemon osd.3 on trial144 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:01.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: osdmap e16: 4 total, 3 up, 4 in 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:01.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 ceph-mon[36654]: Deploying daemon osd.3 on trial144 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64965]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64965]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64965]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64965]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64874]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64874]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64874]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64874]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:01.784 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64898]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64898]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64898]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64898]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64924]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64924]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64924]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64924]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64954]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64954]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64954]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:01.785 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64954]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: pgmap v36: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: osdmap e16: 4 total, 3 up, 4 in 2026-02-17T22:14:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2026-02-17T22:14:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2026-02-17T22:14:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 ceph-mon[26165]: Deploying daemon osd.3 on trial144 2026-02-17T22:14:02.037 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64986]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-17T22:14:02.037 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64986]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.037 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64986]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.037 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:14:01 trial144 sudo[64986]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.037 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65005]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-17T22:14:02.037 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65005]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65005]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65005]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65009]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65009]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65009]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65009]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.038 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65017]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65017]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65017]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65017]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65025]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65025]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65025]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.039 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:01 trial144 sudo[65025]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30472]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30472]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30472]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30472]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30476]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-17T22:14:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30476]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-17T22:14:02.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30476]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-17T22:14:02.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:01 trial172 sudo[30476]: pam_unix(sudo:session): session closed for user root 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: osdmap e17: 4 total, 3 up, 4 in 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.559 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.560 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: osdmap e17: 4 total, 3 up, 4 in 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.561 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.563 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:14:02.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: osdmap e17: 4 total, 3 up, 4 in 2026-02-17T22:14:02.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:02.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:02.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.169 INFO:teuthology.orchestra.run.trial144.stdout:Created osd(s) 3 on host 'trial144' 2026-02-17T22:14:03.308 DEBUG:teuthology.orchestra.run.trial144:osd.3> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.3.service 2026-02-17T22:14:03.311 INFO:tasks.cephadm:Deploying osd.4 on trial172 with /dev/vg_nvme/lv_4... 2026-02-17T22:14:03.311 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-17T22:14:03.403 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:03.403 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: osdmap e18: 4 total, 3 up, 4 in 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.404 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[21352]: mgrmap e15: y(active, since 65s), standbys: x 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: osdmap e18: 4 total, 3 up, 4 in 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.405 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:03.406 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.406 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.406 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:03 trial144 ceph-mon[36654]: mgrmap e15: y(active, since 65s), standbys: x 2026-02-17T22:14:03.435 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: pgmap v39: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: osdmap e18: 4 total, 3 up, 4 in 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:03.682 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:03 trial172 ceph-mon[26165]: mgrmap e15: y(active, since 65s), standbys: x 2026-02-17T22:14:04.190 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:14:04.204 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial172:vg_nvme/lv_4 2026-02-17T22:14:04.328 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:05.451 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: pgmap v41: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: Detected new or changed devices on trial144 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 20755M 2026-02-17T22:14:05.452 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:05.453 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:05 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:05.760 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:14:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:14:05.583+0000 7f632942e740 -1 osd.3 0 log_to_monitors true 2026-02-17T22:14:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: pgmap v41: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: Detected new or changed devices on trial144 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 20755M 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: pgmap v41: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: Detected new or changed devices on trial144 2026-02-17T22:14:05.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 20755M 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:05.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:05.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:05.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:05.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:05 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/3474201453' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]': finished 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: osdmap e19: 5 total, 3 up, 5 in 2026-02-17T22:14:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/3184545053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/3474201453' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]': finished 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: osdmap e19: 5 total, 3 up, 5 in 2026-02-17T22:14:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:06.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:06.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2026-02-17T22:14:06.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:06 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/3184545053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:06.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:06.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/3474201453' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]: dispatch 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da74274f-cc0c-400d-8ed7-6bbae9deff8a"}]': finished 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: osdmap e19: 5 total, 3 up, 5 in 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2026-02-17T22:14:06.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:06 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/3184545053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: osdmap e20: 5 total, 3 up, 5 in 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:07.971 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:07 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:08.010 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:14:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:14:07.593+0000 7f63253ad640 -1 osd.3 0 waiting for initial osdmap 2026-02-17T22:14:08.010 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:14:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:14:07.596+0000 7f63211d7640 -1 osd.3 21 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:14:08.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: osdmap e20: 5 total, 3 up, 5 in 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:14:08.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: osdmap e20: 5 total, 3 up, 5 in 2026-02-17T22:14:08.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]: dispatch 2026-02-17T22:14:08.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:08.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:07 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: osdmap e21: 5 total, 3 up, 5 in 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:08.627 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:08.628 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:08.628 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:08 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:09.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:09.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:14:09.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: osdmap e21: 5 total, 3 up, 5 in 2026-02-17T22:14:09.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: from='osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: osdmap e21: 5 total, 3 up, 5 in 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:09.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:08 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.693 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:09.693 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626] boot 2026-02-17T22:14:09.694 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: osdmap e22: 5 total, 4 up, 5 in 2026-02-17T22:14:09.694 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:09.694 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:09.694 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-02-17T22:14:09.694 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:09 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626] boot 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: osdmap e22: 5 total, 4 up, 5 in 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:10.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: osd.3 [v2:10.20.193.144:6826/2244773626,v1:10.20.193.144:6827/2244773626] boot 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: osdmap e22: 5 total, 4 up, 5 in 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2026-02-17T22:14:10.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:09 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: Deploying daemon osd.4 on trial172 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: osdmap e23: 5 total, 4 up, 5 in 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:10.821 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:10 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: Deploying daemon osd.4 on trial172 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: osdmap e23: 5 total, 4 up, 5 in 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: Deploying daemon osd.4 on trial172 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: osdmap e23: 5 total, 4 up, 5 in 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:10 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.436 INFO:teuthology.orchestra.run.trial172.stdout:Created osd(s) 4 on host 'trial172' 2026-02-17T22:14:11.575 DEBUG:teuthology.orchestra.run.trial172:osd.4> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.4.service 2026-02-17T22:14:11.577 INFO:tasks.cephadm:Deploying osd.5 on trial172 with /dev/vg_nvme/lv_3... 2026-02-17T22:14:11.577 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_3 2026-02-17T22:14:11.674 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:11.674 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.675 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:11 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:11.818 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:12.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:11 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:13.157 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:14:13.170 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial172:vg_nvme/lv_3 2026-02-17T22:14:13.295 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:13.852 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:13.852 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: Detected new or changed devices on trial172 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 84047M 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:13.853 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:13 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: Detected new or changed devices on trial172 2026-02-17T22:14:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 84047M 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: Detected new or changed devices on trial172 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 84047M 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:13 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:14.146 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:14:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:14:13.848+0000 7fb154efc740 -1 osd.4 0 log_to_monitors true 2026-02-17T22:14:14.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:14.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:14.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:14.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:14.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/859467935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]': finished 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: osdmap e24: 6 total, 4 up, 6 in 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:14.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:14 trial172 ceph-mon[26165]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/859467935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]': finished 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: osdmap e24: 6 total, 4 up, 6 in 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[36654]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:15.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/859467935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a8a107e-d451-4bea-8b7e-e7b4f8743973"}]': finished 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: osdmap e24: 6 total, 4 up, 6 in 2026-02-17T22:14:15.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:15.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:15.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:14 trial144 ceph-mon[21352]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/3843477467' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: osdmap e25: 6 total, 4 up, 6 in 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:16.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/3843477467' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: osdmap e25: 6 total, 4 up, 6 in 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:15 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:16.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:14:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:14:15.560+0000 7fb150e7b640 -1 osd.4 0 waiting for initial osdmap 2026-02-17T22:14:16.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:14:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:14:15.562+0000 7fb14cca5640 -1 osd.4 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:14:16.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:16.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/3843477467' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: osdmap e25: 6 total, 4 up, 6 in 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:16.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:15 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:17.599 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964] boot 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: osdmap e26: 6 total, 5 up, 6 in 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:17.600 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:17 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964] boot 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: osdmap e26: 6 total, 5 up, 6 in 2026-02-17T22:14:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 2.7 TiB / 2.7 TiB avail 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: osd.4 [v2:10.20.193.172:6800/4089645964,v1:10.20.193.172:6801/4089645964] boot 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: osdmap e26: 6 total, 5 up, 6 in 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:14:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:17 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:18.639 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:18 trial172 ceph-mon[26165]: osdmap e27: 6 total, 5 up, 6 in 2026-02-17T22:14:18.639 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:18 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:18.639 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:18 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-02-17T22:14:18.640 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:18 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:19.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[36654]: osdmap e27: 6 total, 5 up, 6 in 2026-02-17T22:14:19.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:19.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-02-17T22:14:19.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:19.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[21352]: osdmap e27: 6 total, 5 up, 6 in 2026-02-17T22:14:19.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:19.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2026-02-17T22:14:19.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:18 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: Deploying daemon osd.5 on trial172 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: osdmap e28: 6 total, 5 up, 6 in 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:19.770 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:19 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: Deploying daemon osd.5 on trial172 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: osdmap e28: 6 total, 5 up, 6 in 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: Deploying daemon osd.5 on trial172 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: osdmap e28: 6 total, 5 up, 6 in 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:20.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:19 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:20.366 INFO:teuthology.orchestra.run.trial172.stdout:Created osd(s) 5 on host 'trial172' 2026-02-17T22:14:20.507 DEBUG:teuthology.orchestra.run.trial172:osd.5> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.5.service 2026-02-17T22:14:20.509 INFO:tasks.cephadm:Deploying osd.6 on trial172 with /dev/vg_nvme/lv_2... 2026-02-17T22:14:20.510 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_2 2026-02-17T22:14:20.753 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:20 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail 2026-02-17T22:14:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:20 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:22.122 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:14:22.135 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial172:vg_nvme/lv_2 2026-02-17T22:14:22.260 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: Detected new or changed devices on trial172 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 42023M 2026-02-17T22:14:22.823 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:22.824 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:22.824 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:22.824 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:22 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: Detected new or changed devices on trial172 2026-02-17T22:14:23.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:23.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 42023M 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: Detected new or changed devices on trial172 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 42023M 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:23.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:22 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:23.073 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:14:22 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:14:22.819+0000 7fc3b41d1740 -1 osd.5 0 log_to_monitors true 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:24.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/1706333675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]': finished 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: osdmap e29: 7 total, 5 up, 7 in 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:24.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[36654]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/1706333675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]': finished 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: osdmap e29: 7 total, 5 up, 7 in 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:24.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:23 trial144 ceph-mon[21352]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:24.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:24.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:24.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:24.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:24.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/1706333675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d815f486-5fea-40ec-bd6c-744a16d46c34"}]': finished 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: osdmap e29: 7 total, 5 up, 7 in 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:24.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:23 trial172 ceph-mon[26165]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/3341555550' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: osdmap e30: 7 total, 5 up, 7 in 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:25.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/3341555550' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: osdmap e30: 7 total, 5 up, 7 in 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:25.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:24 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/3341555550' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: osdmap e30: 7 total, 5 up, 7 in 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:25.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:24 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.038 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:14:24 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:14:24.539+0000 7fc3b0150640 -1 osd.5 0 waiting for initial osdmap 2026-02-17T22:14:25.038 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:14:24 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:14:24.542+0000 7fc3a7f72640 -1 osd.5 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:14:25.910 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:25 trial172 ceph-mon[26165]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 85 KiB/s, 0 objects/s recovering 2026-02-17T22:14:25.910 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:25 trial172 ceph-mon[26165]: osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669] boot 2026-02-17T22:14:25.911 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:25 trial172 ceph-mon[26165]: osdmap e31: 7 total, 6 up, 7 in 2026-02-17T22:14:25.911 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:25.911 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:25 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[21352]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 85 KiB/s, 0 objects/s recovering 2026-02-17T22:14:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[21352]: osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669] boot 2026-02-17T22:14:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[21352]: osdmap e31: 7 total, 6 up, 7 in 2026-02-17T22:14:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:26.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[36654]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 134 MiB used, 3.4 TiB / 3.4 TiB avail; 85 KiB/s, 0 objects/s recovering 2026-02-17T22:14:26.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[36654]: osd.5 [v2:10.20.193.172:6808/303572669,v1:10.20.193.172:6809/303572669] boot 2026-02-17T22:14:26.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[36654]: osdmap e31: 7 total, 6 up, 7 in 2026-02-17T22:14:26.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:14:26.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:25 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:26.834 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:26 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:26.834 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:26 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:26.834 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:26 trial172 ceph-mon[26165]: osdmap e32: 7 total, 6 up, 7 in 2026-02-17T22:14:26.834 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:26 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:26.911 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:26.911 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:26.911 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[21352]: osdmap e32: 7 total, 6 up, 7 in 2026-02-17T22:14:26.911 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:26.911 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:26.912 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:26.912 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[36654]: osdmap e32: 7 total, 6 up, 7 in 2026-02-17T22:14:26.912 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:26 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:27.734 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:27 trial172 ceph-mon[26165]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:27.734 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2026-02-17T22:14:27.735 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:27.735 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:27 trial172 ceph-mon[26165]: osdmap e33: 7 total, 6 up, 7 in 2026-02-17T22:14:27.735 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:27 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:28.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[21352]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:28.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2026-02-17T22:14:28.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:28.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[21352]: osdmap e33: 7 total, 6 up, 7 in 2026-02-17T22:14:28.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:28.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[36654]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail; 96 KiB/s, 0 objects/s recovering 2026-02-17T22:14:28.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2026-02-17T22:14:28.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:28.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[36654]: osdmap e33: 7 total, 6 up, 7 in 2026-02-17T22:14:28.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:27 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:28.887 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:28 trial172 ceph-mon[26165]: Deploying daemon osd.6 on trial172 2026-02-17T22:14:28.888 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:28.888 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:28.888 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:28 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[36654]: Deploying daemon osd.6 on trial172 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[21352]: Deploying daemon osd.6 on trial172 2026-02-17T22:14:29.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:29.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:28 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.350 INFO:teuthology.orchestra.run.trial172.stdout:Created osd(s) 6 on host 'trial172' 2026-02-17T22:14:29.490 DEBUG:teuthology.orchestra.run.trial172:osd.6> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.6.service 2026-02-17T22:14:29.492 INFO:tasks.cephadm:Deploying osd.7 on trial172 with /dev/vg_nvme/lv_1... 2026-02-17T22:14:29.492 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_1 2026-02-17T22:14:29.725 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:29.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:29.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:29.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:29 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:30.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:30.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:30.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:30.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:30.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:29 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:31.101 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-17T22:14:31.113 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch daemon add osd trial172:vg_nvme/lv_1 2026-02-17T22:14:31.242 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: Detected new or changed devices on trial172 2026-02-17T22:14:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 28015M 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:31.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:31 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: Detected new or changed devices on trial172 2026-02-17T22:14:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 28015M 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: Detected new or changed devices on trial172 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 28015M 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:32.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:32.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:31 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:32.092 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:14:31 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:14:31.809+0000 7f14202e3740 -1 osd.6 0 log_to_monitors true 2026-02-17T22:14:32.607 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:32.607 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:32.607 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:32.607 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/292799517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]': finished 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: osdmap e34: 8 total, 6 up, 8 in 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:32.608 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:32 trial172 ceph-mon[26165]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/292799517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]': finished 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: osdmap e34: 8 total, 6 up, 8 in 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[21352]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/292799517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]: dispatch 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:14:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2"}]': finished 2026-02-17T22:14:33.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:33.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: osdmap e34: 8 total, 6 up, 8 in 2026-02-17T22:14:33.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:33.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:33.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:32 trial144 ceph-mon[36654]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:33.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:14:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:14:33.501+0000 7f141c262640 -1 osd.6 0 waiting for initial osdmap 2026-02-17T22:14:33.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:14:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:14:33.504+0000 7f141808c640 -1 osd.6 35 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/476356809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: osdmap e35: 8 total, 6 up, 8 in 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:33.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:33 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:34.009 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:34.009 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/476356809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:34.009 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:34.009 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: osdmap e35: 8 total, 6 up, 8 in 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/476356809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: osdmap e35: 8 total, 6 up, 8 in 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:34.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:33 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:35.569 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:35.569 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:35.569 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:35.569 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803] boot 2026-02-17T22:14:35.570 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: osdmap e36: 8 total, 7 up, 8 in 2026-02-17T22:14:35.570 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:35.570 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:35.570 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: osdmap e37: 8 total, 7 up, 8 in 2026-02-17T22:14:35.570 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:35 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803] boot 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: osdmap e36: 8 total, 7 up, 8 in 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: osdmap e37: 8 total, 7 up, 8 in 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 161 MiB used, 4.1 TiB / 4.1 TiB avail 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: osd.6 [v2:10.20.193.172:6816/1285107803,v1:10.20.193.172:6817/1285107803] boot 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: osdmap e36: 8 total, 7 up, 8 in 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:14:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: osdmap e37: 8 total, 7 up, 8 in 2026-02-17T22:14:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:35 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:36.736 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2026-02-17T22:14:36.737 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:36.737 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:36 trial172 ceph-mon[26165]: osdmap e38: 8 total, 7 up, 8 in 2026-02-17T22:14:36.737 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:36 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[21352]: osdmap e38: 8 total, 7 up, 8 in 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[36654]: osdmap e38: 8 total, 7 up, 8 in 2026-02-17T22:14:36.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:36 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:37.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:37 trial144 ceph-mon[21352]: Deploying daemon osd.7 on trial172 2026-02-17T22:14:37.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:37 trial144 ceph-mon[21352]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:37.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:37 trial144 ceph-mon[36654]: Deploying daemon osd.7 on trial172 2026-02-17T22:14:37.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:37 trial144 ceph-mon[36654]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:37.762 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:37 trial172 ceph-mon[26165]: Deploying daemon osd.7 on trial172 2026-02-17T22:14:37.763 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:37 trial172 ceph-mon[26165]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:38.379 INFO:teuthology.orchestra.run.trial172.stdout:Created osd(s) 7 on host 'trial172' 2026-02-17T22:14:38.518 DEBUG:teuthology.orchestra.run.trial172:osd.7> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.7.service 2026-02-17T22:14:38.521 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2026-02-17T22:14:38.521 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd stat -f json 2026-02-17T22:14:38.616 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.616 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.616 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.616 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.617 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:38 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.649 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:38.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:38 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:39.068 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:39.203 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1771366474,"num_in_osds":8,"osd_in_since":1771366472,"num_remapped_pgs":0} 2026-02-17T22:14:39.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:39 trial144 ceph-mon[21352]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:39.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:39 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1446825635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:39.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:39 trial144 ceph-mon[36654]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:39.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:39 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1446825635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:39.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:39 trial172 ceph-mon[26165]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:39.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:39 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1446825635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:40.205 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd stat -f json 2026-02-17T22:14:40.335 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:40.754 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:40.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: Detected new or changed devices on trial172 2026-02-17T22:14:40.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 21011M 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: Detected new or changed devices on trial172 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.757 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 21011M 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:40.758 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:40 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:40.889 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1771366474,"num_in_osds":8,"osd_in_since":1771366472,"num_remapped_pgs":0} 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: Detected new or changed devices on trial172 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 21011M 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:41.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:40 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:41.038 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:14:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:14:40.760+0000 7f77ac472740 -1 osd.7 0 log_to_monitors true 2026-02-17T22:14:41.890 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd stat -f json 2026-02-17T22:14:41.915 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[36654]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:41.915 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2206483917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[36654]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[36654]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[21352]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2206483917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[21352]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:41.916 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:41 trial144 ceph-mon[21352]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:42.021 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:41 trial172 ceph-mon[26165]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:41 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2206483917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:41 trial172 ceph-mon[26165]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:41 trial172 ceph-mon[26165]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2026-02-17T22:14:42.451 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:42.587 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1771366474,"num_in_osds":8,"osd_in_since":1771366472,"num_remapped_pgs":0} 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: osdmap e39: 8 total, 7 up, 8 in 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3206305769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[21352]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: osdmap e39: 8 total, 7 up, 8 in 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3206305769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:42 trial144 ceph-mon[36654]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:43.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:14:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:14:42.556+0000 7f77a83f1640 -1 osd.7 0 waiting for initial osdmap 2026-02-17T22:14:43.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:14:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:14:42.560+0000 7f77a0213640 -1 osd.7 40 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:14:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:14:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: osdmap e39: 8 total, 7 up, 8 in 2026-02-17T22:14:43.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]: dispatch 2026-02-17T22:14:43.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3206305769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:43.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:42 trial172 ceph-mon[26165]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]}]': finished 2026-02-17T22:14:43.588 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd stat -f json 2026-02-17T22:14:43.716 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[21352]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[21352]: osdmap e40: 8 total, 7 up, 8 in 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[36654]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[36654]: osdmap e40: 8 total, 7 up, 8 in 2026-02-17T22:14:43.831 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:43.832 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:43 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:43 trial172 ceph-mon[26165]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 4.8 TiB / 4.8 TiB avail 2026-02-17T22:14:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:43 trial172 ceph-mon[26165]: osdmap e40: 8 total, 7 up, 8 in 2026-02-17T22:14:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:43 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:44.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:43 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:44.136 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:44.273 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1771366483,"num_in_osds":8,"osd_in_since":1771366472,"num_remapped_pgs":1} 2026-02-17T22:14:44.274 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:14:44.402 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: purged_snaps scrub starts 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: purged_snaps scrub ok 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544] boot 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: osdmap e41: 8 total, 8 up, 8 in 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:44.675 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1949410319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[36654]: osdmap e42: 8 total, 8 up, 8 in 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: purged_snaps scrub starts 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: purged_snaps scrub ok 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544] boot 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: osdmap e41: 8 total, 8 up, 8 in 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1949410319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:44.676 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:44 trial144 ceph-mon[21352]: osdmap e42: 8 total, 8 up, 8 in 2026-02-17T22:14:44.817 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:44.817 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":42,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:14:44.555034+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+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-17T22:14:44.952 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2026-02-17T22:14:00.344342+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '18', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2026-02-17T22:14:44.952 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool get .mgr pg_num 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: purged_snaps scrub starts 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: purged_snaps scrub ok 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: osd.7 [v2:10.20.193.172:6824/1835706544,v1:10.20.193.172:6825/1835706544] boot 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: osdmap e41: 8 total, 8 up, 8 in 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1949410319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2026-02-17T22:14:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:44 trial172 ceph-mon[26165]: osdmap e42: 8 total, 8 up, 8 in 2026-02-17T22:14:45.079 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:45.499 INFO:teuthology.orchestra.run.trial144.stdout:pg_num: 1 2026-02-17T22:14:45.633 INFO:tasks.cephadm:Adding mds.a on trial144 2026-02-17T22:14:45.633 INFO:tasks.cephadm:Adding mds.b on trial172 2026-02-17T22:14:45.634 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply mds all '2;trial144=a;trial172=b' 2026-02-17T22:14:45.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[21352]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:45.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3776462931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:45.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2644156086' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-02-17T22:14:45.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[36654]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:45.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3776462931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:45.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:45 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2644156086' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-02-17T22:14:45.764 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:14:45.813 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:45 trial172 ceph-mon[26165]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:45.813 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:45 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3776462931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:45.813 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:45 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2644156086' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2026-02-17T22:14:46.191 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled mds.all update... 2026-02-17T22:14:46.330 DEBUG:teuthology.orchestra.run.trial144:mds.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.a.service 2026-02-17T22:14:46.332 DEBUG:teuthology.orchestra.run.trial172:mds.b> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.b.service 2026-02-17T22:14:46.335 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2026-02-17T22:14:46.335 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:14:46.587 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:46.609 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: osdmap e43: 8 total, 8 up, 8 in 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:46.610 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: osdmap e43: 8 total, 8 up, 8 in 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:46.611 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:46 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: osdmap e43: 8 total, 8 up, 8 in 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:46 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:47.135 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:47.136 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":2,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24350,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[]} 2026-02-17T22:14:47.136 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 2 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: Saving service mds.all spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: Deploying daemon mds.a on trial144 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:boot 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: fsmap 1 up:standby 2026-02-17T22:14:47.811 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2756790645' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:47.812 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 podman[61567]: 2026-02-17 22:14:47.777783988 +0000 UTC m=+0.015821207 container create b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, 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/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, io.buildah.version=1.33.7, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, org.label-schema.license=GPLv2) 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: Saving service mds.all spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: Deploying daemon mds.a on trial144 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:boot 2026-02-17T22:14:48.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: fsmap 1 up:standby 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2756790645' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:48.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: Saving service mds.all spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: Deploying daemon mds.a on trial144 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:boot 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: fsmap 1 up:standby 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2026-02-17T22:14:48.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:48.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:47 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2756790645' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:48.186 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 podman[61567]: 2026-02-17 22:14:47.822271377 +0000 UTC m=+0.060308607 container init b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260209, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7) 2026-02-17T22:14:48.186 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 podman[61567]: 2026-02-17 22:14:47.825666675 +0000 UTC m=+0.063703894 container start b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, 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.build-date=20260209, CEPH_REF=reef, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, ceph=True, org.label-schema.license=GPLv2) 2026-02-17T22:14:48.187 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 bash[61567]: b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e 2026-02-17T22:14:48.187 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 podman[61567]: 2026-02-17 22:14:47.771701041 +0000 UTC m=+0.009738260 image pull 6cbbcec95e0a6e823bf2e6db1c2c70a23951988c1d55589a2ff367b921fae7a4 quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539 2026-02-17T22:14:48.187 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 systemd[1]: Started Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:14:48.187 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:14:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[61589]: starting mds.b at 2026-02-17T22:14:49.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: Deploying daemon mds.b on trial172 2026-02-17T22:14:49.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: Deploying daemon mds.b on trial172 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:48 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: Deploying daemon mds.b on trial172 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:14:49.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:48 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:49.272 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:14:49.404 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:49.836 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:49.836 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":3,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24322,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/38476745","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":38476745},{"type":"v1","addr":"10.20.193.172:6833","nonce":38476745}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3},{"gid":24350,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[]} 2026-02-17T22:14:49.836 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 3 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[21352]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[21352]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:boot 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[21352]: fsmap 2 up:standby 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[36654]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[36654]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:boot 2026-02-17T22:14:49.837 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[36654]: fsmap 2 up:standby 2026-02-17T22:14:49.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:49 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:14:49.973 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph --format=json-pretty osd lspools 2026-02-17T22:14:50.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:49 trial172 ceph-mon[26165]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:50.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:49 trial172 ceph-mon[26165]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:boot 2026-02-17T22:14:50.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:49 trial172 ceph-mon[26165]: fsmap 2 up:standby 2026-02-17T22:14:50.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:49 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:14:50.100 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:50.506 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout:[ 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout: { 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout: "poolnum": 1, 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout: "poolname": ".mgr" 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:14:50.507 INFO:teuthology.orchestra.run.trial144.stdout:] 2026-02-17T22:14:50.626 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:50 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1127028004' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:50.626 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:50 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/814190891' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2026-02-17T22:14:50.626 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:50 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1127028004' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:50.627 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:50 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/814190891' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2026-02-17T22:14:50.643 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2026-02-17T22:14:50.644 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool create cephfs_metadata --pg_num_min 64 2026-02-17T22:14:50.773 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:51.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:50 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1127028004' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:51.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:50 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/814190891' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2026-02-17T22:14:51.575 INFO:teuthology.orchestra.run.trial144.stderr:pool 'cephfs_metadata' created 2026-02-17T22:14:51.712 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool create cephfs_data 64 --pg_num_min 64 --target_size_ratio 0.9 2026-02-17T22:14:51.837 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:51.860 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:51 trial144 ceph-mon[21352]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:51.860 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:51 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2026-02-17T22:14:51.860 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:51 trial144 ceph-mon[36654]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:51.860 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:51 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2026-02-17T22:14:52.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:51 trial172 ceph-mon[26165]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:52.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:51 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2026-02-17T22:14:52.583 INFO:teuthology.orchestra.run.trial144.stderr:pool 'cephfs_data' created 2026-02-17T22:14:52.722 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs new cephfs cephfs_metadata cephfs_data 2026-02-17T22:14:52.864 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:52.886 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2026-02-17T22:14:52.886 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[36654]: osdmap e44: 8 total, 8 up, 8 in 2026-02-17T22:14:52.886 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/810396427' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:52.886 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:52.886 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:52.887 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2026-02-17T22:14:52.887 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[21352]: osdmap e44: 8 total, 8 up, 8 in 2026-02-17T22:14:52.887 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/810396427' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:52.887 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:52.887 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:52 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:53.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:52 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2017532805' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2026-02-17T22:14:53.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:52 trial172 ceph-mon[26165]: osdmap e44: 8 total, 8 up, 8 in 2026-02-17T22:14:53.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:52 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/810396427' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:53.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:52 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2026-02-17T22:14:53.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:52 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:14:53.300 INFO:teuthology.orchestra.run.trial144.stderr:new fs with metadata pool 2 and data pool 3 2026-02-17T22:14:53.442 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:14:53.568 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: pgmap v91: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: osdmap e45: 8 total, 8 up, 8 in 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: osdmap e46: 8 total, 8 up, 8 in 2026-02-17T22:14:53.682 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: fsmap cephfs:1 {0=a=up:creating} 1 up:standby 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[21352]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: pgmap v91: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: osdmap e45: 8 total, 8 up, 8 in 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2026-02-17T22:14:53.683 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: osdmap e46: 8 total, 8 up, 8 in 2026-02-17T22:14:53.684 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:creating} 1 up:standby 2026-02-17T22:14:53.684 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:14:53.684 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:53 trial144 ceph-mon[36654]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:14:53.977 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:53.977 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":46,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:14:53.298671+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+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-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: pgmap v91: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: osdmap e45: 8 total, 8 up, 8 in 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1851871168' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: osdmap e46: 8 total, 8 up, 8 in 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:creating} 1 up:standby 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:14:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:53 trial172 ceph-mon[26165]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:14:54.112 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:14:54.236 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:54.645 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:54.645 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":47,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:14:54.300488+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+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-17T22:14:54.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3974520583' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:54.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[21352]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:active 2026-02-17T22:14:54.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[21352]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:54.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[21352]: osdmap e47: 8 total, 8 up, 8 in 2026-02-17T22:14:54.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[21352]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:54.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3974520583' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:54.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[36654]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:active 2026-02-17T22:14:54.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:54.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[36654]: osdmap e47: 8 total, 8 up, 8 in 2026-02-17T22:14:54.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:54 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:54.781 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs set cephfs standby_count_wanted 0 2026-02-17T22:14:54.907 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:54 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3974520583' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:54 trial172 ceph-mon[26165]: mds.? [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] up:active 2026-02-17T22:14:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:54 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:54 trial172 ceph-mon[26165]: osdmap e47: 8 total, 8 up, 8 in 2026-02-17T22:14:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:54 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: pgmap v95: 97 pgs: 24 active+clean, 73 unknown; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 0 B/s wr, 5 op/s 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1898913771' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: Cluster is now healthy 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/253379390' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: pgmap v95: 97 pgs: 24 active+clean, 73 unknown; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 0 B/s wr, 5 op/s 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1898913771' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: Cluster is now healthy 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/253379390' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:55 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: pgmap v95: 97 pgs: 24 active+clean, 73 unknown; 577 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 0 B/s wr, 5 op/s 2026-02-17T22:14:56.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1898913771' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:56.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:14:56.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: Cluster is now healthy 2026-02-17T22:14:56.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/253379390' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:55 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2026-02-17T22:14:56.444 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2026-02-17T22:14:56.444 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs set cephfs allow_standby_replay false 2026-02-17T22:14:56.571 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:57.260 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[72408]: 2026-02-17T22:14:57.018+0000 7fb452900640 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2026-02-17T22:14:57.445 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2026-02-17T22:14:57.445 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:14:57.572 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[21352]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[21352]: pgmap v96: 97 pgs: 79 active+clean, 18 unknown; 578 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s wr, 7 op/s 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1364831622' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:57.596 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2026-02-17T22:14:57.597 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:57.597 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[36654]: pgmap v96: 97 pgs: 79 active+clean, 18 unknown; 578 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s wr, 7 op/s 2026-02-17T22:14:57.597 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1364831622' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:57.597 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:57 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:57.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:57 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2026-02-17T22:14:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:57 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:57 trial172 ceph-mon[26165]: pgmap v96: 97 pgs: 79 active+clean, 18 unknown; 578 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.1 KiB/s wr, 7 op/s 2026-02-17T22:14:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:57 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1364831622' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:57.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:57 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2026-02-17T22:14:58.007 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:58.007 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24322,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/38476745","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":38476745},{"type":"v1","addr":"10.20.193.172:6833","nonce":38476745}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:14:57.305712+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24350},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24350":{"gid":24350,"name":"a","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2026-02-17T22:14:58.007 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 8 2026-02-17T22:14:58.147 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:14:58.277 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[21352]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3957564076' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:58.393 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:58 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3957564076' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:58.708 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:58.708 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":47,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:14:54.300488+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+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-17T22:14:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:58 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2026-02-17T22:14:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:58 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:14:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:58 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3957564076' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:14:58.844 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-17T22:14:58.845 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph pg dump --format=json 2026-02-17T22:14:58.973 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:59.386 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:14:59.388 INFO:teuthology.orchestra.run.trial144.stderr:dumped all 2026-02-17T22:14:59.503 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:59 trial144 ceph-mon[36654]: pgmap v97: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.3 KiB/s wr, 7 op/s 2026-02-17T22:14:59.503 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:14:59 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/65109031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:59.504 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:59 trial144 ceph-mon[21352]: pgmap v97: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.3 KiB/s wr, 7 op/s 2026-02-17T22:14:59.504 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:14:59 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/65109031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:14:59.523 INFO:teuthology.orchestra.run.trial144.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2026-02-17T22:14:58.327016+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592730,"num_objects":23,"num_object_clones":0,"num_object_copies":69,"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":23,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":167,"num_write_kb":2164,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":13,"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":130,"ondisk_log_size":130,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":254,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":5872025600,"kb_used":221100,"kb_used_data":5428,"kb_used_omap":12,"kb_used_meta":215539,"kb_avail":5871804500,"statfs":{"total":6012954214400,"available":6012727808000,"internally_reserved":0,"allocated":5558272,"data_stored":3329482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12735,"internal_metadata":220712513},"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":2362,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"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":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"num_write_kb":14,"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":13,"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":"6.000772"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308539+0000","last_change":"2026-02-17T22:14:53.308247+0000","last_active":"2026-02-17T22:14:53.308539+0000","last_peered":"2026-02-17T22:14:53.308539+0000","last_clean":"2026-02-17T22:14:53.308539+0000","last_became_active":"2026-02-17T22:14:53.308114+0000","last_became_peered":"2026-02-17T22:14:53.308114+0000","last_unstale":"2026-02-17T22:14:53.308539+0000","last_undegraded":"2026-02-17T22:14:53.308539+0000","last_fullsized":"2026-02-17T22:14:53.308539+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305152+0000","last_change":"2026-02-17T22:14:53.307803+0000","last_active":"2026-02-17T22:14:54.305152+0000","last_peered":"2026-02-17T22:14:54.305152+0000","last_clean":"2026-02-17T22:14:54.305152+0000","last_became_active":"2026-02-17T22:14:53.307352+0000","last_became_peered":"2026-02-17T22:14:53.307352+0000","last_unstale":"2026-02-17T22:14:54.305152+0000","last_undegraded":"2026-02-17T22:14:54.305152+0000","last_fullsized":"2026-02-17T22:14:54.305152+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101948+0000","last_change":"2026-02-17T22:14:53.306931+0000","last_active":"2026-02-17T22:14:55.101948+0000","last_peered":"2026-02-17T22:14:55.101948+0000","last_clean":"2026-02-17T22:14:55.101948+0000","last_became_active":"2026-02-17T22:14:53.306788+0000","last_became_peered":"2026-02-17T22:14:53.306788+0000","last_unstale":"2026-02-17T22:14:55.101948+0000","last_undegraded":"2026-02-17T22:14:55.101948+0000","last_fullsized":"2026-02-17T22:14:55.101948+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100888+0000","last_change":"2026-02-17T22:14:53.306774+0000","last_active":"2026-02-17T22:14:55.100888+0000","last_peered":"2026-02-17T22:14:55.100888+0000","last_clean":"2026-02-17T22:14:55.100888+0000","last_became_active":"2026-02-17T22:14:53.306216+0000","last_became_peered":"2026-02-17T22:14:53.306216+0000","last_unstale":"2026-02-17T22:14:55.100888+0000","last_undegraded":"2026-02-17T22:14:55.100888+0000","last_fullsized":"2026-02-17T22:14:55.100888+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307709+0000","last_change":"2026-02-17T22:14:53.307411+0000","last_active":"2026-02-17T22:14:53.307709+0000","last_peered":"2026-02-17T22:14:53.307709+0000","last_clean":"2026-02-17T22:14:53.307709+0000","last_became_active":"2026-02-17T22:14:53.307133+0000","last_became_peered":"2026-02-17T22:14:53.307133+0000","last_unstale":"2026-02-17T22:14:53.307709+0000","last_undegraded":"2026-02-17T22:14:53.307709+0000","last_fullsized":"2026-02-17T22:14:53.307709+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100638+0000","last_change":"2026-02-17T22:14:53.307078+0000","last_active":"2026-02-17T22:14:55.100638+0000","last_peered":"2026-02-17T22:14:55.100638+0000","last_clean":"2026-02-17T22:14:55.100638+0000","last_became_active":"2026-02-17T22:14:53.306659+0000","last_became_peered":"2026-02-17T22:14:53.306659+0000","last_unstale":"2026-02-17T22:14:55.100638+0000","last_undegraded":"2026-02-17T22:14:55.100638+0000","last_fullsized":"2026-02-17T22:14:55.100638+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309765+0000","last_change":"2026-02-17T22:14:53.309131+0000","last_active":"2026-02-17T22:14:53.309765+0000","last_peered":"2026-02-17T22:14:53.309765+0000","last_clean":"2026-02-17T22:14:53.309765+0000","last_became_active":"2026-02-17T22:14:53.308893+0000","last_became_peered":"2026-02-17T22:14:53.308893+0000","last_unstale":"2026-02-17T22:14:53.309765+0000","last_undegraded":"2026-02-17T22:14:53.309765+0000","last_fullsized":"2026-02-17T22:14:53.309765+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304506+0000","last_change":"2026-02-17T22:14:53.307311+0000","last_active":"2026-02-17T22:14:54.304506+0000","last_peered":"2026-02-17T22:14:54.304506+0000","last_clean":"2026-02-17T22:14:54.304506+0000","last_became_active":"2026-02-17T22:14:53.307080+0000","last_became_peered":"2026-02-17T22:14:53.307080+0000","last_unstale":"2026-02-17T22:14:54.304506+0000","last_undegraded":"2026-02-17T22:14:54.304506+0000","last_fullsized":"2026-02-17T22:14:54.304506+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308646+0000","last_change":"2026-02-17T22:14:53.308457+0000","last_active":"2026-02-17T22:14:53.308646+0000","last_peered":"2026-02-17T22:14:53.308646+0000","last_clean":"2026-02-17T22:14:53.308646+0000","last_became_active":"2026-02-17T22:14:53.308339+0000","last_became_peered":"2026-02-17T22:14:53.308339+0000","last_unstale":"2026-02-17T22:14:53.308646+0000","last_undegraded":"2026-02-17T22:14:53.308646+0000","last_fullsized":"2026-02-17T22:14:53.308646+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304452+0000","last_change":"2026-02-17T22:14:53.309616+0000","last_active":"2026-02-17T22:14:54.304452+0000","last_peered":"2026-02-17T22:14:54.304452+0000","last_clean":"2026-02-17T22:14:54.304452+0000","last_became_active":"2026-02-17T22:14:53.309316+0000","last_became_peered":"2026-02-17T22:14:53.309316+0000","last_unstale":"2026-02-17T22:14:54.304452+0000","last_undegraded":"2026-02-17T22:14:54.304452+0000","last_fullsized":"2026-02-17T22:14:54.304452+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304265+0000","last_change":"2026-02-17T22:14:53.309406+0000","last_active":"2026-02-17T22:14:54.304265+0000","last_peered":"2026-02-17T22:14:54.304265+0000","last_clean":"2026-02-17T22:14:54.304265+0000","last_became_active":"2026-02-17T22:14:53.308914+0000","last_became_peered":"2026-02-17T22:14:53.308914+0000","last_unstale":"2026-02-17T22:14:54.304265+0000","last_undegraded":"2026-02-17T22:14:54.304265+0000","last_fullsized":"2026-02-17T22:14:54.304265+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355712+0000","last_change":"2026-02-17T22:14:53.308043+0000","last_active":"2026-02-17T22:14:54.355712+0000","last_peered":"2026-02-17T22:14:54.355712+0000","last_clean":"2026-02-17T22:14:54.355712+0000","last_became_active":"2026-02-17T22:14:53.307210+0000","last_became_peered":"2026-02-17T22:14:53.307210+0000","last_unstale":"2026-02-17T22:14:54.355712+0000","last_undegraded":"2026-02-17T22:14:54.355712+0000","last_fullsized":"2026-02-17T22:14:54.355712+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304685+0000","last_change":"2026-02-17T22:14:53.306199+0000","last_active":"2026-02-17T22:14:54.304685+0000","last_peered":"2026-02-17T22:14:54.304685+0000","last_clean":"2026-02-17T22:14:54.304685+0000","last_became_active":"2026-02-17T22:14:53.306016+0000","last_became_peered":"2026-02-17T22:14:53.306016+0000","last_unstale":"2026-02-17T22:14:54.304685+0000","last_undegraded":"2026-02-17T22:14:54.304685+0000","last_fullsized":"2026-02-17T22:14:54.304685+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101751+0000","last_change":"2026-02-17T22:14:53.309741+0000","last_active":"2026-02-17T22:14:55.101751+0000","last_peered":"2026-02-17T22:14:55.101751+0000","last_clean":"2026-02-17T22:14:55.101751+0000","last_became_active":"2026-02-17T22:14:53.309617+0000","last_became_peered":"2026-02-17T22:14:53.309617+0000","last_unstale":"2026-02-17T22:14:55.101751+0000","last_undegraded":"2026-02-17T22:14:55.101751+0000","last_fullsized":"2026-02-17T22:14:55.101751+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304982+0000","last_change":"2026-02-17T22:14:53.309173+0000","last_active":"2026-02-17T22:14:54.304982+0000","last_peered":"2026-02-17T22:14:54.304982+0000","last_clean":"2026-02-17T22:14:54.304982+0000","last_became_active":"2026-02-17T22:14:53.308968+0000","last_became_peered":"2026-02-17T22:14:53.308968+0000","last_unstale":"2026-02-17T22:14:54.304982+0000","last_undegraded":"2026-02-17T22:14:54.304982+0000","last_fullsized":"2026-02-17T22:14:54.304982+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100356+0000","last_change":"2026-02-17T22:14:53.305233+0000","last_active":"2026-02-17T22:14:55.100356+0000","last_peered":"2026-02-17T22:14:55.100356+0000","last_clean":"2026-02-17T22:14:55.100356+0000","last_became_active":"2026-02-17T22:14:53.305066+0000","last_became_peered":"2026-02-17T22:14:53.305066+0000","last_unstale":"2026-02-17T22:14:55.100356+0000","last_undegraded":"2026-02-17T22:14:55.100356+0000","last_fullsized":"2026-02-17T22:14:55.100356+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101409+0000","last_change":"2026-02-17T22:14:53.305110+0000","last_active":"2026-02-17T22:14:55.101409+0000","last_peered":"2026-02-17T22:14:55.101409+0000","last_clean":"2026-02-17T22:14:55.101409+0000","last_became_active":"2026-02-17T22:14:53.304895+0000","last_became_peered":"2026-02-17T22:14:53.304895+0000","last_unstale":"2026-02-17T22:14:55.101409+0000","last_undegraded":"2026-02-17T22:14:55.101409+0000","last_fullsized":"2026-02-17T22:14:55.101409+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309766+0000","last_change":"2026-02-17T22:14:53.309644+0000","last_active":"2026-02-17T22:14:53.309766+0000","last_peered":"2026-02-17T22:14:53.309766+0000","last_clean":"2026-02-17T22:14:53.309766+0000","last_became_active":"2026-02-17T22:14:53.309515+0000","last_became_peered":"2026-02-17T22:14:53.309515+0000","last_unstale":"2026-02-17T22:14:53.309766+0000","last_undegraded":"2026-02-17T22:14:53.309766+0000","last_fullsized":"2026-02-17T22:14:53.309766+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309842+0000","last_change":"2026-02-17T22:14:53.309596+0000","last_active":"2026-02-17T22:14:53.309842+0000","last_peered":"2026-02-17T22:14:53.309842+0000","last_clean":"2026-02-17T22:14:53.309842+0000","last_became_active":"2026-02-17T22:14:53.309487+0000","last_became_peered":"2026-02-17T22:14:53.309487+0000","last_unstale":"2026-02-17T22:14:53.309842+0000","last_undegraded":"2026-02-17T22:14:53.309842+0000","last_fullsized":"2026-02-17T22:14:53.309842+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304105+0000","last_change":"2026-02-17T22:14:53.308460+0000","last_active":"2026-02-17T22:14:54.304105+0000","last_peered":"2026-02-17T22:14:54.304105+0000","last_clean":"2026-02-17T22:14:54.304105+0000","last_became_active":"2026-02-17T22:14:53.307967+0000","last_became_peered":"2026-02-17T22:14:53.307967+0000","last_unstale":"2026-02-17T22:14:54.304105+0000","last_undegraded":"2026-02-17T22:14:54.304105+0000","last_fullsized":"2026-02-17T22:14:54.304105+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101793+0000","last_change":"2026-02-17T22:14:53.307884+0000","last_active":"2026-02-17T22:14:55.101793+0000","last_peered":"2026-02-17T22:14:55.101793+0000","last_clean":"2026-02-17T22:14:55.101793+0000","last_became_active":"2026-02-17T22:14:53.307535+0000","last_became_peered":"2026-02-17T22:14:53.307535+0000","last_unstale":"2026-02-17T22:14:55.101793+0000","last_undegraded":"2026-02-17T22:14:55.101793+0000","last_fullsized":"2026-02-17T22:14:55.101793+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100711+0000","last_change":"2026-02-17T22:14:53.307903+0000","last_active":"2026-02-17T22:14:55.100711+0000","last_peered":"2026-02-17T22:14:55.100711+0000","last_clean":"2026-02-17T22:14:55.100711+0000","last_became_active":"2026-02-17T22:14:53.307357+0000","last_became_peered":"2026-02-17T22:14:53.307357+0000","last_unstale":"2026-02-17T22:14:55.100711+0000","last_undegraded":"2026-02-17T22:14:55.100711+0000","last_fullsized":"2026-02-17T22:14:55.100711+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304630+0000","last_change":"2026-02-17T22:14:53.309010+0000","last_active":"2026-02-17T22:14:54.304630+0000","last_peered":"2026-02-17T22:14:54.304630+0000","last_clean":"2026-02-17T22:14:54.304630+0000","last_became_active":"2026-02-17T22:14:53.308844+0000","last_became_peered":"2026-02-17T22:14:53.308844+0000","last_unstale":"2026-02-17T22:14:54.304630+0000","last_undegraded":"2026-02-17T22:14:54.304630+0000","last_fullsized":"2026-02-17T22:14:54.304630+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100573+0000","last_change":"2026-02-17T22:14:53.305813+0000","last_active":"2026-02-17T22:14:55.100573+0000","last_peered":"2026-02-17T22:14:55.100573+0000","last_clean":"2026-02-17T22:14:55.100573+0000","last_became_active":"2026-02-17T22:14:53.305641+0000","last_became_peered":"2026-02-17T22:14:53.305641+0000","last_unstale":"2026-02-17T22:14:55.100573+0000","last_undegraded":"2026-02-17T22:14:55.100573+0000","last_fullsized":"2026-02-17T22:14:55.100573+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304895+0000","last_change":"2026-02-17T22:14:53.306240+0000","last_active":"2026-02-17T22:14:54.304895+0000","last_peered":"2026-02-17T22:14:54.304895+0000","last_clean":"2026-02-17T22:14:54.304895+0000","last_became_active":"2026-02-17T22:14:53.306086+0000","last_became_peered":"2026-02-17T22:14:53.306086+0000","last_unstale":"2026-02-17T22:14:54.304895+0000","last_undegraded":"2026-02-17T22:14:54.304895+0000","last_fullsized":"2026-02-17T22:14:54.304895+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304586+0000","last_change":"2026-02-17T22:14:53.309079+0000","last_active":"2026-02-17T22:14:54.304586+0000","last_peered":"2026-02-17T22:14:54.304586+0000","last_clean":"2026-02-17T22:14:54.304586+0000","last_became_active":"2026-02-17T22:14:53.308811+0000","last_became_peered":"2026-02-17T22:14:53.308811+0000","last_unstale":"2026-02-17T22:14:54.304586+0000","last_undegraded":"2026-02-17T22:14:54.304586+0000","last_fullsized":"2026-02-17T22:14:54.304586+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305035+0000","last_change":"2026-02-17T22:14:53.306544+0000","last_active":"2026-02-17T22:14:54.305035+0000","last_peered":"2026-02-17T22:14:54.305035+0000","last_clean":"2026-02-17T22:14:54.305035+0000","last_became_active":"2026-02-17T22:14:53.306208+0000","last_became_peered":"2026-02-17T22:14:53.306208+0000","last_unstale":"2026-02-17T22:14:54.305035+0000","last_undegraded":"2026-02-17T22:14:54.305035+0000","last_fullsized":"2026-02-17T22:14:54.305035+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304910+0000","last_change":"2026-02-17T22:14:53.308188+0000","last_active":"2026-02-17T22:14:54.304910+0000","last_peered":"2026-02-17T22:14:54.304910+0000","last_clean":"2026-02-17T22:14:54.304910+0000","last_became_active":"2026-02-17T22:14:53.308057+0000","last_became_peered":"2026-02-17T22:14:53.308057+0000","last_unstale":"2026-02-17T22:14:54.304910+0000","last_undegraded":"2026-02-17T22:14:54.304910+0000","last_fullsized":"2026-02-17T22:14:54.304910+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101846+0000","last_change":"2026-02-17T22:14:53.308430+0000","last_active":"2026-02-17T22:14:55.101846+0000","last_peered":"2026-02-17T22:14:55.101846+0000","last_clean":"2026-02-17T22:14:55.101846+0000","last_became_active":"2026-02-17T22:14:53.308089+0000","last_became_peered":"2026-02-17T22:14:53.308089+0000","last_unstale":"2026-02-17T22:14:55.101846+0000","last_undegraded":"2026-02-17T22:14:55.101846+0000","last_fullsized":"2026-02-17T22:14:55.101846+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100908+0000","last_change":"2026-02-17T22:14:53.307099+0000","last_active":"2026-02-17T22:14:55.100908+0000","last_peered":"2026-02-17T22:14:55.100908+0000","last_clean":"2026-02-17T22:14:55.100908+0000","last_became_active":"2026-02-17T22:14:53.306625+0000","last_became_peered":"2026-02-17T22:14:53.306625+0000","last_unstale":"2026-02-17T22:14:55.100908+0000","last_undegraded":"2026-02-17T22:14:55.100908+0000","last_fullsized":"2026-02-17T22:14:55.100908+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308656+0000","last_change":"2026-02-17T22:14:53.308376+0000","last_active":"2026-02-17T22:14:53.308656+0000","last_peered":"2026-02-17T22:14:53.308656+0000","last_clean":"2026-02-17T22:14:53.308656+0000","last_became_active":"2026-02-17T22:14:53.308269+0000","last_became_peered":"2026-02-17T22:14:53.308269+0000","last_unstale":"2026-02-17T22:14:53.308656+0000","last_undegraded":"2026-02-17T22:14:53.308656+0000","last_fullsized":"2026-02-17T22:14:53.308656+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303597+0000","last_change":"2026-02-17T22:14:53.307797+0000","last_active":"2026-02-17T22:14:54.303597+0000","last_peered":"2026-02-17T22:14:54.303597+0000","last_clean":"2026-02-17T22:14:54.303597+0000","last_became_active":"2026-02-17T22:14:53.307526+0000","last_became_peered":"2026-02-17T22:14:53.307526+0000","last_unstale":"2026-02-17T22:14:54.303597+0000","last_undegraded":"2026-02-17T22:14:54.303597+0000","last_fullsized":"2026-02-17T22:14:54.303597+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355509+0000","last_change":"2026-02-17T22:14:53.305293+0000","last_active":"2026-02-17T22:14:54.355509+0000","last_peered":"2026-02-17T22:14:54.355509+0000","last_clean":"2026-02-17T22:14:54.355509+0000","last_became_active":"2026-02-17T22:14:53.305026+0000","last_became_peered":"2026-02-17T22:14:53.305026+0000","last_unstale":"2026-02-17T22:14:54.355509+0000","last_undegraded":"2026-02-17T22:14:54.355509+0000","last_fullsized":"2026-02-17T22:14:54.355509+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304839+0000","last_change":"2026-02-17T22:14:52.587525+0000","last_active":"2026-02-17T22:14:54.304839+0000","last_peered":"2026-02-17T22:14:54.304839+0000","last_clean":"2026-02-17T22:14:54.304839+0000","last_became_active":"2026-02-17T22:14:52.587333+0000","last_became_peered":"2026-02-17T22:14:52.587333+0000","last_unstale":"2026-02-17T22:14:54.304839+0000","last_undegraded":"2026-02-17T22:14:54.304839+0000","last_fullsized":"2026-02-17T22:14:54.304839+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101916+0000","last_change":"2026-02-17T22:14:53.310248+0000","last_active":"2026-02-17T22:14:55.101916+0000","last_peered":"2026-02-17T22:14:55.101916+0000","last_clean":"2026-02-17T22:14:55.101916+0000","last_became_active":"2026-02-17T22:14:53.310104+0000","last_became_peered":"2026-02-17T22:14:53.310104+0000","last_unstale":"2026-02-17T22:14:55.101916+0000","last_undegraded":"2026-02-17T22:14:55.101916+0000","last_fullsized":"2026-02-17T22:14:55.101916+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304000+0000","last_change":"2026-02-17T22:14:52.584529+0000","last_active":"2026-02-17T22:14:54.304000+0000","last_peered":"2026-02-17T22:14:54.304000+0000","last_clean":"2026-02-17T22:14:54.304000+0000","last_became_active":"2026-02-17T22:14:52.584375+0000","last_became_peered":"2026-02-17T22:14:52.584375+0000","last_unstale":"2026-02-17T22:14:54.304000+0000","last_undegraded":"2026-02-17T22:14:54.304000+0000","last_fullsized":"2026-02-17T22:14:54.304000+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304679+0000","last_change":"2026-02-17T22:14:52.587776+0000","last_active":"2026-02-17T22:14:54.304679+0000","last_peered":"2026-02-17T22:14:54.304679+0000","last_clean":"2026-02-17T22:14:54.304679+0000","last_became_active":"2026-02-17T22:14:52.587397+0000","last_became_peered":"2026-02-17T22:14:52.587397+0000","last_unstale":"2026-02-17T22:14:54.304679+0000","last_undegraded":"2026-02-17T22:14:54.304679+0000","last_fullsized":"2026-02-17T22:14:54.304679+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304574+0000","last_change":"2026-02-17T22:14:53.305732+0000","last_active":"2026-02-17T22:14:54.304574+0000","last_peered":"2026-02-17T22:14:54.304574+0000","last_clean":"2026-02-17T22:14:54.304574+0000","last_became_active":"2026-02-17T22:14:53.305579+0000","last_became_peered":"2026-02-17T22:14:53.305579+0000","last_unstale":"2026-02-17T22:14:54.304574+0000","last_undegraded":"2026-02-17T22:14:54.304574+0000","last_fullsized":"2026-02-17T22:14:54.304574+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100604+0000","last_change":"2026-02-17T22:14:52.586124+0000","last_active":"2026-02-17T22:14:55.100604+0000","last_peered":"2026-02-17T22:14:55.100604+0000","last_clean":"2026-02-17T22:14:55.100604+0000","last_became_active":"2026-02-17T22:14:52.585877+0000","last_became_peered":"2026-02-17T22:14:52.585877+0000","last_unstale":"2026-02-17T22:14:55.100604+0000","last_undegraded":"2026-02-17T22:14:55.100604+0000","last_fullsized":"2026-02-17T22:14:55.100604+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304811+0000","last_change":"2026-02-17T22:14:53.308680+0000","last_active":"2026-02-17T22:14:54.304811+0000","last_peered":"2026-02-17T22:14:54.304811+0000","last_clean":"2026-02-17T22:14:54.304811+0000","last_became_active":"2026-02-17T22:14:53.308556+0000","last_became_peered":"2026-02-17T22:14:53.308556+0000","last_unstale":"2026-02-17T22:14:54.304811+0000","last_undegraded":"2026-02-17T22:14:54.304811+0000","last_fullsized":"2026-02-17T22:14:54.304811+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304400+0000","last_change":"2026-02-17T22:14:52.585366+0000","last_active":"2026-02-17T22:14:54.304400+0000","last_peered":"2026-02-17T22:14:54.304400+0000","last_clean":"2026-02-17T22:14:54.304400+0000","last_became_active":"2026-02-17T22:14:52.585213+0000","last_became_peered":"2026-02-17T22:14:52.585213+0000","last_unstale":"2026-02-17T22:14:54.304400+0000","last_undegraded":"2026-02-17T22:14:54.304400+0000","last_fullsized":"2026-02-17T22:14:54.304400+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101097+0000","last_change":"2026-02-17T22:14:53.306807+0000","last_active":"2026-02-17T22:14:55.101097+0000","last_peered":"2026-02-17T22:14:55.101097+0000","last_clean":"2026-02-17T22:14:55.101097+0000","last_became_active":"2026-02-17T22:14:53.306519+0000","last_became_peered":"2026-02-17T22:14:53.306519+0000","last_unstale":"2026-02-17T22:14:55.101097+0000","last_undegraded":"2026-02-17T22:14:55.101097+0000","last_fullsized":"2026-02-17T22:14:55.101097+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101116+0000","last_change":"2026-02-17T22:14:52.585793+0000","last_active":"2026-02-17T22:14:55.101116+0000","last_peered":"2026-02-17T22:14:55.101116+0000","last_clean":"2026-02-17T22:14:55.101116+0000","last_became_active":"2026-02-17T22:14:52.585277+0000","last_became_peered":"2026-02-17T22:14:52.585277+0000","last_unstale":"2026-02-17T22:14:55.101116+0000","last_undegraded":"2026-02-17T22:14:55.101116+0000","last_fullsized":"2026-02-17T22:14:55.101116+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102148+0000","last_change":"2026-02-17T22:14:53.307775+0000","last_active":"2026-02-17T22:14:55.102148+0000","last_peered":"2026-02-17T22:14:55.102148+0000","last_clean":"2026-02-17T22:14:55.102148+0000","last_became_active":"2026-02-17T22:14:53.307169+0000","last_became_peered":"2026-02-17T22:14:53.307169+0000","last_unstale":"2026-02-17T22:14:55.102148+0000","last_undegraded":"2026-02-17T22:14:55.102148+0000","last_fullsized":"2026-02-17T22:14:55.102148+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"46'3","reported_seq":15,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305084+0000","last_change":"2026-02-17T22:14:52.585853+0000","last_active":"2026-02-17T22:14:54.305084+0000","last_peered":"2026-02-17T22:14:54.305084+0000","last_clean":"2026-02-17T22:14:54.305084+0000","last_became_active":"2026-02-17T22:14:52.585709+0000","last_became_peered":"2026-02-17T22:14:52.585709+0000","last_unstale":"2026-02-17T22:14:54.305084+0000","last_undegraded":"2026-02-17T22:14:54.305084+0000","last_fullsized":"2026-02-17T22:14:54.305084+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355721+0000","last_change":"2026-02-17T22:14:53.308496+0000","last_active":"2026-02-17T22:14:54.355721+0000","last_peered":"2026-02-17T22:14:54.355721+0000","last_clean":"2026-02-17T22:14:54.355721+0000","last_became_active":"2026-02-17T22:14:53.308206+0000","last_became_peered":"2026-02-17T22:14:53.308206+0000","last_unstale":"2026-02-17T22:14:54.355721+0000","last_undegraded":"2026-02-17T22:14:54.355721+0000","last_fullsized":"2026-02-17T22:14:54.355721+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"46'6","reported_seq":18,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304189+0000","last_change":"2026-02-17T22:14:52.585614+0000","last_active":"2026-02-17T22:14:54.304189+0000","last_peered":"2026-02-17T22:14:54.304189+0000","last_clean":"2026-02-17T22:14:54.304189+0000","last_became_active":"2026-02-17T22:14:52.585479+0000","last_became_peered":"2026-02-17T22:14:52.585479+0000","last_unstale":"2026-02-17T22:14:54.304189+0000","last_undegraded":"2026-02-17T22:14:54.304189+0000","last_fullsized":"2026-02-17T22:14:54.304189+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1564,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"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":1,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307905+0000","last_change":"2026-02-17T22:14:53.307494+0000","last_active":"2026-02-17T22:14:53.307905+0000","last_peered":"2026-02-17T22:14:53.307905+0000","last_clean":"2026-02-17T22:14:53.307905+0000","last_became_active":"2026-02-17T22:14:53.307331+0000","last_became_peered":"2026-02-17T22:14:53.307331+0000","last_unstale":"2026-02-17T22:14:53.307905+0000","last_undegraded":"2026-02-17T22:14:53.307905+0000","last_fullsized":"2026-02-17T22:14:53.307905+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"46'2","reported_seq":14,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101913+0000","last_change":"2026-02-17T22:14:52.586359+0000","last_active":"2026-02-17T22:14:55.101913+0000","last_peered":"2026-02-17T22:14:55.101913+0000","last_clean":"2026-02-17T22:14:55.101913+0000","last_became_active":"2026-02-17T22:14:52.586146+0000","last_became_peered":"2026-02-17T22:14:52.586146+0000","last_unstale":"2026-02-17T22:14:55.101913+0000","last_undegraded":"2026-02-17T22:14:55.101913+0000","last_fullsized":"2026-02-17T22:14:55.101913+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"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":1,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101759+0000","last_change":"2026-02-17T22:14:53.306081+0000","last_active":"2026-02-17T22:14:55.101759+0000","last_peered":"2026-02-17T22:14:55.101759+0000","last_clean":"2026-02-17T22:14:55.101759+0000","last_became_active":"2026-02-17T22:14:53.305537+0000","last_became_peered":"2026-02-17T22:14:53.305537+0000","last_unstale":"2026-02-17T22:14:55.101759+0000","last_undegraded":"2026-02-17T22:14:55.101759+0000","last_fullsized":"2026-02-17T22:14:55.101759+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100937+0000","last_change":"2026-02-17T22:14:52.586150+0000","last_active":"2026-02-17T22:14:55.100937+0000","last_peered":"2026-02-17T22:14:55.100937+0000","last_clean":"2026-02-17T22:14:55.100937+0000","last_became_active":"2026-02-17T22:14:52.585910+0000","last_became_peered":"2026-02-17T22:14:52.585910+0000","last_unstale":"2026-02-17T22:14:55.100937+0000","last_undegraded":"2026-02-17T22:14:55.100937+0000","last_fullsized":"2026-02-17T22:14:55.100937+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309757+0000","last_change":"2026-02-17T22:14:53.309234+0000","last_active":"2026-02-17T22:14:53.309757+0000","last_peered":"2026-02-17T22:14:53.309757+0000","last_clean":"2026-02-17T22:14:53.309757+0000","last_became_active":"2026-02-17T22:14:53.308931+0000","last_became_peered":"2026-02-17T22:14:53.308931+0000","last_unstale":"2026-02-17T22:14:53.309757+0000","last_undegraded":"2026-02-17T22:14:53.309757+0000","last_fullsized":"2026-02-17T22:14:53.309757+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303803+0000","last_change":"2026-02-17T22:14:52.584932+0000","last_active":"2026-02-17T22:14:54.303803+0000","last_peered":"2026-02-17T22:14:54.303803+0000","last_clean":"2026-02-17T22:14:54.303803+0000","last_became_active":"2026-02-17T22:14:52.584250+0000","last_became_peered":"2026-02-17T22:14:52.584250+0000","last_unstale":"2026-02-17T22:14:54.303803+0000","last_undegraded":"2026-02-17T22:14:54.303803+0000","last_fullsized":"2026-02-17T22:14:54.303803+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303628+0000","last_change":"2026-02-17T22:14:53.307756+0000","last_active":"2026-02-17T22:14:54.303628+0000","last_peered":"2026-02-17T22:14:54.303628+0000","last_clean":"2026-02-17T22:14:54.303628+0000","last_became_active":"2026-02-17T22:14:53.307521+0000","last_became_peered":"2026-02-17T22:14:53.307521+0000","last_unstale":"2026-02-17T22:14:54.303628+0000","last_undegraded":"2026-02-17T22:14:54.303628+0000","last_fullsized":"2026-02-17T22:14:54.303628+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"46'8","reported_seq":19,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309210+0000","last_change":"2026-02-17T22:14:52.588019+0000","last_active":"2026-02-17T22:14:53.309210+0000","last_peered":"2026-02-17T22:14:53.309210+0000","last_clean":"2026-02-17T22:14:53.309210+0000","last_became_active":"2026-02-17T22:14:52.587897+0000","last_became_peered":"2026-02-17T22:14:52.587897+0000","last_unstale":"2026-02-17T22:14:53.309210+0000","last_undegraded":"2026-02-17T22:14:53.309210+0000","last_fullsized":"2026-02-17T22:14:53.309210+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309771+0000","last_change":"2026-02-17T22:14:53.309198+0000","last_active":"2026-02-17T22:14:53.309771+0000","last_peered":"2026-02-17T22:14:53.309771+0000","last_clean":"2026-02-17T22:14:53.309771+0000","last_became_active":"2026-02-17T22:14:53.308971+0000","last_became_peered":"2026-02-17T22:14:53.308971+0000","last_unstale":"2026-02-17T22:14:53.309771+0000","last_undegraded":"2026-02-17T22:14:53.309771+0000","last_fullsized":"2026-02-17T22:14:53.309771+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355826+0000","last_change":"2026-02-17T22:14:52.584702+0000","last_active":"2026-02-17T22:14:54.355826+0000","last_peered":"2026-02-17T22:14:54.355826+0000","last_clean":"2026-02-17T22:14:54.355826+0000","last_became_active":"2026-02-17T22:14:52.584528+0000","last_became_peered":"2026-02-17T22:14:52.584528+0000","last_unstale":"2026-02-17T22:14:54.355826+0000","last_undegraded":"2026-02-17T22:14:54.355826+0000","last_fullsized":"2026-02-17T22:14:54.355826+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307909+0000","last_change":"2026-02-17T22:14:53.307446+0000","last_active":"2026-02-17T22:14:53.307909+0000","last_peered":"2026-02-17T22:14:53.307909+0000","last_clean":"2026-02-17T22:14:53.307909+0000","last_became_active":"2026-02-17T22:14:53.307190+0000","last_became_peered":"2026-02-17T22:14:53.307190+0000","last_unstale":"2026-02-17T22:14:53.307909+0000","last_undegraded":"2026-02-17T22:14:53.307909+0000","last_fullsized":"2026-02-17T22:14:53.307909+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308843+0000","last_change":"2026-02-17T22:14:52.586579+0000","last_active":"2026-02-17T22:14:53.308843+0000","last_peered":"2026-02-17T22:14:53.308843+0000","last_clean":"2026-02-17T22:14:53.308843+0000","last_became_active":"2026-02-17T22:14:52.586448+0000","last_became_peered":"2026-02-17T22:14:52.586448+0000","last_unstale":"2026-02-17T22:14:53.308843+0000","last_undegraded":"2026-02-17T22:14:53.308843+0000","last_fullsized":"2026-02-17T22:14:53.308843+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308002+0000","last_change":"2026-02-17T22:14:53.307838+0000","last_active":"2026-02-17T22:14:53.308002+0000","last_peered":"2026-02-17T22:14:53.308002+0000","last_clean":"2026-02-17T22:14:53.308002+0000","last_became_active":"2026-02-17T22:14:53.307691+0000","last_became_peered":"2026-02-17T22:14:53.307691+0000","last_unstale":"2026-02-17T22:14:53.308002+0000","last_undegraded":"2026-02-17T22:14:53.308002+0000","last_fullsized":"2026-02-17T22:14:53.308002+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305106+0000","last_change":"2026-02-17T22:14:52.586757+0000","last_active":"2026-02-17T22:14:54.305106+0000","last_peered":"2026-02-17T22:14:54.305106+0000","last_clean":"2026-02-17T22:14:54.305106+0000","last_became_active":"2026-02-17T22:14:52.586623+0000","last_became_peered":"2026-02-17T22:14:52.586623+0000","last_unstale":"2026-02-17T22:14:54.305106+0000","last_undegraded":"2026-02-17T22:14:54.305106+0000","last_fullsized":"2026-02-17T22:14:54.305106+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101145+0000","last_change":"2026-02-17T22:14:53.308111+0000","last_active":"2026-02-17T22:14:55.101145+0000","last_peered":"2026-02-17T22:14:55.101145+0000","last_clean":"2026-02-17T22:14:55.101145+0000","last_became_active":"2026-02-17T22:14:53.307402+0000","last_became_peered":"2026-02-17T22:14:53.307402+0000","last_unstale":"2026-02-17T22:14:55.101145+0000","last_undegraded":"2026-02-17T22:14:55.101145+0000","last_fullsized":"2026-02-17T22:14:55.101145+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.305829+0000","last_change":"2026-02-17T22:14:52.586474+0000","last_active":"2026-02-17T22:14:53.305829+0000","last_peered":"2026-02-17T22:14:53.305829+0000","last_clean":"2026-02-17T22:14:53.305829+0000","last_became_active":"2026-02-17T22:14:52.586316+0000","last_became_peered":"2026-02-17T22:14:52.586316+0000","last_unstale":"2026-02-17T22:14:53.305829+0000","last_undegraded":"2026-02-17T22:14:53.305829+0000","last_fullsized":"2026-02-17T22:14:53.305829+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308792+0000","last_change":"2026-02-17T22:14:53.308636+0000","last_active":"2026-02-17T22:14:53.308792+0000","last_peered":"2026-02-17T22:14:53.308792+0000","last_clean":"2026-02-17T22:14:53.308792+0000","last_became_active":"2026-02-17T22:14:53.308521+0000","last_became_peered":"2026-02-17T22:14:53.308521+0000","last_unstale":"2026-02-17T22:14:53.308792+0000","last_undegraded":"2026-02-17T22:14:53.308792+0000","last_fullsized":"2026-02-17T22:14:53.308792+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"17'92","reported_seq":20,"reported_epoch":45,"state":"active+clean","last_fresh":"2026-02-17T22:14:52.580751+0000","last_change":"2026-02-17T22:14:45.566410+0000","last_active":"2026-02-17T22:14:52.580751+0000","last_peered":"2026-02-17T22:14:52.580751+0000","last_clean":"2026-02-17T22:14:52.580751+0000","last_became_active":"2026-02-17T22:14:45.562414+0000","last_became_peered":"2026-02-17T22:14:45.562414+0000","last_unstale":"2026-02-17T22:14:52.580751+0000","last_undegraded":"2026-02-17T22:14:52.580751+0000","last_fullsized":"2026-02-17T22:14:52.580751+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_clean_scrub_stamp":"2026-02-17T22:14:00.367544+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100675+0000","last_change":"2026-02-17T22:14:52.586178+0000","last_active":"2026-02-17T22:14:55.100675+0000","last_peered":"2026-02-17T22:14:55.100675+0000","last_clean":"2026-02-17T22:14:55.100675+0000","last_became_active":"2026-02-17T22:14:52.585989+0000","last_became_peered":"2026-02-17T22:14:52.585989+0000","last_unstale":"2026-02-17T22:14:55.100675+0000","last_undegraded":"2026-02-17T22:14:55.100675+0000","last_fullsized":"2026-02-17T22:14:55.100675+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304712+0000","last_change":"2026-02-17T22:14:53.306812+0000","last_active":"2026-02-17T22:14:54.304712+0000","last_peered":"2026-02-17T22:14:54.304712+0000","last_clean":"2026-02-17T22:14:54.304712+0000","last_became_active":"2026-02-17T22:14:53.306134+0000","last_became_peered":"2026-02-17T22:14:53.306134+0000","last_unstale":"2026-02-17T22:14:54.304712+0000","last_undegraded":"2026-02-17T22:14:54.304712+0000","last_fullsized":"2026-02-17T22:14:54.304712+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.303981+0000","last_change":"2026-02-17T22:14:52.584486+0000","last_active":"2026-02-17T22:14:53.303981+0000","last_peered":"2026-02-17T22:14:53.303981+0000","last_clean":"2026-02-17T22:14:53.303981+0000","last_became_active":"2026-02-17T22:14:52.584194+0000","last_became_peered":"2026-02-17T22:14:52.584194+0000","last_unstale":"2026-02-17T22:14:53.303981+0000","last_undegraded":"2026-02-17T22:14:53.303981+0000","last_fullsized":"2026-02-17T22:14:53.303981+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101679+0000","last_change":"2026-02-17T22:14:53.310271+0000","last_active":"2026-02-17T22:14:55.101679+0000","last_peered":"2026-02-17T22:14:55.101679+0000","last_clean":"2026-02-17T22:14:55.101679+0000","last_became_active":"2026-02-17T22:14:53.310119+0000","last_became_peered":"2026-02-17T22:14:53.310119+0000","last_unstale":"2026-02-17T22:14:55.101679+0000","last_undegraded":"2026-02-17T22:14:55.101679+0000","last_fullsized":"2026-02-17T22:14:55.101679+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.305605+0000","last_change":"2026-02-17T22:14:52.586289+0000","last_active":"2026-02-17T22:14:53.305605+0000","last_peered":"2026-02-17T22:14:53.305605+0000","last_clean":"2026-02-17T22:14:53.305605+0000","last_became_active":"2026-02-17T22:14:52.586111+0000","last_became_peered":"2026-02-17T22:14:52.586111+0000","last_unstale":"2026-02-17T22:14:53.305605+0000","last_undegraded":"2026-02-17T22:14:53.305605+0000","last_fullsized":"2026-02-17T22:14:53.305605+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304741+0000","last_change":"2026-02-17T22:14:53.307300+0000","last_active":"2026-02-17T22:14:54.304741+0000","last_peered":"2026-02-17T22:14:54.304741+0000","last_clean":"2026-02-17T22:14:54.304741+0000","last_became_active":"2026-02-17T22:14:53.306814+0000","last_became_peered":"2026-02-17T22:14:53.306814+0000","last_unstale":"2026-02-17T22:14:54.304741+0000","last_undegraded":"2026-02-17T22:14:54.304741+0000","last_fullsized":"2026-02-17T22:14:54.304741+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101100+0000","last_change":"2026-02-17T22:14:52.585404+0000","last_active":"2026-02-17T22:14:55.101100+0000","last_peered":"2026-02-17T22:14:55.101100+0000","last_clean":"2026-02-17T22:14:55.101100+0000","last_became_active":"2026-02-17T22:14:52.585148+0000","last_became_peered":"2026-02-17T22:14:52.585148+0000","last_unstale":"2026-02-17T22:14:55.101100+0000","last_undegraded":"2026-02-17T22:14:55.101100+0000","last_fullsized":"2026-02-17T22:14:55.101100+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355778+0000","last_change":"2026-02-17T22:14:53.307597+0000","last_active":"2026-02-17T22:14:54.355778+0000","last_peered":"2026-02-17T22:14:54.355778+0000","last_clean":"2026-02-17T22:14:54.355778+0000","last_became_active":"2026-02-17T22:14:53.307254+0000","last_became_peered":"2026-02-17T22:14:53.307254+0000","last_unstale":"2026-02-17T22:14:54.355778+0000","last_undegraded":"2026-02-17T22:14:54.355778+0000","last_fullsized":"2026-02-17T22:14:54.355778+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305052+0000","last_change":"2026-02-17T22:14:52.587206+0000","last_active":"2026-02-17T22:14:54.305052+0000","last_peered":"2026-02-17T22:14:54.305052+0000","last_clean":"2026-02-17T22:14:54.305052+0000","last_became_active":"2026-02-17T22:14:52.587051+0000","last_became_peered":"2026-02-17T22:14:52.587051+0000","last_unstale":"2026-02-17T22:14:54.305052+0000","last_undegraded":"2026-02-17T22:14:54.305052+0000","last_fullsized":"2026-02-17T22:14:54.305052+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101055+0000","last_change":"2026-02-17T22:14:53.305870+0000","last_active":"2026-02-17T22:14:55.101055+0000","last_peered":"2026-02-17T22:14:55.101055+0000","last_clean":"2026-02-17T22:14:55.101055+0000","last_became_active":"2026-02-17T22:14:53.305678+0000","last_became_peered":"2026-02-17T22:14:53.305678+0000","last_unstale":"2026-02-17T22:14:55.101055+0000","last_undegraded":"2026-02-17T22:14:55.101055+0000","last_fullsized":"2026-02-17T22:14:55.101055+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.306126+0000","last_change":"2026-02-17T22:14:52.584752+0000","last_active":"2026-02-17T22:14:53.306126+0000","last_peered":"2026-02-17T22:14:53.306126+0000","last_clean":"2026-02-17T22:14:53.306126+0000","last_became_active":"2026-02-17T22:14:52.584278+0000","last_became_peered":"2026-02-17T22:14:52.584278+0000","last_unstale":"2026-02-17T22:14:53.306126+0000","last_undegraded":"2026-02-17T22:14:53.306126+0000","last_fullsized":"2026-02-17T22:14:53.306126+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304929+0000","last_change":"2026-02-17T22:14:53.306359+0000","last_active":"2026-02-17T22:14:54.304929+0000","last_peered":"2026-02-17T22:14:54.304929+0000","last_clean":"2026-02-17T22:14:54.304929+0000","last_became_active":"2026-02-17T22:14:53.306080+0000","last_became_peered":"2026-02-17T22:14:53.306080+0000","last_unstale":"2026-02-17T22:14:54.304929+0000","last_undegraded":"2026-02-17T22:14:54.304929+0000","last_fullsized":"2026-02-17T22:14:54.304929+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305170+0000","last_change":"2026-02-17T22:14:52.586999+0000","last_active":"2026-02-17T22:14:54.305170+0000","last_peered":"2026-02-17T22:14:54.305170+0000","last_clean":"2026-02-17T22:14:54.305170+0000","last_became_active":"2026-02-17T22:14:52.586868+0000","last_became_peered":"2026-02-17T22:14:52.586868+0000","last_unstale":"2026-02-17T22:14:54.305170+0000","last_undegraded":"2026-02-17T22:14:54.305170+0000","last_fullsized":"2026-02-17T22:14:54.305170+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304917+0000","last_change":"2026-02-17T22:14:53.305403+0000","last_active":"2026-02-17T22:14:54.304917+0000","last_peered":"2026-02-17T22:14:54.304917+0000","last_clean":"2026-02-17T22:14:54.304917+0000","last_became_active":"2026-02-17T22:14:53.305211+0000","last_became_peered":"2026-02-17T22:14:53.305211+0000","last_unstale":"2026-02-17T22:14:54.304917+0000","last_undegraded":"2026-02-17T22:14:54.304917+0000","last_fullsized":"2026-02-17T22:14:54.304917+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"46'2","reported_seq":14,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304581+0000","last_change":"2026-02-17T22:14:52.585635+0000","last_active":"2026-02-17T22:14:54.304581+0000","last_peered":"2026-02-17T22:14:54.304581+0000","last_clean":"2026-02-17T22:14:54.304581+0000","last_became_active":"2026-02-17T22:14:52.585516+0000","last_became_peered":"2026-02-17T22:14:52.585516+0000","last_unstale":"2026-02-17T22:14:54.304581+0000","last_undegraded":"2026-02-17T22:14:54.304581+0000","last_fullsized":"2026-02-17T22:14:54.304581+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102049+0000","last_change":"2026-02-17T22:14:53.307181+0000","last_active":"2026-02-17T22:14:55.102049+0000","last_peered":"2026-02-17T22:14:55.102049+0000","last_clean":"2026-02-17T22:14:55.102049+0000","last_became_active":"2026-02-17T22:14:53.306966+0000","last_became_peered":"2026-02-17T22:14:53.306966+0000","last_unstale":"2026-02-17T22:14:55.102049+0000","last_undegraded":"2026-02-17T22:14:55.102049+0000","last_fullsized":"2026-02-17T22:14:55.102049+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.303917+0000","last_change":"2026-02-17T22:14:52.584624+0000","last_active":"2026-02-17T22:14:53.303917+0000","last_peered":"2026-02-17T22:14:53.303917+0000","last_clean":"2026-02-17T22:14:53.303917+0000","last_became_active":"2026-02-17T22:14:52.584329+0000","last_became_peered":"2026-02-17T22:14:52.584329+0000","last_unstale":"2026-02-17T22:14:53.303917+0000","last_undegraded":"2026-02-17T22:14:53.303917+0000","last_fullsized":"2026-02-17T22:14:53.303917+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355579+0000","last_change":"2026-02-17T22:14:53.308715+0000","last_active":"2026-02-17T22:14:54.355579+0000","last_peered":"2026-02-17T22:14:54.355579+0000","last_clean":"2026-02-17T22:14:54.355579+0000","last_became_active":"2026-02-17T22:14:53.308159+0000","last_became_peered":"2026-02-17T22:14:53.308159+0000","last_unstale":"2026-02-17T22:14:54.355579+0000","last_undegraded":"2026-02-17T22:14:54.355579+0000","last_fullsized":"2026-02-17T22:14:54.355579+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304973+0000","last_change":"2026-02-17T22:14:52.587204+0000","last_active":"2026-02-17T22:14:54.304973+0000","last_peered":"2026-02-17T22:14:54.304973+0000","last_clean":"2026-02-17T22:14:54.304973+0000","last_became_active":"2026-02-17T22:14:52.587041+0000","last_became_peered":"2026-02-17T22:14:52.587041+0000","last_unstale":"2026-02-17T22:14:54.304973+0000","last_undegraded":"2026-02-17T22:14:54.304973+0000","last_fullsized":"2026-02-17T22:14:54.304973+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304595+0000","last_change":"2026-02-17T22:14:53.305380+0000","last_active":"2026-02-17T22:14:54.304595+0000","last_peered":"2026-02-17T22:14:54.304595+0000","last_clean":"2026-02-17T22:14:54.304595+0000","last_became_active":"2026-02-17T22:14:53.305186+0000","last_became_peered":"2026-02-17T22:14:53.305186+0000","last_unstale":"2026-02-17T22:14:54.304595+0000","last_undegraded":"2026-02-17T22:14:54.304595+0000","last_fullsized":"2026-02-17T22:14:54.304595+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305022+0000","last_change":"2026-02-17T22:14:52.586478+0000","last_active":"2026-02-17T22:14:54.305022+0000","last_peered":"2026-02-17T22:14:54.305022+0000","last_clean":"2026-02-17T22:14:54.305022+0000","last_became_active":"2026-02-17T22:14:52.586341+0000","last_became_peered":"2026-02-17T22:14:52.586341+0000","last_unstale":"2026-02-17T22:14:54.305022+0000","last_undegraded":"2026-02-17T22:14:54.305022+0000","last_fullsized":"2026-02-17T22:14:54.305022+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304778+0000","last_change":"2026-02-17T22:14:53.305336+0000","last_active":"2026-02-17T22:14:54.304778+0000","last_peered":"2026-02-17T22:14:54.304778+0000","last_clean":"2026-02-17T22:14:54.304778+0000","last_became_active":"2026-02-17T22:14:53.305095+0000","last_became_peered":"2026-02-17T22:14:53.305095+0000","last_unstale":"2026-02-17T22:14:54.304778+0000","last_undegraded":"2026-02-17T22:14:54.304778+0000","last_fullsized":"2026-02-17T22:14:54.304778+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309473+0000","last_change":"2026-02-17T22:14:52.585373+0000","last_active":"2026-02-17T22:14:53.309473+0000","last_peered":"2026-02-17T22:14:53.309473+0000","last_clean":"2026-02-17T22:14:53.309473+0000","last_became_active":"2026-02-17T22:14:52.585068+0000","last_became_peered":"2026-02-17T22:14:52.585068+0000","last_unstale":"2026-02-17T22:14:53.309473+0000","last_undegraded":"2026-02-17T22:14:53.309473+0000","last_fullsized":"2026-02-17T22:14:53.309473+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303913+0000","last_change":"2026-02-17T22:14:53.306899+0000","last_active":"2026-02-17T22:14:54.303913+0000","last_peered":"2026-02-17T22:14:54.303913+0000","last_clean":"2026-02-17T22:14:54.303913+0000","last_became_active":"2026-02-17T22:14:53.306544+0000","last_became_peered":"2026-02-17T22:14:53.306544+0000","last_unstale":"2026-02-17T22:14:54.303913+0000","last_undegraded":"2026-02-17T22:14:54.303913+0000","last_fullsized":"2026-02-17T22:14:54.303913+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101131+0000","last_change":"2026-02-17T22:14:53.307646+0000","last_active":"2026-02-17T22:14:55.101131+0000","last_peered":"2026-02-17T22:14:55.101131+0000","last_clean":"2026-02-17T22:14:55.101131+0000","last_became_active":"2026-02-17T22:14:53.307529+0000","last_became_peered":"2026-02-17T22:14:53.307529+0000","last_unstale":"2026-02-17T22:14:55.101131+0000","last_undegraded":"2026-02-17T22:14:55.101131+0000","last_fullsized":"2026-02-17T22:14:55.101131+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308371+0000","last_change":"2026-02-17T22:14:52.585691+0000","last_active":"2026-02-17T22:14:53.308371+0000","last_peered":"2026-02-17T22:14:53.308371+0000","last_clean":"2026-02-17T22:14:53.308371+0000","last_became_active":"2026-02-17T22:14:52.585343+0000","last_became_peered":"2026-02-17T22:14:52.585343+0000","last_unstale":"2026-02-17T22:14:53.308371+0000","last_undegraded":"2026-02-17T22:14:53.308371+0000","last_fullsized":"2026-02-17T22:14:53.308371+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101127+0000","last_change":"2026-02-17T22:14:53.307266+0000","last_active":"2026-02-17T22:14:55.101127+0000","last_peered":"2026-02-17T22:14:55.101127+0000","last_clean":"2026-02-17T22:14:55.101127+0000","last_became_active":"2026-02-17T22:14:53.307009+0000","last_became_peered":"2026-02-17T22:14:53.307009+0000","last_unstale":"2026-02-17T22:14:55.101127+0000","last_undegraded":"2026-02-17T22:14:55.101127+0000","last_fullsized":"2026-02-17T22:14:55.101127+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309496+0000","last_change":"2026-02-17T22:14:52.584705+0000","last_active":"2026-02-17T22:14:53.309496+0000","last_peered":"2026-02-17T22:14:53.309496+0000","last_clean":"2026-02-17T22:14:53.309496+0000","last_became_active":"2026-02-17T22:14:52.584279+0000","last_became_peered":"2026-02-17T22:14:52.584279+0000","last_unstale":"2026-02-17T22:14:53.309496+0000","last_undegraded":"2026-02-17T22:14:53.309496+0000","last_fullsized":"2026-02-17T22:14:53.309496+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102140+0000","last_change":"2026-02-17T22:14:53.307921+0000","last_active":"2026-02-17T22:14:55.102140+0000","last_peered":"2026-02-17T22:14:55.102140+0000","last_clean":"2026-02-17T22:14:55.102140+0000","last_became_active":"2026-02-17T22:14:53.307353+0000","last_became_peered":"2026-02-17T22:14:53.307353+0000","last_unstale":"2026-02-17T22:14:55.102140+0000","last_undegraded":"2026-02-17T22:14:55.102140+0000","last_fullsized":"2026-02-17T22:14:55.102140+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304882+0000","last_change":"2026-02-17T22:14:52.587855+0000","last_active":"2026-02-17T22:14:54.304882+0000","last_peered":"2026-02-17T22:14:54.304882+0000","last_clean":"2026-02-17T22:14:54.304882+0000","last_became_active":"2026-02-17T22:14:52.587149+0000","last_became_peered":"2026-02-17T22:14:52.587149+0000","last_unstale":"2026-02-17T22:14:54.304882+0000","last_undegraded":"2026-02-17T22:14:54.304882+0000","last_fullsized":"2026-02-17T22:14:54.304882+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304839+0000","last_change":"2026-02-17T22:14:53.308080+0000","last_active":"2026-02-17T22:14:54.304839+0000","last_peered":"2026-02-17T22:14:54.304839+0000","last_clean":"2026-02-17T22:14:54.304839+0000","last_became_active":"2026-02-17T22:14:53.307813+0000","last_became_peered":"2026-02-17T22:14:53.307813+0000","last_unstale":"2026-02-17T22:14:54.304839+0000","last_undegraded":"2026-02-17T22:14:54.304839+0000","last_fullsized":"2026-02-17T22:14:54.304839+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"46'4","reported_seq":16,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102173+0000","last_change":"2026-02-17T22:14:52.587241+0000","last_active":"2026-02-17T22:14:55.102173+0000","last_peered":"2026-02-17T22:14:55.102173+0000","last_clean":"2026-02-17T22:14:55.102173+0000","last_became_active":"2026-02-17T22:14:52.587128+0000","last_became_peered":"2026-02-17T22:14:52.587128+0000","last_unstale":"2026-02-17T22:14:55.102173+0000","last_undegraded":"2026-02-17T22:14:55.102173+0000","last_fullsized":"2026-02-17T22:14:55.102173+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2362,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"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":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"num_write_kb":14,"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":13,"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":98304,"data_stored":7086,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":38,"ondisk_log_size":38,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659140,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27972,"kb_used_data":1012,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975228,"statfs":{"total":751619276800,"available":751590633472,"internally_reserved":0,"allocated":1036288,"data_stored":775287,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27589068},"hb_peers":[0,1,2,3,4,5,6],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25800000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.24399999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23899999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.218}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27700000000000002}]}]},{"osd":6,"up_from":36,"seq":154618822661,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27992,"kb_used_data":1036,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975208,"statfs":{"total":751619276800,"available":751590612992,"internally_reserved":0,"allocated":1060864,"data_stored":784118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27589064},"hb_peers":[0,1,2,3,4,5,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26500000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29299999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.16200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20799999999999999}]}]},{"osd":5,"up_from":31,"seq":133143986183,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27420,"kb_used_data":464,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975780,"statfs":{"total":751619276800,"available":751591198720,"internally_reserved":0,"allocated":475136,"data_stored":194092,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,4,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.17299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.21299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.221}]}]},{"osd":4,"up_from":26,"seq":111669149705,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27436,"kb_used_data":476,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975764,"statfs":{"total":751619276800,"available":751591182336,"internally_reserved":0,"allocated":487424,"data_stored":199867,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22700000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.255}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.182}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.216}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.17299999999999999}]}]},{"osd":3,"up_from":22,"seq":94489280523,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27432,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975768,"statfs":{"total":751619276800,"available":751591186432,"internally_reserved":0,"allocated":479232,"data_stored":194106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27589066},"hb_peers":[0,1,2,4,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.156}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.14199999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.191}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32300000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.252}]}]},{"osd":2,"up_from":15,"seq":64424509453,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27412,"kb_used_data":448,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975788,"statfs":{"total":751619276800,"available":751591206912,"internally_reserved":0,"allocated":458752,"data_stored":192438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,3,4,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.21199999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.253}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27200000000000002}]}]},{"osd":1,"up_from":11,"seq":47244640271,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27424,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975776,"statfs":{"total":751619276800,"available":751591194624,"internally_reserved":0,"allocated":479232,"data_stored":199319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,2,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:14:52 2026","interfaces":[{"interface":"back","average":{"1min":0.224,"5min":0.224,"15min":0.224},"min":{"1min":0.098000000000000004,"5min":0.098000000000000004,"15min":0.098000000000000004},"max":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"last":0.182},{"interface":"front","average":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"min":{"1min":0.13,"5min":0.13,"15min":0.13},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.26800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23200000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25700000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34499999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28299999999999997}]}]},{"osd":0,"up_from":8,"seq":34359738384,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28012,"kb_used_data":1056,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975188,"statfs":{"total":751619276800,"available":751590592512,"internally_reserved":0,"allocated":1081344,"data_stored":790255,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[1,2,3,4,5,6,7],"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":[{"osd":1,"last update":"Tue Feb 17 22:14:53 2026","interfaces":[{"interface":"back","average":{"1min":0.185,"5min":0.185,"15min":0.185},"min":{"1min":0.109,"5min":0.109,"15min":0.109},"max":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"last":0.20599999999999999},{"interface":"front","average":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"min":{"1min":0.11899999999999999,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.378,"5min":0.378,"15min":0.378},"last":0.17699999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.24399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28000000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1668,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1654,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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}]}} 2026-02-17T22:14:59.533 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph pg dump --format=json 2026-02-17T22:14:59.657 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:14:59.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:59 trial172 ceph-mon[26165]: pgmap v97: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 2.3 KiB/s wr, 7 op/s 2026-02-17T22:14:59.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:14:59 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/65109031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:00.079 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:00.080 INFO:teuthology.orchestra.run.trial144.stderr:dumped all 2026-02-17T22:15:00.211 INFO:teuthology.orchestra.run.trial144.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2026-02-17T22:14:58.327016+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592730,"num_objects":23,"num_object_clones":0,"num_object_copies":69,"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":23,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":167,"num_write_kb":2164,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":13,"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":130,"ondisk_log_size":130,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":254,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":5872025600,"kb_used":221100,"kb_used_data":5428,"kb_used_omap":12,"kb_used_meta":215539,"kb_avail":5871804500,"statfs":{"total":6012954214400,"available":6012727808000,"internally_reserved":0,"allocated":5558272,"data_stored":3329482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12735,"internal_metadata":220712513},"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":2362,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"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":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"num_write_kb":14,"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":13,"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":"6.000772"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308539+0000","last_change":"2026-02-17T22:14:53.308247+0000","last_active":"2026-02-17T22:14:53.308539+0000","last_peered":"2026-02-17T22:14:53.308539+0000","last_clean":"2026-02-17T22:14:53.308539+0000","last_became_active":"2026-02-17T22:14:53.308114+0000","last_became_peered":"2026-02-17T22:14:53.308114+0000","last_unstale":"2026-02-17T22:14:53.308539+0000","last_undegraded":"2026-02-17T22:14:53.308539+0000","last_fullsized":"2026-02-17T22:14:53.308539+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305152+0000","last_change":"2026-02-17T22:14:53.307803+0000","last_active":"2026-02-17T22:14:54.305152+0000","last_peered":"2026-02-17T22:14:54.305152+0000","last_clean":"2026-02-17T22:14:54.305152+0000","last_became_active":"2026-02-17T22:14:53.307352+0000","last_became_peered":"2026-02-17T22:14:53.307352+0000","last_unstale":"2026-02-17T22:14:54.305152+0000","last_undegraded":"2026-02-17T22:14:54.305152+0000","last_fullsized":"2026-02-17T22:14:54.305152+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101948+0000","last_change":"2026-02-17T22:14:53.306931+0000","last_active":"2026-02-17T22:14:55.101948+0000","last_peered":"2026-02-17T22:14:55.101948+0000","last_clean":"2026-02-17T22:14:55.101948+0000","last_became_active":"2026-02-17T22:14:53.306788+0000","last_became_peered":"2026-02-17T22:14:53.306788+0000","last_unstale":"2026-02-17T22:14:55.101948+0000","last_undegraded":"2026-02-17T22:14:55.101948+0000","last_fullsized":"2026-02-17T22:14:55.101948+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100888+0000","last_change":"2026-02-17T22:14:53.306774+0000","last_active":"2026-02-17T22:14:55.100888+0000","last_peered":"2026-02-17T22:14:55.100888+0000","last_clean":"2026-02-17T22:14:55.100888+0000","last_became_active":"2026-02-17T22:14:53.306216+0000","last_became_peered":"2026-02-17T22:14:53.306216+0000","last_unstale":"2026-02-17T22:14:55.100888+0000","last_undegraded":"2026-02-17T22:14:55.100888+0000","last_fullsized":"2026-02-17T22:14:55.100888+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307709+0000","last_change":"2026-02-17T22:14:53.307411+0000","last_active":"2026-02-17T22:14:53.307709+0000","last_peered":"2026-02-17T22:14:53.307709+0000","last_clean":"2026-02-17T22:14:53.307709+0000","last_became_active":"2026-02-17T22:14:53.307133+0000","last_became_peered":"2026-02-17T22:14:53.307133+0000","last_unstale":"2026-02-17T22:14:53.307709+0000","last_undegraded":"2026-02-17T22:14:53.307709+0000","last_fullsized":"2026-02-17T22:14:53.307709+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100638+0000","last_change":"2026-02-17T22:14:53.307078+0000","last_active":"2026-02-17T22:14:55.100638+0000","last_peered":"2026-02-17T22:14:55.100638+0000","last_clean":"2026-02-17T22:14:55.100638+0000","last_became_active":"2026-02-17T22:14:53.306659+0000","last_became_peered":"2026-02-17T22:14:53.306659+0000","last_unstale":"2026-02-17T22:14:55.100638+0000","last_undegraded":"2026-02-17T22:14:55.100638+0000","last_fullsized":"2026-02-17T22:14:55.100638+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309765+0000","last_change":"2026-02-17T22:14:53.309131+0000","last_active":"2026-02-17T22:14:53.309765+0000","last_peered":"2026-02-17T22:14:53.309765+0000","last_clean":"2026-02-17T22:14:53.309765+0000","last_became_active":"2026-02-17T22:14:53.308893+0000","last_became_peered":"2026-02-17T22:14:53.308893+0000","last_unstale":"2026-02-17T22:14:53.309765+0000","last_undegraded":"2026-02-17T22:14:53.309765+0000","last_fullsized":"2026-02-17T22:14:53.309765+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304506+0000","last_change":"2026-02-17T22:14:53.307311+0000","last_active":"2026-02-17T22:14:54.304506+0000","last_peered":"2026-02-17T22:14:54.304506+0000","last_clean":"2026-02-17T22:14:54.304506+0000","last_became_active":"2026-02-17T22:14:53.307080+0000","last_became_peered":"2026-02-17T22:14:53.307080+0000","last_unstale":"2026-02-17T22:14:54.304506+0000","last_undegraded":"2026-02-17T22:14:54.304506+0000","last_fullsized":"2026-02-17T22:14:54.304506+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308646+0000","last_change":"2026-02-17T22:14:53.308457+0000","last_active":"2026-02-17T22:14:53.308646+0000","last_peered":"2026-02-17T22:14:53.308646+0000","last_clean":"2026-02-17T22:14:53.308646+0000","last_became_active":"2026-02-17T22:14:53.308339+0000","last_became_peered":"2026-02-17T22:14:53.308339+0000","last_unstale":"2026-02-17T22:14:53.308646+0000","last_undegraded":"2026-02-17T22:14:53.308646+0000","last_fullsized":"2026-02-17T22:14:53.308646+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304452+0000","last_change":"2026-02-17T22:14:53.309616+0000","last_active":"2026-02-17T22:14:54.304452+0000","last_peered":"2026-02-17T22:14:54.304452+0000","last_clean":"2026-02-17T22:14:54.304452+0000","last_became_active":"2026-02-17T22:14:53.309316+0000","last_became_peered":"2026-02-17T22:14:53.309316+0000","last_unstale":"2026-02-17T22:14:54.304452+0000","last_undegraded":"2026-02-17T22:14:54.304452+0000","last_fullsized":"2026-02-17T22:14:54.304452+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304265+0000","last_change":"2026-02-17T22:14:53.309406+0000","last_active":"2026-02-17T22:14:54.304265+0000","last_peered":"2026-02-17T22:14:54.304265+0000","last_clean":"2026-02-17T22:14:54.304265+0000","last_became_active":"2026-02-17T22:14:53.308914+0000","last_became_peered":"2026-02-17T22:14:53.308914+0000","last_unstale":"2026-02-17T22:14:54.304265+0000","last_undegraded":"2026-02-17T22:14:54.304265+0000","last_fullsized":"2026-02-17T22:14:54.304265+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355712+0000","last_change":"2026-02-17T22:14:53.308043+0000","last_active":"2026-02-17T22:14:54.355712+0000","last_peered":"2026-02-17T22:14:54.355712+0000","last_clean":"2026-02-17T22:14:54.355712+0000","last_became_active":"2026-02-17T22:14:53.307210+0000","last_became_peered":"2026-02-17T22:14:53.307210+0000","last_unstale":"2026-02-17T22:14:54.355712+0000","last_undegraded":"2026-02-17T22:14:54.355712+0000","last_fullsized":"2026-02-17T22:14:54.355712+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304685+0000","last_change":"2026-02-17T22:14:53.306199+0000","last_active":"2026-02-17T22:14:54.304685+0000","last_peered":"2026-02-17T22:14:54.304685+0000","last_clean":"2026-02-17T22:14:54.304685+0000","last_became_active":"2026-02-17T22:14:53.306016+0000","last_became_peered":"2026-02-17T22:14:53.306016+0000","last_unstale":"2026-02-17T22:14:54.304685+0000","last_undegraded":"2026-02-17T22:14:54.304685+0000","last_fullsized":"2026-02-17T22:14:54.304685+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101751+0000","last_change":"2026-02-17T22:14:53.309741+0000","last_active":"2026-02-17T22:14:55.101751+0000","last_peered":"2026-02-17T22:14:55.101751+0000","last_clean":"2026-02-17T22:14:55.101751+0000","last_became_active":"2026-02-17T22:14:53.309617+0000","last_became_peered":"2026-02-17T22:14:53.309617+0000","last_unstale":"2026-02-17T22:14:55.101751+0000","last_undegraded":"2026-02-17T22:14:55.101751+0000","last_fullsized":"2026-02-17T22:14:55.101751+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304982+0000","last_change":"2026-02-17T22:14:53.309173+0000","last_active":"2026-02-17T22:14:54.304982+0000","last_peered":"2026-02-17T22:14:54.304982+0000","last_clean":"2026-02-17T22:14:54.304982+0000","last_became_active":"2026-02-17T22:14:53.308968+0000","last_became_peered":"2026-02-17T22:14:53.308968+0000","last_unstale":"2026-02-17T22:14:54.304982+0000","last_undegraded":"2026-02-17T22:14:54.304982+0000","last_fullsized":"2026-02-17T22:14:54.304982+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100356+0000","last_change":"2026-02-17T22:14:53.305233+0000","last_active":"2026-02-17T22:14:55.100356+0000","last_peered":"2026-02-17T22:14:55.100356+0000","last_clean":"2026-02-17T22:14:55.100356+0000","last_became_active":"2026-02-17T22:14:53.305066+0000","last_became_peered":"2026-02-17T22:14:53.305066+0000","last_unstale":"2026-02-17T22:14:55.100356+0000","last_undegraded":"2026-02-17T22:14:55.100356+0000","last_fullsized":"2026-02-17T22:14:55.100356+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101409+0000","last_change":"2026-02-17T22:14:53.305110+0000","last_active":"2026-02-17T22:14:55.101409+0000","last_peered":"2026-02-17T22:14:55.101409+0000","last_clean":"2026-02-17T22:14:55.101409+0000","last_became_active":"2026-02-17T22:14:53.304895+0000","last_became_peered":"2026-02-17T22:14:53.304895+0000","last_unstale":"2026-02-17T22:14:55.101409+0000","last_undegraded":"2026-02-17T22:14:55.101409+0000","last_fullsized":"2026-02-17T22:14:55.101409+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309766+0000","last_change":"2026-02-17T22:14:53.309644+0000","last_active":"2026-02-17T22:14:53.309766+0000","last_peered":"2026-02-17T22:14:53.309766+0000","last_clean":"2026-02-17T22:14:53.309766+0000","last_became_active":"2026-02-17T22:14:53.309515+0000","last_became_peered":"2026-02-17T22:14:53.309515+0000","last_unstale":"2026-02-17T22:14:53.309766+0000","last_undegraded":"2026-02-17T22:14:53.309766+0000","last_fullsized":"2026-02-17T22:14:53.309766+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309842+0000","last_change":"2026-02-17T22:14:53.309596+0000","last_active":"2026-02-17T22:14:53.309842+0000","last_peered":"2026-02-17T22:14:53.309842+0000","last_clean":"2026-02-17T22:14:53.309842+0000","last_became_active":"2026-02-17T22:14:53.309487+0000","last_became_peered":"2026-02-17T22:14:53.309487+0000","last_unstale":"2026-02-17T22:14:53.309842+0000","last_undegraded":"2026-02-17T22:14:53.309842+0000","last_fullsized":"2026-02-17T22:14:53.309842+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304105+0000","last_change":"2026-02-17T22:14:53.308460+0000","last_active":"2026-02-17T22:14:54.304105+0000","last_peered":"2026-02-17T22:14:54.304105+0000","last_clean":"2026-02-17T22:14:54.304105+0000","last_became_active":"2026-02-17T22:14:53.307967+0000","last_became_peered":"2026-02-17T22:14:53.307967+0000","last_unstale":"2026-02-17T22:14:54.304105+0000","last_undegraded":"2026-02-17T22:14:54.304105+0000","last_fullsized":"2026-02-17T22:14:54.304105+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101793+0000","last_change":"2026-02-17T22:14:53.307884+0000","last_active":"2026-02-17T22:14:55.101793+0000","last_peered":"2026-02-17T22:14:55.101793+0000","last_clean":"2026-02-17T22:14:55.101793+0000","last_became_active":"2026-02-17T22:14:53.307535+0000","last_became_peered":"2026-02-17T22:14:53.307535+0000","last_unstale":"2026-02-17T22:14:55.101793+0000","last_undegraded":"2026-02-17T22:14:55.101793+0000","last_fullsized":"2026-02-17T22:14:55.101793+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100711+0000","last_change":"2026-02-17T22:14:53.307903+0000","last_active":"2026-02-17T22:14:55.100711+0000","last_peered":"2026-02-17T22:14:55.100711+0000","last_clean":"2026-02-17T22:14:55.100711+0000","last_became_active":"2026-02-17T22:14:53.307357+0000","last_became_peered":"2026-02-17T22:14:53.307357+0000","last_unstale":"2026-02-17T22:14:55.100711+0000","last_undegraded":"2026-02-17T22:14:55.100711+0000","last_fullsized":"2026-02-17T22:14:55.100711+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304630+0000","last_change":"2026-02-17T22:14:53.309010+0000","last_active":"2026-02-17T22:14:54.304630+0000","last_peered":"2026-02-17T22:14:54.304630+0000","last_clean":"2026-02-17T22:14:54.304630+0000","last_became_active":"2026-02-17T22:14:53.308844+0000","last_became_peered":"2026-02-17T22:14:53.308844+0000","last_unstale":"2026-02-17T22:14:54.304630+0000","last_undegraded":"2026-02-17T22:14:54.304630+0000","last_fullsized":"2026-02-17T22:14:54.304630+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100573+0000","last_change":"2026-02-17T22:14:53.305813+0000","last_active":"2026-02-17T22:14:55.100573+0000","last_peered":"2026-02-17T22:14:55.100573+0000","last_clean":"2026-02-17T22:14:55.100573+0000","last_became_active":"2026-02-17T22:14:53.305641+0000","last_became_peered":"2026-02-17T22:14:53.305641+0000","last_unstale":"2026-02-17T22:14:55.100573+0000","last_undegraded":"2026-02-17T22:14:55.100573+0000","last_fullsized":"2026-02-17T22:14:55.100573+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304895+0000","last_change":"2026-02-17T22:14:53.306240+0000","last_active":"2026-02-17T22:14:54.304895+0000","last_peered":"2026-02-17T22:14:54.304895+0000","last_clean":"2026-02-17T22:14:54.304895+0000","last_became_active":"2026-02-17T22:14:53.306086+0000","last_became_peered":"2026-02-17T22:14:53.306086+0000","last_unstale":"2026-02-17T22:14:54.304895+0000","last_undegraded":"2026-02-17T22:14:54.304895+0000","last_fullsized":"2026-02-17T22:14:54.304895+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304586+0000","last_change":"2026-02-17T22:14:53.309079+0000","last_active":"2026-02-17T22:14:54.304586+0000","last_peered":"2026-02-17T22:14:54.304586+0000","last_clean":"2026-02-17T22:14:54.304586+0000","last_became_active":"2026-02-17T22:14:53.308811+0000","last_became_peered":"2026-02-17T22:14:53.308811+0000","last_unstale":"2026-02-17T22:14:54.304586+0000","last_undegraded":"2026-02-17T22:14:54.304586+0000","last_fullsized":"2026-02-17T22:14:54.304586+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305035+0000","last_change":"2026-02-17T22:14:53.306544+0000","last_active":"2026-02-17T22:14:54.305035+0000","last_peered":"2026-02-17T22:14:54.305035+0000","last_clean":"2026-02-17T22:14:54.305035+0000","last_became_active":"2026-02-17T22:14:53.306208+0000","last_became_peered":"2026-02-17T22:14:53.306208+0000","last_unstale":"2026-02-17T22:14:54.305035+0000","last_undegraded":"2026-02-17T22:14:54.305035+0000","last_fullsized":"2026-02-17T22:14:54.305035+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304910+0000","last_change":"2026-02-17T22:14:53.308188+0000","last_active":"2026-02-17T22:14:54.304910+0000","last_peered":"2026-02-17T22:14:54.304910+0000","last_clean":"2026-02-17T22:14:54.304910+0000","last_became_active":"2026-02-17T22:14:53.308057+0000","last_became_peered":"2026-02-17T22:14:53.308057+0000","last_unstale":"2026-02-17T22:14:54.304910+0000","last_undegraded":"2026-02-17T22:14:54.304910+0000","last_fullsized":"2026-02-17T22:14:54.304910+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101846+0000","last_change":"2026-02-17T22:14:53.308430+0000","last_active":"2026-02-17T22:14:55.101846+0000","last_peered":"2026-02-17T22:14:55.101846+0000","last_clean":"2026-02-17T22:14:55.101846+0000","last_became_active":"2026-02-17T22:14:53.308089+0000","last_became_peered":"2026-02-17T22:14:53.308089+0000","last_unstale":"2026-02-17T22:14:55.101846+0000","last_undegraded":"2026-02-17T22:14:55.101846+0000","last_fullsized":"2026-02-17T22:14:55.101846+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100908+0000","last_change":"2026-02-17T22:14:53.307099+0000","last_active":"2026-02-17T22:14:55.100908+0000","last_peered":"2026-02-17T22:14:55.100908+0000","last_clean":"2026-02-17T22:14:55.100908+0000","last_became_active":"2026-02-17T22:14:53.306625+0000","last_became_peered":"2026-02-17T22:14:53.306625+0000","last_unstale":"2026-02-17T22:14:55.100908+0000","last_undegraded":"2026-02-17T22:14:55.100908+0000","last_fullsized":"2026-02-17T22:14:55.100908+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308656+0000","last_change":"2026-02-17T22:14:53.308376+0000","last_active":"2026-02-17T22:14:53.308656+0000","last_peered":"2026-02-17T22:14:53.308656+0000","last_clean":"2026-02-17T22:14:53.308656+0000","last_became_active":"2026-02-17T22:14:53.308269+0000","last_became_peered":"2026-02-17T22:14:53.308269+0000","last_unstale":"2026-02-17T22:14:53.308656+0000","last_undegraded":"2026-02-17T22:14:53.308656+0000","last_fullsized":"2026-02-17T22:14:53.308656+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303597+0000","last_change":"2026-02-17T22:14:53.307797+0000","last_active":"2026-02-17T22:14:54.303597+0000","last_peered":"2026-02-17T22:14:54.303597+0000","last_clean":"2026-02-17T22:14:54.303597+0000","last_became_active":"2026-02-17T22:14:53.307526+0000","last_became_peered":"2026-02-17T22:14:53.307526+0000","last_unstale":"2026-02-17T22:14:54.303597+0000","last_undegraded":"2026-02-17T22:14:54.303597+0000","last_fullsized":"2026-02-17T22:14:54.303597+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355509+0000","last_change":"2026-02-17T22:14:53.305293+0000","last_active":"2026-02-17T22:14:54.355509+0000","last_peered":"2026-02-17T22:14:54.355509+0000","last_clean":"2026-02-17T22:14:54.355509+0000","last_became_active":"2026-02-17T22:14:53.305026+0000","last_became_peered":"2026-02-17T22:14:53.305026+0000","last_unstale":"2026-02-17T22:14:54.355509+0000","last_undegraded":"2026-02-17T22:14:54.355509+0000","last_fullsized":"2026-02-17T22:14:54.355509+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304839+0000","last_change":"2026-02-17T22:14:52.587525+0000","last_active":"2026-02-17T22:14:54.304839+0000","last_peered":"2026-02-17T22:14:54.304839+0000","last_clean":"2026-02-17T22:14:54.304839+0000","last_became_active":"2026-02-17T22:14:52.587333+0000","last_became_peered":"2026-02-17T22:14:52.587333+0000","last_unstale":"2026-02-17T22:14:54.304839+0000","last_undegraded":"2026-02-17T22:14:54.304839+0000","last_fullsized":"2026-02-17T22:14:54.304839+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101916+0000","last_change":"2026-02-17T22:14:53.310248+0000","last_active":"2026-02-17T22:14:55.101916+0000","last_peered":"2026-02-17T22:14:55.101916+0000","last_clean":"2026-02-17T22:14:55.101916+0000","last_became_active":"2026-02-17T22:14:53.310104+0000","last_became_peered":"2026-02-17T22:14:53.310104+0000","last_unstale":"2026-02-17T22:14:55.101916+0000","last_undegraded":"2026-02-17T22:14:55.101916+0000","last_fullsized":"2026-02-17T22:14:55.101916+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304000+0000","last_change":"2026-02-17T22:14:52.584529+0000","last_active":"2026-02-17T22:14:54.304000+0000","last_peered":"2026-02-17T22:14:54.304000+0000","last_clean":"2026-02-17T22:14:54.304000+0000","last_became_active":"2026-02-17T22:14:52.584375+0000","last_became_peered":"2026-02-17T22:14:52.584375+0000","last_unstale":"2026-02-17T22:14:54.304000+0000","last_undegraded":"2026-02-17T22:14:54.304000+0000","last_fullsized":"2026-02-17T22:14:54.304000+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304679+0000","last_change":"2026-02-17T22:14:52.587776+0000","last_active":"2026-02-17T22:14:54.304679+0000","last_peered":"2026-02-17T22:14:54.304679+0000","last_clean":"2026-02-17T22:14:54.304679+0000","last_became_active":"2026-02-17T22:14:52.587397+0000","last_became_peered":"2026-02-17T22:14:52.587397+0000","last_unstale":"2026-02-17T22:14:54.304679+0000","last_undegraded":"2026-02-17T22:14:54.304679+0000","last_fullsized":"2026-02-17T22:14:54.304679+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304574+0000","last_change":"2026-02-17T22:14:53.305732+0000","last_active":"2026-02-17T22:14:54.304574+0000","last_peered":"2026-02-17T22:14:54.304574+0000","last_clean":"2026-02-17T22:14:54.304574+0000","last_became_active":"2026-02-17T22:14:53.305579+0000","last_became_peered":"2026-02-17T22:14:53.305579+0000","last_unstale":"2026-02-17T22:14:54.304574+0000","last_undegraded":"2026-02-17T22:14:54.304574+0000","last_fullsized":"2026-02-17T22:14:54.304574+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100604+0000","last_change":"2026-02-17T22:14:52.586124+0000","last_active":"2026-02-17T22:14:55.100604+0000","last_peered":"2026-02-17T22:14:55.100604+0000","last_clean":"2026-02-17T22:14:55.100604+0000","last_became_active":"2026-02-17T22:14:52.585877+0000","last_became_peered":"2026-02-17T22:14:52.585877+0000","last_unstale":"2026-02-17T22:14:55.100604+0000","last_undegraded":"2026-02-17T22:14:55.100604+0000","last_fullsized":"2026-02-17T22:14:55.100604+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304811+0000","last_change":"2026-02-17T22:14:53.308680+0000","last_active":"2026-02-17T22:14:54.304811+0000","last_peered":"2026-02-17T22:14:54.304811+0000","last_clean":"2026-02-17T22:14:54.304811+0000","last_became_active":"2026-02-17T22:14:53.308556+0000","last_became_peered":"2026-02-17T22:14:53.308556+0000","last_unstale":"2026-02-17T22:14:54.304811+0000","last_undegraded":"2026-02-17T22:14:54.304811+0000","last_fullsized":"2026-02-17T22:14:54.304811+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304400+0000","last_change":"2026-02-17T22:14:52.585366+0000","last_active":"2026-02-17T22:14:54.304400+0000","last_peered":"2026-02-17T22:14:54.304400+0000","last_clean":"2026-02-17T22:14:54.304400+0000","last_became_active":"2026-02-17T22:14:52.585213+0000","last_became_peered":"2026-02-17T22:14:52.585213+0000","last_unstale":"2026-02-17T22:14:54.304400+0000","last_undegraded":"2026-02-17T22:14:54.304400+0000","last_fullsized":"2026-02-17T22:14:54.304400+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101097+0000","last_change":"2026-02-17T22:14:53.306807+0000","last_active":"2026-02-17T22:14:55.101097+0000","last_peered":"2026-02-17T22:14:55.101097+0000","last_clean":"2026-02-17T22:14:55.101097+0000","last_became_active":"2026-02-17T22:14:53.306519+0000","last_became_peered":"2026-02-17T22:14:53.306519+0000","last_unstale":"2026-02-17T22:14:55.101097+0000","last_undegraded":"2026-02-17T22:14:55.101097+0000","last_fullsized":"2026-02-17T22:14:55.101097+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101116+0000","last_change":"2026-02-17T22:14:52.585793+0000","last_active":"2026-02-17T22:14:55.101116+0000","last_peered":"2026-02-17T22:14:55.101116+0000","last_clean":"2026-02-17T22:14:55.101116+0000","last_became_active":"2026-02-17T22:14:52.585277+0000","last_became_peered":"2026-02-17T22:14:52.585277+0000","last_unstale":"2026-02-17T22:14:55.101116+0000","last_undegraded":"2026-02-17T22:14:55.101116+0000","last_fullsized":"2026-02-17T22:14:55.101116+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102148+0000","last_change":"2026-02-17T22:14:53.307775+0000","last_active":"2026-02-17T22:14:55.102148+0000","last_peered":"2026-02-17T22:14:55.102148+0000","last_clean":"2026-02-17T22:14:55.102148+0000","last_became_active":"2026-02-17T22:14:53.307169+0000","last_became_peered":"2026-02-17T22:14:53.307169+0000","last_unstale":"2026-02-17T22:14:55.102148+0000","last_undegraded":"2026-02-17T22:14:55.102148+0000","last_fullsized":"2026-02-17T22:14:55.102148+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"46'3","reported_seq":15,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305084+0000","last_change":"2026-02-17T22:14:52.585853+0000","last_active":"2026-02-17T22:14:54.305084+0000","last_peered":"2026-02-17T22:14:54.305084+0000","last_clean":"2026-02-17T22:14:54.305084+0000","last_became_active":"2026-02-17T22:14:52.585709+0000","last_became_peered":"2026-02-17T22:14:52.585709+0000","last_unstale":"2026-02-17T22:14:54.305084+0000","last_undegraded":"2026-02-17T22:14:54.305084+0000","last_fullsized":"2026-02-17T22:14:54.305084+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355721+0000","last_change":"2026-02-17T22:14:53.308496+0000","last_active":"2026-02-17T22:14:54.355721+0000","last_peered":"2026-02-17T22:14:54.355721+0000","last_clean":"2026-02-17T22:14:54.355721+0000","last_became_active":"2026-02-17T22:14:53.308206+0000","last_became_peered":"2026-02-17T22:14:53.308206+0000","last_unstale":"2026-02-17T22:14:54.355721+0000","last_undegraded":"2026-02-17T22:14:54.355721+0000","last_fullsized":"2026-02-17T22:14:54.355721+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"46'6","reported_seq":18,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304189+0000","last_change":"2026-02-17T22:14:52.585614+0000","last_active":"2026-02-17T22:14:54.304189+0000","last_peered":"2026-02-17T22:14:54.304189+0000","last_clean":"2026-02-17T22:14:54.304189+0000","last_became_active":"2026-02-17T22:14:52.585479+0000","last_became_peered":"2026-02-17T22:14:52.585479+0000","last_unstale":"2026-02-17T22:14:54.304189+0000","last_undegraded":"2026-02-17T22:14:54.304189+0000","last_fullsized":"2026-02-17T22:14:54.304189+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1564,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"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":1,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307905+0000","last_change":"2026-02-17T22:14:53.307494+0000","last_active":"2026-02-17T22:14:53.307905+0000","last_peered":"2026-02-17T22:14:53.307905+0000","last_clean":"2026-02-17T22:14:53.307905+0000","last_became_active":"2026-02-17T22:14:53.307331+0000","last_became_peered":"2026-02-17T22:14:53.307331+0000","last_unstale":"2026-02-17T22:14:53.307905+0000","last_undegraded":"2026-02-17T22:14:53.307905+0000","last_fullsized":"2026-02-17T22:14:53.307905+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"46'2","reported_seq":14,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101913+0000","last_change":"2026-02-17T22:14:52.586359+0000","last_active":"2026-02-17T22:14:55.101913+0000","last_peered":"2026-02-17T22:14:55.101913+0000","last_clean":"2026-02-17T22:14:55.101913+0000","last_became_active":"2026-02-17T22:14:52.586146+0000","last_became_peered":"2026-02-17T22:14:52.586146+0000","last_unstale":"2026-02-17T22:14:55.101913+0000","last_undegraded":"2026-02-17T22:14:55.101913+0000","last_fullsized":"2026-02-17T22:14:55.101913+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"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":1,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101759+0000","last_change":"2026-02-17T22:14:53.306081+0000","last_active":"2026-02-17T22:14:55.101759+0000","last_peered":"2026-02-17T22:14:55.101759+0000","last_clean":"2026-02-17T22:14:55.101759+0000","last_became_active":"2026-02-17T22:14:53.305537+0000","last_became_peered":"2026-02-17T22:14:53.305537+0000","last_unstale":"2026-02-17T22:14:55.101759+0000","last_undegraded":"2026-02-17T22:14:55.101759+0000","last_fullsized":"2026-02-17T22:14:55.101759+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100937+0000","last_change":"2026-02-17T22:14:52.586150+0000","last_active":"2026-02-17T22:14:55.100937+0000","last_peered":"2026-02-17T22:14:55.100937+0000","last_clean":"2026-02-17T22:14:55.100937+0000","last_became_active":"2026-02-17T22:14:52.585910+0000","last_became_peered":"2026-02-17T22:14:52.585910+0000","last_unstale":"2026-02-17T22:14:55.100937+0000","last_undegraded":"2026-02-17T22:14:55.100937+0000","last_fullsized":"2026-02-17T22:14:55.100937+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309757+0000","last_change":"2026-02-17T22:14:53.309234+0000","last_active":"2026-02-17T22:14:53.309757+0000","last_peered":"2026-02-17T22:14:53.309757+0000","last_clean":"2026-02-17T22:14:53.309757+0000","last_became_active":"2026-02-17T22:14:53.308931+0000","last_became_peered":"2026-02-17T22:14:53.308931+0000","last_unstale":"2026-02-17T22:14:53.309757+0000","last_undegraded":"2026-02-17T22:14:53.309757+0000","last_fullsized":"2026-02-17T22:14:53.309757+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303803+0000","last_change":"2026-02-17T22:14:52.584932+0000","last_active":"2026-02-17T22:14:54.303803+0000","last_peered":"2026-02-17T22:14:54.303803+0000","last_clean":"2026-02-17T22:14:54.303803+0000","last_became_active":"2026-02-17T22:14:52.584250+0000","last_became_peered":"2026-02-17T22:14:52.584250+0000","last_unstale":"2026-02-17T22:14:54.303803+0000","last_undegraded":"2026-02-17T22:14:54.303803+0000","last_fullsized":"2026-02-17T22:14:54.303803+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303628+0000","last_change":"2026-02-17T22:14:53.307756+0000","last_active":"2026-02-17T22:14:54.303628+0000","last_peered":"2026-02-17T22:14:54.303628+0000","last_clean":"2026-02-17T22:14:54.303628+0000","last_became_active":"2026-02-17T22:14:53.307521+0000","last_became_peered":"2026-02-17T22:14:53.307521+0000","last_unstale":"2026-02-17T22:14:54.303628+0000","last_undegraded":"2026-02-17T22:14:54.303628+0000","last_fullsized":"2026-02-17T22:14:54.303628+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"46'8","reported_seq":19,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309210+0000","last_change":"2026-02-17T22:14:52.588019+0000","last_active":"2026-02-17T22:14:53.309210+0000","last_peered":"2026-02-17T22:14:53.309210+0000","last_clean":"2026-02-17T22:14:53.309210+0000","last_became_active":"2026-02-17T22:14:52.587897+0000","last_became_peered":"2026-02-17T22:14:52.587897+0000","last_unstale":"2026-02-17T22:14:53.309210+0000","last_undegraded":"2026-02-17T22:14:53.309210+0000","last_fullsized":"2026-02-17T22:14:53.309210+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309771+0000","last_change":"2026-02-17T22:14:53.309198+0000","last_active":"2026-02-17T22:14:53.309771+0000","last_peered":"2026-02-17T22:14:53.309771+0000","last_clean":"2026-02-17T22:14:53.309771+0000","last_became_active":"2026-02-17T22:14:53.308971+0000","last_became_peered":"2026-02-17T22:14:53.308971+0000","last_unstale":"2026-02-17T22:14:53.309771+0000","last_undegraded":"2026-02-17T22:14:53.309771+0000","last_fullsized":"2026-02-17T22:14:53.309771+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355826+0000","last_change":"2026-02-17T22:14:52.584702+0000","last_active":"2026-02-17T22:14:54.355826+0000","last_peered":"2026-02-17T22:14:54.355826+0000","last_clean":"2026-02-17T22:14:54.355826+0000","last_became_active":"2026-02-17T22:14:52.584528+0000","last_became_peered":"2026-02-17T22:14:52.584528+0000","last_unstale":"2026-02-17T22:14:54.355826+0000","last_undegraded":"2026-02-17T22:14:54.355826+0000","last_fullsized":"2026-02-17T22:14:54.355826+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.307909+0000","last_change":"2026-02-17T22:14:53.307446+0000","last_active":"2026-02-17T22:14:53.307909+0000","last_peered":"2026-02-17T22:14:53.307909+0000","last_clean":"2026-02-17T22:14:53.307909+0000","last_became_active":"2026-02-17T22:14:53.307190+0000","last_became_peered":"2026-02-17T22:14:53.307190+0000","last_unstale":"2026-02-17T22:14:53.307909+0000","last_undegraded":"2026-02-17T22:14:53.307909+0000","last_fullsized":"2026-02-17T22:14:53.307909+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308843+0000","last_change":"2026-02-17T22:14:52.586579+0000","last_active":"2026-02-17T22:14:53.308843+0000","last_peered":"2026-02-17T22:14:53.308843+0000","last_clean":"2026-02-17T22:14:53.308843+0000","last_became_active":"2026-02-17T22:14:52.586448+0000","last_became_peered":"2026-02-17T22:14:52.586448+0000","last_unstale":"2026-02-17T22:14:53.308843+0000","last_undegraded":"2026-02-17T22:14:53.308843+0000","last_fullsized":"2026-02-17T22:14:53.308843+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308002+0000","last_change":"2026-02-17T22:14:53.307838+0000","last_active":"2026-02-17T22:14:53.308002+0000","last_peered":"2026-02-17T22:14:53.308002+0000","last_clean":"2026-02-17T22:14:53.308002+0000","last_became_active":"2026-02-17T22:14:53.307691+0000","last_became_peered":"2026-02-17T22:14:53.307691+0000","last_unstale":"2026-02-17T22:14:53.308002+0000","last_undegraded":"2026-02-17T22:14:53.308002+0000","last_fullsized":"2026-02-17T22:14:53.308002+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305106+0000","last_change":"2026-02-17T22:14:52.586757+0000","last_active":"2026-02-17T22:14:54.305106+0000","last_peered":"2026-02-17T22:14:54.305106+0000","last_clean":"2026-02-17T22:14:54.305106+0000","last_became_active":"2026-02-17T22:14:52.586623+0000","last_became_peered":"2026-02-17T22:14:52.586623+0000","last_unstale":"2026-02-17T22:14:54.305106+0000","last_undegraded":"2026-02-17T22:14:54.305106+0000","last_fullsized":"2026-02-17T22:14:54.305106+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101145+0000","last_change":"2026-02-17T22:14:53.308111+0000","last_active":"2026-02-17T22:14:55.101145+0000","last_peered":"2026-02-17T22:14:55.101145+0000","last_clean":"2026-02-17T22:14:55.101145+0000","last_became_active":"2026-02-17T22:14:53.307402+0000","last_became_peered":"2026-02-17T22:14:53.307402+0000","last_unstale":"2026-02-17T22:14:55.101145+0000","last_undegraded":"2026-02-17T22:14:55.101145+0000","last_fullsized":"2026-02-17T22:14:55.101145+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.305829+0000","last_change":"2026-02-17T22:14:52.586474+0000","last_active":"2026-02-17T22:14:53.305829+0000","last_peered":"2026-02-17T22:14:53.305829+0000","last_clean":"2026-02-17T22:14:53.305829+0000","last_became_active":"2026-02-17T22:14:52.586316+0000","last_became_peered":"2026-02-17T22:14:52.586316+0000","last_unstale":"2026-02-17T22:14:53.305829+0000","last_undegraded":"2026-02-17T22:14:53.305829+0000","last_fullsized":"2026-02-17T22:14:53.305829+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":10,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308792+0000","last_change":"2026-02-17T22:14:53.308636+0000","last_active":"2026-02-17T22:14:53.308792+0000","last_peered":"2026-02-17T22:14:53.308792+0000","last_clean":"2026-02-17T22:14:53.308792+0000","last_became_active":"2026-02-17T22:14:53.308521+0000","last_became_peered":"2026-02-17T22:14:53.308521+0000","last_unstale":"2026-02-17T22:14:53.308792+0000","last_undegraded":"2026-02-17T22:14:53.308792+0000","last_fullsized":"2026-02-17T22:14:53.308792+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.0","version":"17'92","reported_seq":20,"reported_epoch":45,"state":"active+clean","last_fresh":"2026-02-17T22:14:52.580751+0000","last_change":"2026-02-17T22:14:45.566410+0000","last_active":"2026-02-17T22:14:52.580751+0000","last_peered":"2026-02-17T22:14:52.580751+0000","last_clean":"2026-02-17T22:14:52.580751+0000","last_became_active":"2026-02-17T22:14:45.562414+0000","last_became_peered":"2026-02-17T22:14:45.562414+0000","last_unstale":"2026-02-17T22:14:52.580751+0000","last_undegraded":"2026-02-17T22:14:52.580751+0000","last_fullsized":"2026-02-17T22:14:52.580751+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_clean_scrub_stamp":"2026-02-17T22:14:00.367544+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.100675+0000","last_change":"2026-02-17T22:14:52.586178+0000","last_active":"2026-02-17T22:14:55.100675+0000","last_peered":"2026-02-17T22:14:55.100675+0000","last_clean":"2026-02-17T22:14:55.100675+0000","last_became_active":"2026-02-17T22:14:52.585989+0000","last_became_peered":"2026-02-17T22:14:52.585989+0000","last_unstale":"2026-02-17T22:14:55.100675+0000","last_undegraded":"2026-02-17T22:14:55.100675+0000","last_fullsized":"2026-02-17T22:14:55.100675+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304712+0000","last_change":"2026-02-17T22:14:53.306812+0000","last_active":"2026-02-17T22:14:54.304712+0000","last_peered":"2026-02-17T22:14:54.304712+0000","last_clean":"2026-02-17T22:14:54.304712+0000","last_became_active":"2026-02-17T22:14:53.306134+0000","last_became_peered":"2026-02-17T22:14:53.306134+0000","last_unstale":"2026-02-17T22:14:54.304712+0000","last_undegraded":"2026-02-17T22:14:54.304712+0000","last_fullsized":"2026-02-17T22:14:54.304712+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.303981+0000","last_change":"2026-02-17T22:14:52.584486+0000","last_active":"2026-02-17T22:14:53.303981+0000","last_peered":"2026-02-17T22:14:53.303981+0000","last_clean":"2026-02-17T22:14:53.303981+0000","last_became_active":"2026-02-17T22:14:52.584194+0000","last_became_peered":"2026-02-17T22:14:52.584194+0000","last_unstale":"2026-02-17T22:14:53.303981+0000","last_undegraded":"2026-02-17T22:14:53.303981+0000","last_fullsized":"2026-02-17T22:14:53.303981+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101679+0000","last_change":"2026-02-17T22:14:53.310271+0000","last_active":"2026-02-17T22:14:55.101679+0000","last_peered":"2026-02-17T22:14:55.101679+0000","last_clean":"2026-02-17T22:14:55.101679+0000","last_became_active":"2026-02-17T22:14:53.310119+0000","last_became_peered":"2026-02-17T22:14:53.310119+0000","last_unstale":"2026-02-17T22:14:55.101679+0000","last_undegraded":"2026-02-17T22:14:55.101679+0000","last_fullsized":"2026-02-17T22:14:55.101679+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.305605+0000","last_change":"2026-02-17T22:14:52.586289+0000","last_active":"2026-02-17T22:14:53.305605+0000","last_peered":"2026-02-17T22:14:53.305605+0000","last_clean":"2026-02-17T22:14:53.305605+0000","last_became_active":"2026-02-17T22:14:52.586111+0000","last_became_peered":"2026-02-17T22:14:52.586111+0000","last_unstale":"2026-02-17T22:14:53.305605+0000","last_undegraded":"2026-02-17T22:14:53.305605+0000","last_fullsized":"2026-02-17T22:14:53.305605+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304741+0000","last_change":"2026-02-17T22:14:53.307300+0000","last_active":"2026-02-17T22:14:54.304741+0000","last_peered":"2026-02-17T22:14:54.304741+0000","last_clean":"2026-02-17T22:14:54.304741+0000","last_became_active":"2026-02-17T22:14:53.306814+0000","last_became_peered":"2026-02-17T22:14:53.306814+0000","last_unstale":"2026-02-17T22:14:54.304741+0000","last_undegraded":"2026-02-17T22:14:54.304741+0000","last_fullsized":"2026-02-17T22:14:54.304741+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101100+0000","last_change":"2026-02-17T22:14:52.585404+0000","last_active":"2026-02-17T22:14:55.101100+0000","last_peered":"2026-02-17T22:14:55.101100+0000","last_clean":"2026-02-17T22:14:55.101100+0000","last_became_active":"2026-02-17T22:14:52.585148+0000","last_became_peered":"2026-02-17T22:14:52.585148+0000","last_unstale":"2026-02-17T22:14:55.101100+0000","last_undegraded":"2026-02-17T22:14:55.101100+0000","last_fullsized":"2026-02-17T22:14:55.101100+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355778+0000","last_change":"2026-02-17T22:14:53.307597+0000","last_active":"2026-02-17T22:14:54.355778+0000","last_peered":"2026-02-17T22:14:54.355778+0000","last_clean":"2026-02-17T22:14:54.355778+0000","last_became_active":"2026-02-17T22:14:53.307254+0000","last_became_peered":"2026-02-17T22:14:53.307254+0000","last_unstale":"2026-02-17T22:14:54.355778+0000","last_undegraded":"2026-02-17T22:14:54.355778+0000","last_fullsized":"2026-02-17T22:14:54.355778+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305052+0000","last_change":"2026-02-17T22:14:52.587206+0000","last_active":"2026-02-17T22:14:54.305052+0000","last_peered":"2026-02-17T22:14:54.305052+0000","last_clean":"2026-02-17T22:14:54.305052+0000","last_became_active":"2026-02-17T22:14:52.587051+0000","last_became_peered":"2026-02-17T22:14:52.587051+0000","last_unstale":"2026-02-17T22:14:54.305052+0000","last_undegraded":"2026-02-17T22:14:54.305052+0000","last_fullsized":"2026-02-17T22:14:54.305052+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101055+0000","last_change":"2026-02-17T22:14:53.305870+0000","last_active":"2026-02-17T22:14:55.101055+0000","last_peered":"2026-02-17T22:14:55.101055+0000","last_clean":"2026-02-17T22:14:55.101055+0000","last_became_active":"2026-02-17T22:14:53.305678+0000","last_became_peered":"2026-02-17T22:14:53.305678+0000","last_unstale":"2026-02-17T22:14:55.101055+0000","last_undegraded":"2026-02-17T22:14:55.101055+0000","last_fullsized":"2026-02-17T22:14:55.101055+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.306126+0000","last_change":"2026-02-17T22:14:52.584752+0000","last_active":"2026-02-17T22:14:53.306126+0000","last_peered":"2026-02-17T22:14:53.306126+0000","last_clean":"2026-02-17T22:14:53.306126+0000","last_became_active":"2026-02-17T22:14:52.584278+0000","last_became_peered":"2026-02-17T22:14:52.584278+0000","last_unstale":"2026-02-17T22:14:53.306126+0000","last_undegraded":"2026-02-17T22:14:53.306126+0000","last_fullsized":"2026-02-17T22:14:53.306126+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304929+0000","last_change":"2026-02-17T22:14:53.306359+0000","last_active":"2026-02-17T22:14:54.304929+0000","last_peered":"2026-02-17T22:14:54.304929+0000","last_clean":"2026-02-17T22:14:54.304929+0000","last_became_active":"2026-02-17T22:14:53.306080+0000","last_became_peered":"2026-02-17T22:14:53.306080+0000","last_unstale":"2026-02-17T22:14:54.304929+0000","last_undegraded":"2026-02-17T22:14:54.304929+0000","last_fullsized":"2026-02-17T22:14:54.304929+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305170+0000","last_change":"2026-02-17T22:14:52.586999+0000","last_active":"2026-02-17T22:14:54.305170+0000","last_peered":"2026-02-17T22:14:54.305170+0000","last_clean":"2026-02-17T22:14:54.305170+0000","last_became_active":"2026-02-17T22:14:52.586868+0000","last_became_peered":"2026-02-17T22:14:52.586868+0000","last_unstale":"2026-02-17T22:14:54.305170+0000","last_undegraded":"2026-02-17T22:14:54.305170+0000","last_fullsized":"2026-02-17T22:14:54.305170+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304917+0000","last_change":"2026-02-17T22:14:53.305403+0000","last_active":"2026-02-17T22:14:54.304917+0000","last_peered":"2026-02-17T22:14:54.304917+0000","last_clean":"2026-02-17T22:14:54.304917+0000","last_became_active":"2026-02-17T22:14:53.305211+0000","last_became_peered":"2026-02-17T22:14:53.305211+0000","last_unstale":"2026-02-17T22:14:54.304917+0000","last_undegraded":"2026-02-17T22:14:54.304917+0000","last_fullsized":"2026-02-17T22:14:54.304917+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"46'2","reported_seq":14,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304581+0000","last_change":"2026-02-17T22:14:52.585635+0000","last_active":"2026-02-17T22:14:54.304581+0000","last_peered":"2026-02-17T22:14:54.304581+0000","last_clean":"2026-02-17T22:14:54.304581+0000","last_became_active":"2026-02-17T22:14:52.585516+0000","last_became_peered":"2026-02-17T22:14:52.585516+0000","last_unstale":"2026-02-17T22:14:54.304581+0000","last_undegraded":"2026-02-17T22:14:54.304581+0000","last_fullsized":"2026-02-17T22:14:54.304581+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102049+0000","last_change":"2026-02-17T22:14:53.307181+0000","last_active":"2026-02-17T22:14:55.102049+0000","last_peered":"2026-02-17T22:14:55.102049+0000","last_clean":"2026-02-17T22:14:55.102049+0000","last_became_active":"2026-02-17T22:14:53.306966+0000","last_became_peered":"2026-02-17T22:14:53.306966+0000","last_unstale":"2026-02-17T22:14:55.102049+0000","last_undegraded":"2026-02-17T22:14:55.102049+0000","last_fullsized":"2026-02-17T22:14:55.102049+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":11,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.303917+0000","last_change":"2026-02-17T22:14:52.584624+0000","last_active":"2026-02-17T22:14:53.303917+0000","last_peered":"2026-02-17T22:14:53.303917+0000","last_clean":"2026-02-17T22:14:53.303917+0000","last_became_active":"2026-02-17T22:14:52.584329+0000","last_became_peered":"2026-02-17T22:14:52.584329+0000","last_unstale":"2026-02-17T22:14:53.303917+0000","last_undegraded":"2026-02-17T22:14:53.303917+0000","last_fullsized":"2026-02-17T22:14:53.303917+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.355579+0000","last_change":"2026-02-17T22:14:53.308715+0000","last_active":"2026-02-17T22:14:54.355579+0000","last_peered":"2026-02-17T22:14:54.355579+0000","last_clean":"2026-02-17T22:14:54.355579+0000","last_became_active":"2026-02-17T22:14:53.308159+0000","last_became_peered":"2026-02-17T22:14:53.308159+0000","last_unstale":"2026-02-17T22:14:54.355579+0000","last_undegraded":"2026-02-17T22:14:54.355579+0000","last_fullsized":"2026-02-17T22:14:54.355579+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304973+0000","last_change":"2026-02-17T22:14:52.587204+0000","last_active":"2026-02-17T22:14:54.304973+0000","last_peered":"2026-02-17T22:14:54.304973+0000","last_clean":"2026-02-17T22:14:54.304973+0000","last_became_active":"2026-02-17T22:14:52.587041+0000","last_became_peered":"2026-02-17T22:14:52.587041+0000","last_unstale":"2026-02-17T22:14:54.304973+0000","last_undegraded":"2026-02-17T22:14:54.304973+0000","last_fullsized":"2026-02-17T22:14:54.304973+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304595+0000","last_change":"2026-02-17T22:14:53.305380+0000","last_active":"2026-02-17T22:14:54.304595+0000","last_peered":"2026-02-17T22:14:54.304595+0000","last_clean":"2026-02-17T22:14:54.304595+0000","last_became_active":"2026-02-17T22:14:53.305186+0000","last_became_peered":"2026-02-17T22:14:53.305186+0000","last_unstale":"2026-02-17T22:14:54.304595+0000","last_undegraded":"2026-02-17T22:14:54.304595+0000","last_fullsized":"2026-02-17T22:14:54.304595+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":12,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.305022+0000","last_change":"2026-02-17T22:14:52.586478+0000","last_active":"2026-02-17T22:14:54.305022+0000","last_peered":"2026-02-17T22:14:54.305022+0000","last_clean":"2026-02-17T22:14:54.305022+0000","last_became_active":"2026-02-17T22:14:52.586341+0000","last_became_peered":"2026-02-17T22:14:52.586341+0000","last_unstale":"2026-02-17T22:14:54.305022+0000","last_undegraded":"2026-02-17T22:14:54.305022+0000","last_fullsized":"2026-02-17T22:14:54.305022+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304778+0000","last_change":"2026-02-17T22:14:53.305336+0000","last_active":"2026-02-17T22:14:54.304778+0000","last_peered":"2026-02-17T22:14:54.304778+0000","last_clean":"2026-02-17T22:14:54.304778+0000","last_became_active":"2026-02-17T22:14:53.305095+0000","last_became_peered":"2026-02-17T22:14:53.305095+0000","last_unstale":"2026-02-17T22:14:54.304778+0000","last_undegraded":"2026-02-17T22:14:54.304778+0000","last_fullsized":"2026-02-17T22:14:54.304778+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309473+0000","last_change":"2026-02-17T22:14:52.585373+0000","last_active":"2026-02-17T22:14:53.309473+0000","last_peered":"2026-02-17T22:14:53.309473+0000","last_clean":"2026-02-17T22:14:53.309473+0000","last_became_active":"2026-02-17T22:14:52.585068+0000","last_became_peered":"2026-02-17T22:14:52.585068+0000","last_unstale":"2026-02-17T22:14:53.309473+0000","last_undegraded":"2026-02-17T22:14:53.309473+0000","last_fullsized":"2026-02-17T22:14:53.309473+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.303913+0000","last_change":"2026-02-17T22:14:53.306899+0000","last_active":"2026-02-17T22:14:54.303913+0000","last_peered":"2026-02-17T22:14:54.303913+0000","last_clean":"2026-02-17T22:14:54.303913+0000","last_became_active":"2026-02-17T22:14:53.306544+0000","last_became_peered":"2026-02-17T22:14:53.306544+0000","last_unstale":"2026-02-17T22:14:54.303913+0000","last_undegraded":"2026-02-17T22:14:54.303913+0000","last_fullsized":"2026-02-17T22:14:54.303913+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101131+0000","last_change":"2026-02-17T22:14:53.307646+0000","last_active":"2026-02-17T22:14:55.101131+0000","last_peered":"2026-02-17T22:14:55.101131+0000","last_clean":"2026-02-17T22:14:55.101131+0000","last_became_active":"2026-02-17T22:14:53.307529+0000","last_became_peered":"2026-02-17T22:14:53.307529+0000","last_unstale":"2026-02-17T22:14:55.101131+0000","last_undegraded":"2026-02-17T22:14:55.101131+0000","last_fullsized":"2026-02-17T22:14:55.101131+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.308371+0000","last_change":"2026-02-17T22:14:52.585691+0000","last_active":"2026-02-17T22:14:53.308371+0000","last_peered":"2026-02-17T22:14:53.308371+0000","last_clean":"2026-02-17T22:14:53.308371+0000","last_became_active":"2026-02-17T22:14:52.585343+0000","last_became_peered":"2026-02-17T22:14:52.585343+0000","last_unstale":"2026-02-17T22:14:53.308371+0000","last_undegraded":"2026-02-17T22:14:53.308371+0000","last_fullsized":"2026-02-17T22:14:53.308371+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.101127+0000","last_change":"2026-02-17T22:14:53.307266+0000","last_active":"2026-02-17T22:14:55.101127+0000","last_peered":"2026-02-17T22:14:55.101127+0000","last_clean":"2026-02-17T22:14:55.101127+0000","last_became_active":"2026-02-17T22:14:53.307009+0000","last_became_peered":"2026-02-17T22:14:53.307009+0000","last_unstale":"2026-02-17T22:14:55.101127+0000","last_undegraded":"2026-02-17T22:14:55.101127+0000","last_fullsized":"2026-02-17T22:14:55.101127+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"46'2","reported_seq":13,"reported_epoch":46,"state":"active+clean","last_fresh":"2026-02-17T22:14:53.309496+0000","last_change":"2026-02-17T22:14:52.584705+0000","last_active":"2026-02-17T22:14:53.309496+0000","last_peered":"2026-02-17T22:14:53.309496+0000","last_clean":"2026-02-17T22:14:53.309496+0000","last_became_active":"2026-02-17T22:14:52.584279+0000","last_became_peered":"2026-02-17T22:14:52.584279+0000","last_unstale":"2026-02-17T22:14:53.309496+0000","last_undegraded":"2026-02-17T22:14:53.309496+0000","last_fullsized":"2026-02-17T22:14:53.309496+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102140+0000","last_change":"2026-02-17T22:14:53.307921+0000","last_active":"2026-02-17T22:14:55.102140+0000","last_peered":"2026-02-17T22:14:55.102140+0000","last_clean":"2026-02-17T22:14:55.102140+0000","last_became_active":"2026-02-17T22:14:53.307353+0000","last_became_peered":"2026-02-17T22:14:53.307353+0000","last_unstale":"2026-02-17T22:14:55.102140+0000","last_undegraded":"2026-02-17T22:14:55.102140+0000","last_fullsized":"2026-02-17T22:14:55.102140+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"46'1","reported_seq":13,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304882+0000","last_change":"2026-02-17T22:14:52.587855+0000","last_active":"2026-02-17T22:14:54.304882+0000","last_peered":"2026-02-17T22:14:54.304882+0000","last_clean":"2026-02-17T22:14:54.304882+0000","last_became_active":"2026-02-17T22:14:52.587149+0000","last_became_peered":"2026-02-17T22:14:52.587149+0000","last_unstale":"2026-02-17T22:14:54.304882+0000","last_undegraded":"2026-02-17T22:14:54.304882+0000","last_fullsized":"2026-02-17T22:14:54.304882+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":11,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:54.304839+0000","last_change":"2026-02-17T22:14:53.308080+0000","last_active":"2026-02-17T22:14:54.304839+0000","last_peered":"2026-02-17T22:14:54.304839+0000","last_clean":"2026-02-17T22:14:54.304839+0000","last_became_active":"2026-02-17T22:14:53.307813+0000","last_became_peered":"2026-02-17T22:14:53.307813+0000","last_unstale":"2026-02-17T22:14:54.304839+0000","last_undegraded":"2026-02-17T22:14:54.304839+0000","last_fullsized":"2026-02-17T22:14:54.304839+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"46'4","reported_seq":16,"reported_epoch":47,"state":"active+clean","last_fresh":"2026-02-17T22:14:55.102173+0000","last_change":"2026-02-17T22:14:52.587241+0000","last_active":"2026-02-17T22:14:55.102173+0000","last_peered":"2026-02-17T22:14:55.102173+0000","last_clean":"2026-02-17T22:14:55.102173+0000","last_became_active":"2026-02-17T22:14:52.587128+0000","last_became_peered":"2026-02-17T22:14:52.587128+0000","last_unstale":"2026-02-17T22:14:55.102173+0000","last_undegraded":"2026-02-17T22:14:55.102173+0000","last_fullsized":"2026-02-17T22:14:55.102173+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2362,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"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":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"num_write_kb":14,"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":13,"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":98304,"data_stored":7086,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":38,"ondisk_log_size":38,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659140,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27972,"kb_used_data":1012,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975228,"statfs":{"total":751619276800,"available":751590633472,"internally_reserved":0,"allocated":1036288,"data_stored":775287,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27589068},"hb_peers":[0,1,2,3,4,5,6],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25800000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.24399999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23899999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.218}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27700000000000002}]}]},{"osd":6,"up_from":36,"seq":154618822661,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27992,"kb_used_data":1036,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975208,"statfs":{"total":751619276800,"available":751590612992,"internally_reserved":0,"allocated":1060864,"data_stored":784118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27589064},"hb_peers":[0,1,2,3,4,5,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26500000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29299999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.16200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20799999999999999}]}]},{"osd":5,"up_from":31,"seq":133143986183,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27420,"kb_used_data":464,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975780,"statfs":{"total":751619276800,"available":751591198720,"internally_reserved":0,"allocated":475136,"data_stored":194092,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,4,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.17299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.21299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.221}]}]},{"osd":4,"up_from":26,"seq":111669149705,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27436,"kb_used_data":476,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975764,"statfs":{"total":751619276800,"available":751591182336,"internally_reserved":0,"allocated":487424,"data_stored":199867,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22700000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.255}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.182}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.216}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.17299999999999999}]}]},{"osd":3,"up_from":22,"seq":94489280523,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27432,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975768,"statfs":{"total":751619276800,"available":751591186432,"internally_reserved":0,"allocated":479232,"data_stored":194106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27589066},"hb_peers":[0,1,2,4,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.156}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.14199999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.191}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32300000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.252}]}]},{"osd":2,"up_from":15,"seq":64424509453,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27412,"kb_used_data":448,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975788,"statfs":{"total":751619276800,"available":751591206912,"internally_reserved":0,"allocated":458752,"data_stored":192438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,3,4,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.21199999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.253}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27200000000000002}]}]},{"osd":1,"up_from":11,"seq":47244640271,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27424,"kb_used_data":468,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975776,"statfs":{"total":751619276800,"available":751591194624,"internally_reserved":0,"allocated":479232,"data_stored":199319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,2,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:14:52 2026","interfaces":[{"interface":"back","average":{"1min":0.224,"5min":0.224,"15min":0.224},"min":{"1min":0.098000000000000004,"5min":0.098000000000000004,"15min":0.098000000000000004},"max":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"last":0.182},{"interface":"front","average":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"min":{"1min":0.13,"5min":0.13,"15min":0.13},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.26800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23200000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25700000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34499999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29799999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28299999999999997}]}]},{"osd":0,"up_from":8,"seq":34359738384,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28012,"kb_used_data":1056,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975188,"statfs":{"total":751619276800,"available":751590592512,"internally_reserved":0,"allocated":1081344,"data_stored":790255,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[1,2,3,4,5,6,7],"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":[{"osd":1,"last update":"Tue Feb 17 22:14:53 2026","interfaces":[{"interface":"back","average":{"1min":0.185,"5min":0.185,"15min":0.185},"min":{"1min":0.109,"5min":0.109,"15min":0.109},"max":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"last":0.20599999999999999},{"interface":"front","average":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"min":{"1min":0.11899999999999999,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.378,"5min":0.378,"15min":0.378},"last":0.17699999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.19500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.22600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.24399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28000000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1668,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1654,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1564,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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}]}} 2026-02-17T22:15:00.269 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-17T22:15:00.269 INFO:tasks.cephadm:Adding prometheus.a on trial172 2026-02-17T22:15:00.269 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply prometheus '1;trial172=a' 2026-02-17T22:15:00.404 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:15:00.428 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:00 trial144 ceph-mon[21352]: from='client.24434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:00.428 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:00 trial144 ceph-mon[36654]: from='client.24434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:00.592 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:00 trial172 ceph-mon[26165]: from='client.24434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:00.832 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled prometheus update... 2026-02-17T22:15:00.968 DEBUG:teuthology.orchestra.run.trial172:prometheus.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service 2026-02-17T22:15:00.970 INFO:tasks.cephadm:Adding node-exporter.a on trial144 2026-02-17T22:15:00.970 INFO:tasks.cephadm:Adding node-exporter.b on trial172 2026-02-17T22:15:00.970 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply node-exporter '2;trial144=a;trial172=b' 2026-02-17T22:15:01.137 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:15:01.474 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:01.474 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: pgmap v98: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s wr, 5 op/s 2026-02-17T22:15:01.474 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.475 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:01.475 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:01.475 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:01.475 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:01 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.560 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled node-exporter update... 2026-02-17T22:15:01.697 DEBUG:teuthology.orchestra.run.trial144:node-exporter.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.a.service 2026-02-17T22:15:01.700 DEBUG:teuthology.orchestra.run.trial172:node-exporter.b> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service 2026-02-17T22:15:01.702 INFO:tasks.cephadm:Adding alertmanager.a on trial144 2026-02-17T22:15:01.703 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply alertmanager '1;trial144=a' 2026-02-17T22:15:01.719 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: pgmap v98: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s wr, 5 op/s 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.720 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='client.14547 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: pgmap v98: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s wr, 5 op/s 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:01.721 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:01 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:01.951 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:15:02.642 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: from='client.24370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:02.642 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: Saving service prometheus spec with placement trial172=a;count:1 2026-02-17T22:15:02.642 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: Deploying daemon prometheus.a on trial172 2026-02-17T22:15:02.643 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: from='client.24376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:02.643 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: Saving service node-exporter spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:15:02.643 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:02 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:02.826 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled alertmanager update... 2026-02-17T22:15:03.009 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: from='client.24370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: Saving service prometheus spec with placement trial172=a;count:1 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: Deploying daemon prometheus.a on trial172 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: from='client.24376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: Saving service node-exporter spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: from='client.24370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: Saving service prometheus spec with placement trial172=a;count:1 2026-02-17T22:15:03.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: Deploying daemon prometheus.a on trial172 2026-02-17T22:15:03.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: from='client.24376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;trial144=a;trial172=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:03.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: Saving service node-exporter spec with placement trial144=a;trial172=b;count:2 2026-02-17T22:15:03.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:02 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.020 DEBUG:teuthology.orchestra.run.trial144:alertmanager.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@alertmanager.a.service 2026-02-17T22:15:03.022 INFO:tasks.cephadm:Adding grafana.a on trial172 2026-02-17T22:15:03.022 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph orch apply grafana '1;trial172=a' 2026-02-17T22:15:03.245 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:15:03.250 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 systemd[1]: Starting Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:15:03.509 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 podman[63742]: 2026-02-17 22:15:03.248662255 +0000 UTC m=+0.018204731 container create d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:03.509 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 podman[63742]: 2026-02-17 22:15:03.29570042 +0000 UTC m=+0.065242896 container init d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:03.509 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 podman[63742]: 2026-02-17 22:15:03.299699551 +0000 UTC m=+0.069242027 container start d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:03.509 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 bash[63742]: d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 podman[63742]: 2026-02-17 22:15:03.240856973 +0000 UTC m=+0.010399439 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 systemd[1]: Started Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.319Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.319Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.319Z caller=main.go:570 level=info host_details="(Linux 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64 trial172 (none))" 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.319Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.319Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.320Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.320Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.321Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2026-02-17T22:15:03.510 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.321Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.322Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.322Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=932ns 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.322Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.324Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.324Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=15.268µs wal_replay_duration=1.490824ms wbl_replay_duration=130ns total_replay_duration=1.519126ms 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.324Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.324Z caller=main.go:1029 level=info msg="TSDB started" 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.324Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.337Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.497431ms db_storage=551ns remote_storage=1.042µs web_handler=191ns query_engine=631ns scrape=369.758µs scrape_sd=81.472µs notify=551ns notify_sd=892ns rules=11.854315ms tracing=3.998µs 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.337Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2026-02-17T22:15:03.511 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:03 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:03.337Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2026-02-17T22:15:03.677 INFO:teuthology.orchestra.run.trial172.stdout:Scheduled grafana update... 2026-02-17T22:15:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: pgmap v99: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.6 KiB/s wr, 4 op/s 2026-02-17T22:15:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:03 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-02-17T22:15:03.812 DEBUG:teuthology.orchestra.run.trial172:grafana.a> sudo journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service 2026-02-17T22:15:03.815 INFO:tasks.cephadm:Setting up client nodes... 2026-02-17T22:15:03.815 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-17T22:15:03.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: pgmap v99: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.6 KiB/s wr, 4 op/s 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: pgmap v99: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 1.6 KiB/s wr, 4 op/s 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:03.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:03 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2026-02-17T22:15:03.942 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:04.412 INFO:teuthology.orchestra.run.trial144.stdout:[client.0] 2026-02-17T22:15:04.412 INFO:teuthology.orchestra.run.trial144.stdout: key = AQBo6JRpVfJ5GBAAuDqfkz2te1ZOx73a5Ph8Zw== 2026-02-17T22:15:04.550 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:15:04.550 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2026-02-17T22:15:04.550 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2026-02-17T22:15:04.625 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2026-02-17T22:15:04.647 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: ignoring --setuser ceph since I am not root 2026-02-17T22:15:04.648 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: ignoring --setgroup ceph since I am not root 2026-02-17T22:15:04.648 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mgr[29226]: -- 10.20.193.172:0/531616098 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cdb1bfc1a0 con 0x55cdb1bbd400 2026-02-17T22:15:04.648 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:04.397+0000 7f443a008140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:04.680 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setuser ceph since I am not root 2026-02-17T22:15:04.680 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setgroup ceph since I am not root 2026-02-17T22:15:04.680 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:04.407+0000 7fae43b08140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:04.759 INFO:teuthology.orchestra.run.trial172.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.b/config 2026-02-17T22:15:04.901 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='client.24382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;trial144=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.901 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: Saving service alertmanager spec with placement trial144=a;count:1 2026-02-17T22:15:04.901 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='client.24388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: Saving service grafana spec with placement trial172=a;count:1 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: mgrmap e16: y(active, since 2m), standbys: x 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:04.902 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:04 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:04.909+0000 7fae43b08140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:04.943+0000 7fae43b08140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='client.24382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;trial144=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: Saving service alertmanager spec with placement trial144=a;count:1 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='client.24388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.945 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: Saving service grafana spec with placement trial172=a;count:1 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: mgrmap e16: y(active, since 2m), standbys: x 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='client.24382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;trial144=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: Saving service alertmanager spec with placement trial144=a;count:1 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='client.24388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;trial172=a", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:04.946 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: Saving service grafana spec with placement trial172=a;count:1 2026-02-17T22:15:04.947 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' 2026-02-17T22:15:04.947 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='mgr.14150 10.20.193.144:0/1080162619' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2026-02-17T22:15:04.947 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: mgrmap e16: y(active, since 2m), standbys: x 2026-02-17T22:15:04.947 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:04.947 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:04 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/26800958' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:04.898+0000 7f443a008140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:04.931+0000 7f443a008140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:04.976+0000 7f443a008140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.009+0000 7f443a008140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.044+0000 7f443a008140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.111+0000 7f443a008140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: /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-17T22:15:05.185 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 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-17T22:15:05.186 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: from numpy import show_config as show_numpy_config 2026-02-17T22:15:05.216 INFO:teuthology.orchestra.run.trial172.stdout:[client.1] 2026-02-17T22:15:05.216 INFO:teuthology.orchestra.run.trial172.stdout: key = AQBp6JRpWg+5DBAAWRJWicr5+IpAaRdjCyd0JQ== 2026-02-17T22:15:05.226 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:04.985+0000 7fae43b08140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:15:05.226 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.016+0000 7fae43b08140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:15:05.226 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.051+0000 7fae43b08140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.117+0000 7fae43b08140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: /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-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 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-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: from numpy import show_config as show_numpy_config 2026-02-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.191+0000 7fae43b08140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:15:05.227 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.225+0000 7fae43b08140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:15:05.355 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-17T22:15:05.356 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2026-02-17T22:15:05.356 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2026-02-17T22:15:05.434 INFO:tasks.cephadm:Creating RBD pool 2026-02-17T22:15:05.434 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool create rbd 8 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.185+0000 7f443a008140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.219+0000 7f443a008140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.315+0000 7f443a008140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.376+0000 7f443a008140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.410+0000 7f443a008140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:15:05.446 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.443+0000 7f443a008140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:15:05.483 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.321+0000 7fae43b08140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:15:05.483 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.380+0000 7fae43b08140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:15:05.483 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.414+0000 7fae43b08140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:15:05.483 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.447+0000 7fae43b08140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:15:05.483 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.481+0000 7fae43b08140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:15:05.562 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:05.743 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:05 trial172 ceph-mon[26165]: from='client.? 10.20.193.172:0/1238717428' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.743 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:05 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.743 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:05 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:05.743 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.476+0000 7f443a008140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:15:05.744 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.508+0000 7f443a008140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:15:05.759 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.514+0000 7fae43b08140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[21352]: from='client.? 10.20.193.172:0/1238717428' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[36654]: from='client.? 10.20.193.172:0/1238717428' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2026-02-17T22:15:05.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:05 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2026-02-17T22:15:05.994 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.740+0000 7f443a008140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:15:05.994 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.839+0000 7f443a008140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:15:05.995 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.869+0000 7f443a008140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:15:05.995 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.899+0000 7f443a008140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:15:05.995 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:05.991+0000 7f443a008140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:15:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.760+0000 7fae43b08140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:15:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.863+0000 7fae43b08140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:15:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.896+0000 7fae43b08140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:15:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:05.928+0000 7fae43b08140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:15:06.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:06.020+0000 7f443a008140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:15:06.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:06.111+0000 7f443a008140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:15:06.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:06.023+0000 7fae43b08140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:15:06.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:06.053+0000 7fae43b08140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:15:06.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:06.145+0000 7fae43b08140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:15:06.687 INFO:teuthology.orchestra.run.trial144.stderr:pool 'rbd' created 2026-02-17T22:15:06.827 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- rbd pool init rbd 2026-02-17T22:15:06.956 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:06.979 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:06 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2747667285' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.979 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:06 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.980 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:06 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2747667285' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.980 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:06 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.980 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:06.618+0000 7fae43b08140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:15:06.980 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:06.649+0000 7fae43b08140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:15:06.989 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:06 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2747667285' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.990 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:06 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2026-02-17T22:15:06.990 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:06.562+0000 7f443a008140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:15:06.990 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:06.592+0000 7f443a008140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:15:06.990 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:06.988+0000 7f443a008140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:15:07.236 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.063+0000 7fae43b08140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:07] ENGINE Bus STARTING 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: CherryPy Checker: 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: The Application mounted at '' has an empty config. 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad2ed4a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad2ed4a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad2ed4a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad2ed4a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.237 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad2ed4a640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.238 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad31d90640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.238 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad31d90640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.238 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad31d90640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.238 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad31d90640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.238 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:15:07.126+0000 7fad31d90640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:15:07.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: [17/Feb/2026:22:15:06] ENGINE Bus STARTING 2026-02-17T22:15:07.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: CherryPy Checker: 2026-02-17T22:15:07.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: The Application mounted at '' has an empty config. 2026-02-17T22:15:07.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:06 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: 2026-02-17T22:15:07.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:07 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: [17/Feb/2026:22:15:07] ENGINE Serving on http://:::9283 2026-02-17T22:15:07.287 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:15:07 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[29201]: [17/Feb/2026:22:15:07] ENGINE Bus STARTED 2026-02-17T22:15:07.491 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:07] ENGINE Serving on http://:::9283 2026-02-17T22:15:07.491 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:07] ENGINE Bus STARTED 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: osdmap e48: 8 total, 8 up, 8 in 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: Standby manager daemon x restarted 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: Standby manager daemon x started 2026-02-17T22:15:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: Active manager daemon y restarted 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: osdmap e49: 8 total, 8 up, 8 in 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: mgrmap e17: y(active, starting, since 0.00607868s), standbys: x 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:15:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:15:07.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: osdmap e48: 8 total, 8 up, 8 in 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: Standby manager daemon x restarted 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:15:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: Active manager daemon y restarted 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: osdmap e49: 8 total, 8 up, 8 in 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: mgrmap e17: y(active, starting, since 0.00607868s), standbys: x 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:15:07.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:15:07.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: Manager daemon y is now available 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2573218186' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:07.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2573218186' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:07.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:07 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: osdmap e48: 8 total, 8 up, 8 in 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: Standby manager daemon x restarted 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:15:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/982051014' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: Active manager daemon y restarted 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: Activating manager daemon y 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: osdmap e49: 8 total, 8 up, 8 in 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: mgrmap e17: y(active, starting, since 0.00607868s), standbys: x 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:15:07.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:15:07.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: Manager daemon y is now available 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2573218186' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:07.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:07 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2026-02-17T22:15:09.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: mgrmap e18: y(active, since 1.00865s), standbys: x 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: osdmap e50: 8 total, 8 up, 8 in 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 19731M 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 19731M 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: [17/Feb/2026:22:15:08] ENGINE Bus STARTING 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: [17/Feb/2026:22:15:08] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:15:09.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:08 trial172 ceph-mon[26165]: [17/Feb/2026:22:15:08] ENGINE Client ('10.20.193.144', 35610) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:15:09.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: mgrmap e18: y(active, since 1.00865s), standbys: x 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: osdmap e50: 8 total, 8 up, 8 in 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 19731M 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 19731M 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: [17/Feb/2026:22:15:08] ENGINE Bus STARTING 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: [17/Feb/2026:22:15:08] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:15:09.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[21352]: [17/Feb/2026:22:15:08] ENGINE Client ('10.20.193.144', 35610) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: mgrmap e18: y(active, since 1.00865s), standbys: x 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2026-02-17T22:15:09.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: osdmap e50: 8 total, 8 up, 8 in 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 19731M 2026-02-17T22:15:09.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 19731M 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:09.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: [17/Feb/2026:22:15:08] ENGINE Bus STARTING 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: [17/Feb/2026:22:15:08] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:15:09.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:08 trial144 ceph-mon[36654]: [17/Feb/2026:22:15:08] ENGINE Client ('10.20.193.144', 35610) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: [17/Feb/2026:22:15:08] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: [17/Feb/2026:22:15:08] ENGINE Bus STARTED 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:15:10.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:09 trial172 ceph-mon[26165]: osdmap e51: 8 total, 8 up, 8 in 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: [17/Feb/2026:22:15:08] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: [17/Feb/2026:22:15:08] ENGINE Bus STARTED 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.103 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:15:10.104 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[36654]: osdmap e51: 8 total, 8 up, 8 in 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: [17/Feb/2026:22:15:08] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: [17/Feb/2026:22:15:08] ENGINE Bus STARTED 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:10.105 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:15:10.106 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:09 trial144 ceph-mon[21352]: osdmap e51: 8 total, 8 up, 8 in 2026-02-17T22:15:10.236 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-17T22:15:10.378 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:10.836 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:10.948 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:10] ENGINE Bus STOPPING 2026-02-17T22:15:10.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[21352]: mgrmap e19: y(active, since 2s), standbys: x 2026-02-17T22:15:10.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[21352]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:15:10.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[21352]: Cluster is now healthy 2026-02-17T22:15:10.948 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[21352]: osdmap e52: 8 total, 8 up, 8 in 2026-02-17T22:15:10.949 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[36654]: mgrmap e19: y(active, since 2s), standbys: x 2026-02-17T22:15:10.949 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[36654]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:15:10.949 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[36654]: Cluster is now healthy 2026-02-17T22:15:10.949 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:10 trial144 ceph-mon[36654]: osdmap e52: 8 total, 8 up, 8 in 2026-02-17T22:15:10.972 INFO:teuthology.orchestra.run.trial144.stdout:[{"version":20,"timestamp":"2026-02-17T22:15:08.233290+0000","name":"","changes":[{"name":"osd/host:trial172/osd_memory_target","previous_value":"22032482201","new_value":"20690304921"}]}] 2026-02-17T22:15:10.972 INFO:tasks.ceph_manager:config epoch is 20 2026-02-17T22:15:10.972 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-17T22:15:10.972 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-17T22:15:10.973 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-17T22:15:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:10 trial172 ceph-mon[26165]: mgrmap e19: y(active, since 2s), standbys: x 2026-02-17T22:15:11.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:10 trial172 ceph-mon[26165]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2026-02-17T22:15:11.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:10 trial172 ceph-mon[26165]: Cluster is now healthy 2026-02-17T22:15:11.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:10 trial172 ceph-mon[26165]: osdmap e52: 8 total, 8 up, 8 in 2026-02-17T22:15:11.102 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:11.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:11] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:11.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:11] ENGINE Bus STOPPED 2026-02-17T22:15:11.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:11] ENGINE Bus STARTING 2026-02-17T22:15:11.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:11] ENGINE Serving on http://:::9283 2026-02-17T22:15:11.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:11] ENGINE Bus STARTED 2026-02-17T22:15:11.544 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:11.678 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":19,"flags":0,"active_gid":14577,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6800","nonce":390011706},{"type":"v1","addr":"10.20.193.144:6801","nonce":390011706}]},"active_addr":"10.20.193.144:6801/390011706","active_change":"2026-02-17T22:15:07.065681+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24397,"name":"x","mgr_features":4540138322906710015,"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","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","upmap"],"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":[]},"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 agent on each host will try to 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":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","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 options can allow debugging daemons that encounter problems at runtime.","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":"ratio of total system memory to divide amongst autotuned daemons","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 the 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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.43.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":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/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 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 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 to cache host facts data","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":"Deploy hw monitoring daemon 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 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 the 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","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":[]},"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 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 deployments","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 the 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 connect to managed hosts","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 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. Make sure 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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"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","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","upmap"],"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":[]},"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 agent on each host will try to 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":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","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 options can allow debugging daemons that encounter problems at runtime.","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":"ratio of total system memory to divide amongst autotuned daemons","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 the 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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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":"quay.io/ceph/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.43.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":"quay.io/ceph/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/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 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 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 to cache host facts data","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":"Deploy hw monitoring daemon 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 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 the 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","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":[]},"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 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 deployments","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 the 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 connect to managed hosts","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 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. Make sure 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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.144:8443/","prometheus":"http://10.20.193.144:9283/"},"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"]},"force_disabled_modules":{},"last_failure_osd_epoch":49,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.144:0","nonce":1523413006}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.144:0","nonce":1712557757}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.144:0","nonce":1500713881}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.144:0","nonce":3561994317}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.144:0","nonce":1002499652}]}]} 2026-02-17T22:15:11.685 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-17T22:15:11.685 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-17T22:15:11.685 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:15:11.813 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:11.834 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: Regenerating cephadm self-signed grafana TLS certificates 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1060983863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:11.835 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: Deploying daemon grafana.a on trial172 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2942341005' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: Regenerating cephadm self-signed grafana TLS certificates 2026-02-17T22:15:11.836 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1060983863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: Deploying daemon grafana.a on trial172 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:11.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:11 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2942341005' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: Regenerating cephadm self-signed grafana TLS certificates 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1060983863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:15:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: Deploying daemon grafana.a on trial172 2026-02-17T22:15:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:11 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2942341005' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2026-02-17T22:15:12.238 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:12.239 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":52,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:15:10.098382+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2026-02-17T22:15:06.004359+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"52","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":52,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/2939044824":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/3410092247":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/4076967542":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/3486707033":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3661614859":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/3486707033":"2026-02-18T22:15:07.065464+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"new_removed_snaps":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"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-17T22:15:12.376 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-17T22:15:12.376 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:15:12.501 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:12.907 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:12.907 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":52,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:15:10.098382+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2026-02-17T22:15:06.004359+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"52","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":52,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/2939044824":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/3410092247":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/4076967542":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/3486707033":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3661614859":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/3486707033":"2026-02-18T22:15:07.065464+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"new_removed_snaps":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"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-17T22:15:12.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[21352]: mgrmap e20: y(active, since 4s), standbys: x 2026-02-17T22:15:12.907 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.908 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3580475057' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:12.908 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[36654]: mgrmap e20: y(active, since 4s), standbys: x 2026-02-17T22:15:12.908 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:12.908 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:12 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3580475057' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:13.046 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-17T22:15:13.047 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-17T22:15:13.047 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-17T22:15:13.047 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.3 flush_pg_stats 2026-02-17T22:15:13.048 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.4 flush_pg_stats 2026-02-17T22:15:13.048 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.5 flush_pg_stats 2026-02-17T22:15:13.049 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.6 flush_pg_stats 2026-02-17T22:15:13.049 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell osd.7 flush_pg_stats 2026-02-17T22:15:13.254 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.255 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.255 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.255 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.256 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.256 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:12 trial172 ceph-mon[26165]: mgrmap e20: y(active, since 4s), standbys: x 2026-02-17T22:15:13.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:13.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:12 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3580475057' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:13.305 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.509 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:13.792 INFO:teuthology.orchestra.run.trial144.stdout:47244640275 2026-02-17T22:15:13.793 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-17T22:15:13.830 INFO:teuthology.orchestra.run.trial144.stdout:154618822665 2026-02-17T22:15:13.831 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-17T22:15:13.841 INFO:teuthology.orchestra.run.trial144.stdout:133143986187 2026-02-17T22:15:13.842 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-17T22:15:13.843 INFO:teuthology.orchestra.run.trial144.stdout:34359738388 2026-02-17T22:15:13.843 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-17T22:15:13.853 INFO:teuthology.orchestra.run.trial144.stdout:176093659145 2026-02-17T22:15:13.853 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-17T22:15:13.859 INFO:teuthology.orchestra.run.trial144.stdout:64424509458 2026-02-17T22:15:13.860 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-17T22:15:13.871 INFO:teuthology.orchestra.run.trial144.stdout:94489280527 2026-02-17T22:15:13.871 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-17T22:15:14.014 INFO:teuthology.orchestra.run.trial144.stdout:111669149709 2026-02-17T22:15:14.015 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-17T22:15:14.028 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.059 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:13 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3094465632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:14.059 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:13 trial144 ceph-mon[21352]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:14.059 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:13 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3094465632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:14.059 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:13 trial144 ceph-mon[36654]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:14.072 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.074 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.075 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.075 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.075 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.076 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.219 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:13 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3094465632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:14.219 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:13 trial172 ceph-mon[26165]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:14.395 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:14.528 INFO:teuthology.orchestra.run.trial144.stdout:34359738386 2026-02-17T22:15:14.532 INFO:teuthology.orchestra.run.trial144.stdout:47244640273 2026-02-17T22:15:14.533 INFO:teuthology.orchestra.run.trial144.stdout:154618822663 2026-02-17T22:15:14.576 INFO:teuthology.orchestra.run.trial144.stdout:64424509456 2026-02-17T22:15:14.578 INFO:teuthology.orchestra.run.trial144.stdout:176093659143 2026-02-17T22:15:14.580 INFO:teuthology.orchestra.run.trial144.stdout:133143986185 2026-02-17T22:15:14.583 INFO:teuthology.orchestra.run.trial144.stdout:94489280525 2026-02-17T22:15:14.665 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738388 got 34359738386 for osd.0 2026-02-17T22:15:14.682 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640275 got 47244640273 for osd.1 2026-02-17T22:15:14.689 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822665 got 154618822663 for osd.6 2026-02-17T22:15:14.724 INFO:tasks.cephadm.ceph_manager.ceph:need seq 64424509458 got 64424509456 for osd.2 2026-02-17T22:15:14.725 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659145 got 176093659143 for osd.7 2026-02-17T22:15:14.727 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280527 got 94489280525 for osd.3 2026-02-17T22:15:14.730 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986185 for osd.5 2026-02-17T22:15:14.815 INFO:teuthology.orchestra.run.trial144.stdout:111669149707 2026-02-17T22:15:14.951 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149709 got 111669149707 for osd.4 2026-02-17T22:15:15.008 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3048553659' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2855740021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2251967974' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1734708459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2478787245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3631788364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3339325222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:14 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3207554829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:15.009 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:14 trial172 podman[66806]: 2026-02-17 22:15:14.963638832 +0000 UTC m=+0.015795864 container create 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, description=Ceph Grafana Container, name=ubi8, distribution-scope=public, io.buildah.version=1.32.0, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., release=239.1651231664, vcs-type=git, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, version=8.5, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, architecture=x86_64, io.openshift.tags=base rhel8, io.k8s.display-name=Red Hat Universal Base Image 8, summary=Grafana Container configured for Ceph mgr/dashboard integration, com.redhat.component=ubi8-container, vendor=Red Hat, Inc., maintainer=Paul Cuzner , build-date=2022-04-29T11:48:11.055897, io.openshift.expose-services=) 2026-02-17T22:15:15.010 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 podman[66806]: 2026-02-17 22:15:15.006677236 +0000 UTC m=+0.058834268 container init 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, vendor=Red Hat, Inc., io.openshift.tags=base rhel8, io.k8s.display-name=Red Hat Universal Base Image 8, distribution-scope=public, io.buildah.version=1.32.0, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, name=ubi8, release=239.1651231664, summary=Grafana Container configured for Ceph mgr/dashboard integration, maintainer=Paul Cuzner , url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, build-date=2022-04-29T11:48:11.055897, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, architecture=x86_64, description=Ceph Grafana Container, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, version=8.5, com.redhat.component=ubi8-container, io.openshift.expose-services=, vcs-type=git) 2026-02-17T22:15:15.247 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3048553659' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:15.247 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2855740021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2251967974' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1734708459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2478787245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3631788364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3339325222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3207554829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:15.248 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3048553659' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2855740021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2251967974' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1734708459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2478787245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3631788364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3339325222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:15.249 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:14 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3207554829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:15.287 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 podman[66806]: 2026-02-17 22:15:15.010795872 +0000 UTC m=+0.062952904 container start 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, vendor=Red Hat, Inc., release=239.1651231664, distribution-scope=public, vcs-type=git, io.buildah.version=1.32.0, maintainer=Paul Cuzner , io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, architecture=x86_64, build-date=2022-04-29T11:48:11.055897, com.redhat.component=ubi8-container, io.k8s.display-name=Red Hat Universal Base Image 8, io.openshift.expose-services=, description=Ceph Grafana Container, name=ubi8, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, version=8.5, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.openshift.tags=base rhel8, summary=Grafana Container configured for Ceph mgr/dashboard integration) 2026-02-17T22:15:15.287 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 bash[66806]: 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 2026-02-17T22:15:15.287 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 podman[66806]: 2026-02-17 22:15:14.956540269 +0000 UTC m=+0.008697301 image pull 954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9 quay.io/ceph/ceph-grafana:9.4.7 2026-02-17T22:15:15.287 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 systemd[1]: Started Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099602821Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099713537Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099722454Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099729818Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099734737Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099739516Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099743403Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099747891Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099752219Z level=info msg="Path Home" path=/usr/share/grafana 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099756307Z level=info msg="Path Data" path=/var/lib/grafana 2026-02-17T22:15:15.288 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099760344Z level=info msg="Path Logs" path=/var/log/grafana 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099764192Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099768309Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=settings t=2026-02-17T22:15:15.099772337Z level=info msg="App mode production" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore t=2026-02-17T22:15:15.09980633Z level=info msg="Connecting to DB" dbtype=sqlite3 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore t=2026-02-17T22:15:15.099815717Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.100543081Z level=info msg="Starting DB migrations" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.100598885Z level=info msg="Executing migration" id="create migration_log table" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.100998639Z level=info msg="Executing migration" id="create user table" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.101287487Z level=info msg="Executing migration" id="add unique index user.login" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.101576124Z level=info msg="Executing migration" id="add unique index user.email" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.101849413Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2026-02-17T22:15:15.289 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.10226681Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.102541692Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.103042684Z level=info msg="Executing migration" id="create user table v2" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.103435636Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.103791488Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.104119128Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.104402506Z level=info msg="Executing migration" id="Drop old table user_v1" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.104686234Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.104966135Z level=info msg="Executing migration" id="Update user table charset" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.105167239Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.105494749Z level=info msg="Executing migration" id="Add missing user data" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.105770402Z level=info msg="Executing migration" id="Add is_disabled column to user" 2026-02-17T22:15:15.290 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.106001061Z level=info msg="Executing migration" id="Add index user.login/user.email" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.106226822Z level=info msg="Executing migration" id="Add is_service_account column to user" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.106492997Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.107066224Z level=info msg="Executing migration" id="create temp user table v1-7" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.10734374Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.107627809Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.107882173Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.10813293Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.108410005Z level=info msg="Executing migration" id="Update temp_user table charset" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.108603506Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.108805281Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.10901979Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.109231695Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.109476861Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2026-02-17T22:15:15.291 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.10979846Z level=info msg="Executing migration" id="create temp_user v2" 2026-02-17T22:15:15.295 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.110015974Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2026-02-17T22:15:15.295 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.11022293Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2026-02-17T22:15:15.295 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.110473015Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2026-02-17T22:15:15.295 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.110678097Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2026-02-17T22:15:15.295 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.110934474Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.111113918Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.111347684Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.111566431Z level=info msg="Executing migration" id="create star table" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.111767295Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.112026267Z level=info msg="Executing migration" id="create org table v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.112295017Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.112539292Z level=info msg="Executing migration" id="create org_user table v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.112768348Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.113006832Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.113261596Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2026-02-17T22:15:15.296 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.113500852Z level=info msg="Executing migration" id="Update org table charset" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.113673713Z level=info msg="Executing migration" id="Update org_user table charset" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.11383296Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.114006172Z level=info msg="Executing migration" id="create dashboard table" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.114248233Z level=info msg="Executing migration" id="add index dashboard.account_id" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.114491796Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.114740579Z level=info msg="Executing migration" id="create dashboard_tag table" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.114994302Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.115245068Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.115488792Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.115915656Z level=info msg="Executing migration" id="create dashboard v2" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.116125487Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.116382646Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2026-02-17T22:15:15.297 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.116632431Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.116815682Z level=info msg="Executing migration" id="drop table dashboard_v1" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.117031033Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.117192804Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.117490368Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.117740173Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.117986501Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.118205148Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.118503954Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.118720277Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.118930318Z level=info msg="Executing migration" id="Update dashboard table charset" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.11909235Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.119299656Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2026-02-17T22:15:15.298 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.11960817Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.11986088Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.120114242Z level=info msg="Executing migration" id="Add column uid in dashboard" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.120405564Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.120610315Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.12086002Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.121066705Z level=info msg="Executing migration" id="Update dashboard title length" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.12123065Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.121486076Z level=info msg="Executing migration" id="create dashboard_provisioning" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.121724459Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.122177873Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.122442927Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.12269177Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2026-02-17T22:15:15.299 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.122940353Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.123114517Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.123361928Z level=info msg="Executing migration" id="Add check_sum column" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.12365893Z level=info msg="Executing migration" id="Add index for dashboard_title" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.123870985Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.124061259Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.124229673Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.124479297Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.124750793Z level=info msg="Executing migration" id="create data_source table" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.125006669Z level=info msg="Executing migration" id="add index data_source.account_id" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.125274127Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.125532427Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2026-02-17T22:15:15.300 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.125740425Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.125952149Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.126567935Z level=info msg="Executing migration" id="create data_source table v2" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.126830183Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.127042308Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.12729054Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.127523884Z level=info msg="Executing migration" id="Add column with_credentials" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.127794739Z level=info msg="Executing migration" id="Add secure json data column" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.128060233Z level=info msg="Executing migration" id="Update data_source table charset" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.128214701Z level=info msg="Executing migration" id="Update initial version to 1" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.128419622Z level=info msg="Executing migration" id="Add read_only data column" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.128684896Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.128846917Z level=info msg="Executing migration" id="Update json_data with nulls" 2026-02-17T22:15:15.301 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.129008568Z level=info msg="Executing migration" id="Add uid column" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.129291705Z level=info msg="Executing migration" id="Update uid value" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.129497358Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.129717869Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.129978804Z level=info msg="Executing migration" id="create api_key table" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.130238117Z level=info msg="Executing migration" id="add index api_key.account_id" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.130497871Z level=info msg="Executing migration" id="add index api_key.key" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.130793411Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.131076848Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.131331422Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.131586397Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.131798512Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.13237799Z level=info msg="Executing migration" id="create api_key table v2" 2026-02-17T22:15:15.302 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.132628977Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.132840671Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.133085708Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.133340392Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.133550753Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.133743412Z level=info msg="Executing migration" id="Update api_key table charset" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.133900474Z level=info msg="Executing migration" id="Add expires to api_key table" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.13417744Z level=info msg="Executing migration" id="Add service account foreign key" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.134568708Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.134768059Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.135040536Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.135357476Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.135598184Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2026-02-17T22:15:15.303 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.135809508Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.136019028Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.136269464Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.13653068Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.136774123Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.136934111Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.137090432Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.137414726Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.137728009Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.137892545Z level=info msg="Executing migration" id="create quota table v1" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.138130358Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.138394229Z level=info msg="Executing migration" id="Update quota table charset" 2026-02-17T22:15:15.304 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.138589272Z level=info msg="Executing migration" id="create plugin_setting table" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.138832144Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.139086858Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.139413436Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.139605283Z level=info msg="Executing migration" id="create session table" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.139874615Z level=info msg="Executing migration" id="Drop old table playlist table" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140031857Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140192496Z level=info msg="Executing migration" id="create playlist table v2" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140437963Z level=info msg="Executing migration" id="create playlist item table v2" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140681487Z level=info msg="Executing migration" id="Update playlist table charset" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140836796Z level=info msg="Executing migration" id="Update playlist_item table charset" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.140990692Z level=info msg="Executing migration" id="drop preferences table v2" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.141148486Z level=info msg="Executing migration" id="drop preferences table v3" 2026-02-17T22:15:15.305 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.141347987Z level=info msg="Executing migration" id="create preferences table v3" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.141588024Z level=info msg="Executing migration" id="Update preferences table charset" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.141743904Z level=info msg="Executing migration" id="Add column team_id in preferences" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.142049794Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.142280834Z level=info msg="Executing migration" id="Add column week_start in preferences" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.142616258Z level=info msg="Executing migration" id="Add column preferences.json_data" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.142909093Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.143074611Z level=info msg="Executing migration" id="Add preferences index org_id" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.143330267Z level=info msg="Executing migration" id="Add preferences index user_id" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.143610379Z level=info msg="Executing migration" id="create alert table v1" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.143899427Z level=info msg="Executing migration" id="add index alert org_id & id " 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.144166444Z level=info msg="Executing migration" id="add index alert state" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.144420637Z level=info msg="Executing migration" id="add index alert dashboard_id" 2026-02-17T22:15:15.306 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.14466947Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.144904357Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.145155585Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.145425958Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.146190271Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.146440196Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.146698247Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.146869445Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.147064238Z level=info msg="Executing migration" id="create alert_notification table v1" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.147275792Z level=info msg="Executing migration" id="Add column is_default" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.147631053Z level=info msg="Executing migration" id="Add column frequency" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.147956569Z level=info msg="Executing migration" id="Add column send_reminder" 2026-02-17T22:15:15.307 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.148301691Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.148667382Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.148925763Z level=info msg="Executing migration" id="Update alert table charset" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.149082555Z level=info msg="Executing migration" id="Update alert_notification table charset" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.149253663Z level=info msg="Executing migration" id="create notification_journal table v1" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.149512175Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.149776176Z level=info msg="Executing migration" id="drop alert_notification_journal" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.149991296Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.150203782Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.150528667Z level=info msg="Executing migration" id="Add for to alert table" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.150859983Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.151200968Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2026-02-17T22:15:15.308 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.151412923Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.151671063Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.151883919Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.152207632Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.152418935Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.152644064Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.152899079Z level=info msg="Executing migration" id="Drop old annotation table v4" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.153068144Z level=info msg="Executing migration" id="create annotation table v5" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.153344348Z level=info msg="Executing migration" id="add index annotation 0 v3" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.15359798Z level=info msg="Executing migration" id="add index annotation 1 v3" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.153857323Z level=info msg="Executing migration" id="add index annotation 2 v3" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.154284949Z level=info msg="Executing migration" id="add index annotation 3 v3" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.154556274Z level=info msg="Executing migration" id="add index annotation 4 v3" 2026-02-17T22:15:15.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.154831927Z level=info msg="Executing migration" id="Update annotation table charset" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.154989961Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.155371691Z level=info msg="Executing migration" id="Drop category_id index" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.155619723Z level=info msg="Executing migration" id="Add column tags to annotation table" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.155953064Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.15619803Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.156473783Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.156684545Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.157524078Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.157765978Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.158017066Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.158188615Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.158471983Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2026-02-17T22:15:15.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.158673297Z level=info msg="Executing migration" id="Add created time to annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.159016887Z level=info msg="Executing migration" id="Add updated time to annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.159396914Z level=info msg="Executing migration" id="Add index for created in annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.159649775Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.159897186Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.160064978Z level=info msg="Executing migration" id="Add epoch_end column" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.160448021Z level=info msg="Executing migration" id="Add index for epoch_end" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.160703777Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.160877971Z level=info msg="Executing migration" id="Move region to single row" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.161064148Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.161289457Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16154869Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2026-02-17T22:15:15.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.161768269Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.161983249Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.162189192Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16244062Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.162644179Z level=info msg="Executing migration" id="create test_data table" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.162899374Z level=info msg="Executing migration" id="create dashboard_version table v1" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.163144851Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.163410565Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16365999Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.163824506Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.163995625Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.164153398Z level=info msg="Executing migration" id="create team table" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.164401751Z level=info msg="Executing migration" id="add index team.org_id" 2026-02-17T22:15:15.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.164667806Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.164918052Z level=info msg="Executing migration" id="create team member table" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.165153991Z level=info msg="Executing migration" id="add index team_member.org_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.165412803Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16566374Z level=info msg="Executing migration" id="add index team_member.team_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.165908505Z level=info msg="Executing migration" id="Add column email to team table" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.166312668Z level=info msg="Executing migration" id="Add column external to team_member table" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.166702553Z level=info msg="Executing migration" id="Add column permission to team_member table" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.167061602Z level=info msg="Executing migration" id="create dashboard acl table" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.167325132Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.167599733Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.167854648Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.168101918Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2026-02-17T22:15:15.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.168416995Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.168666709Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16891396Z level=info msg="Executing migration" id="add index dashboard_permission" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.169173112Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.169442754Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.169646463Z level=info msg="Executing migration" id="create tag table" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.16988127Z level=info msg="Executing migration" id="add index tag.key_value" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.170129913Z level=info msg="Executing migration" id="create login attempt table" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.170375119Z level=info msg="Executing migration" id="add index login_attempt.username" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.170625155Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.170838983Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.171848763Z level=info msg="Executing migration" id="create login_attempt v2" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.172093528Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2026-02-17T22:15:15.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.172359654Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.172566218Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.17276075Z level=info msg="Executing migration" id="create user auth table" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.172965762Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.173212732Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.17341592Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.17379212Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.174159143Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.174612357Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.175037769Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.175295699Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.175713517Z level=info msg="Executing migration" id="create server_lock table" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.175952482Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2026-02-17T22:15:15.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.176207907Z level=info msg="Executing migration" id="create user auth token table" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.176480124Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.17673033Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.176979123Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.177227455Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.177652316Z level=info msg="Executing migration" id="create cache_data table" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.177899416Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.178153168Z level=info msg="Executing migration" id="create short_url table v1" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.178439802Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.178690679Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.178850747Z level=info msg="Executing migration" id="delete alert_definition table" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.179009402Z level=info msg="Executing migration" id="recreate alert_definition table" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.179290545Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2026-02-17T22:15:15.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.179546111Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.179795235Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.179954701Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.180165754Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.180429245Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.180689399Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.180938513Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.18138288Z level=info msg="Executing migration" id="drop alert_definition table" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.181663322Z level=info msg="Executing migration" id="delete alert_definition_version table" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.181824973Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.182041085Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.182320325Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2026-02-17T22:15:15.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.182576953Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.18273669Z level=info msg="Executing migration" id="drop alert_definition_version table" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.182976626Z level=info msg="Executing migration" id="create alert_instance table" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.183194522Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.183463883Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.183716774Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.184115817Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.184366804Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.184618623Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.186358862Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.188051223Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.188340571Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.188603571Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2026-02-17T22:15:15.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.189058498Z level=info msg="Executing migration" id="create alert_rule table" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.189331816Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.189593764Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.189845613Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.190096901Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.190302523Z level=info msg="Executing migration" id="add column for to alert_rule" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.190750447Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.19115488Z level=info msg="Executing migration" id="add column labels to alert_rule" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.191599528Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.191851897Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.192074322Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.192525742Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2026-02-17T22:15:15.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.192973475Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.193249399Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.193702632Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.194107276Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.194276841Z level=info msg="Executing migration" id="create alert_rule_version table" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.194554989Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.194811256Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.195072162Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.195239253Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.195709298Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.196124681Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.196581051Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2026-02-17T22:15:15.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.19702693Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.197484171Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.197680697Z level=info msg="Executing migration" id=create_alert_configuration_table 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.197922117Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.198415936Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.19861177Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.199080212Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.199342661Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.199791166Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.200033156Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.200331431Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.200799322Z level=info msg="Executing migration" id="create provenance_type table" 2026-02-17T22:15:15.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.201045641Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.201321044Z level=info msg="Executing migration" id="create alert_image table" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.201574225Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.201839459Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202005598Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202261093Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202512061Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202550983Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202691404Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.202880687Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203101508Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203153936Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203225098Z level=info msg="alerts found to migrate" alerts=0 2026-02-17T22:15:15.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203459544Z level=info msg="Executing migration" id="create library_element table v1" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203732402Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.203991394Z level=info msg="Executing migration" id="create library_element_connection table v1" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.204236971Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.204501694Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.204770465Z level=info msg="Executing migration" id="increase max description length to 2048" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.204926876Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.205121438Z level=info msg="Executing migration" id="create data_keys table" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.205384037Z level=info msg="Executing migration" id="create secrets table" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.205648419Z level=info msg="Executing migration" id="rename data_keys name column to id" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.207874042Z level=info msg="Executing migration" id="add name column into data_keys" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.208393178Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.208594262Z level=info msg="Executing migration" id="rename data_keys name column to label" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.210739005Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2026-02-17T22:15:15.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.212899396Z level=info msg="Executing migration" id="create kv_store table v1" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.21317548Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.213449019Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.213665051Z level=info msg="Executing migration" id="create permission table" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.213907593Z level=info msg="Executing migration" id="add unique index permission.role_id" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.214165854Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.214450644Z level=info msg="Executing migration" id="create role table" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.214703935Z level=info msg="Executing migration" id="add column display_name" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.215169411Z level=info msg="Executing migration" id="add column group_name" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.215677036Z level=info msg="Executing migration" id="add index role.org_id" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.215940357Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.216195752Z level=info msg="Executing migration" id="add index role_org_id_uid" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.216460455Z level=info msg="Executing migration" id="create team role table" 2026-02-17T22:15:15.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.216709779Z level=info msg="Executing migration" id="add index team_role.org_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.216964393Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.217246959Z level=info msg="Executing migration" id="add index team_role.team_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.217506792Z level=info msg="Executing migration" id="create user role table" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.217746589Z level=info msg="Executing migration" id="add index user_role.org_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.218000492Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.218260095Z level=info msg="Executing migration" id="add index user_role.user_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.218522533Z level=info msg="Executing migration" id="create builtin role table" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.218779722Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.219032532Z level=info msg="Executing migration" id="add index builtin_role.name" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.219300551Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.21983674Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2026-02-17T22:15:15.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.220111972Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.220378859Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.220631309Z level=info msg="Executing migration" id="add unique index role.uid" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.220853662Z level=info msg="Executing migration" id="create seed assignment table" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.221091575Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.221360927Z level=info msg="Executing migration" id="add column hidden to role table" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.221880394Z level=info msg="Executing migration" id="create query_history table v1" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.222128125Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.222428755Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.22262503Z level=info msg="Executing migration" id="teams permissions migration" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.222843426Z level=info msg="Executing migration" id="dashboard permissions" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.22308178Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.223282614Z level=info msg="Executing migration" id="drop managed folder create actions" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.223483868Z level=info msg="Executing migration" id="alerting notification permissions" 2026-02-17T22:15:15.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.223668983Z level=info msg="Executing migration" id="create query_history_star table v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.22390897Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.224167471Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.224719899Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.224917858Z level=info msg="Executing migration" id="create correlation table v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.225172181Z level=info msg="Executing migration" id="add index correlations.uid" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.225438026Z level=info msg="Executing migration" id="add index correlations.source_uid" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.225695185Z level=info msg="Executing migration" id="add correlation config column" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.226201618Z level=info msg="Executing migration" id="create entity_events table" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.226475067Z level=info msg="Executing migration" id="create dashboard public config v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.22672969Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.226771839Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.226964958Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.227005664Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.227147047Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.227429743Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2026-02-17T22:15:15.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.227687092Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.227946515Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.228203784Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.228461734Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.228683147Z level=info msg="Executing migration" id="Drop public config table" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.228920258Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.229289495Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.229561662Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.229801388Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.230057885Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.231676489Z level=info msg="Executing migration" id="add annotations_enabled column" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.23222009Z level=info msg="Executing migration" id="add time_selection_enabled column" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.232758793Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.232930533Z level=info msg="Executing migration" id="add share column" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.233481899Z level=info msg="Executing migration" id="create default alerting folders" 2026-02-17T22:15:15.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.233737575Z level=info msg="Executing migration" id="create file table" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.234005544Z level=info msg="Executing migration" id="file table idx: path natural pk" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.234264506Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.234550318Z level=info msg="Executing migration" id="create file_meta table" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.234790165Z level=info msg="Executing migration" id="file table idx: path key" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.235048135Z level=info msg="Executing migration" id="set path collation in file table" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.235207922Z level=info msg="Executing migration" id="managed permissions migration" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.235463147Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.235638313Z level=info msg="Executing migration" id="RBAC action name migrator" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.235853303Z level=info msg="Executing migration" id="Add UID column to playlist" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.23640459Z level=info msg="Executing migration" id="Update uid column values in playlist" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.236608549Z level=info msg="Executing migration" id="Add index for uid in playlist" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.236865207Z level=info msg="Executing migration" id="update group index for alert rules" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.237069497Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.237244583Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.237555502Z level=info msg="Executing migration" id="add action column to seed_assignment" 2026-02-17T22:15:15.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.238423999Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.239274592Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.239601671Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.244961388Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.245354289Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.245728626Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.247797928Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.248006596Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.248190128Z level=info msg="Executing migration" id="create folder table" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.248447737Z level=info msg="Executing migration" id="Add index for parent_uid" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.248713913Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.249027597Z level=info msg="Executing migration" id="Update folder title length" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.249188666Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=migrator t=2026-02-17T22:15:15.2494538Z level=info msg="migrations completed" performed=485 skipped=0 duration=148.871175ms 2026-02-17T22:15:15.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore t=2026-02-17T22:15:15.249656878Z level=info msg="Created default organization" 2026-02-17T22:15:15.666 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-17T22:15:15.683 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-17T22:15:15.690 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.6 2026-02-17T22:15:15.726 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-17T22:15:15.726 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.7 2026-02-17T22:15:15.729 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.3 2026-02-17T22:15:15.731 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.5 2026-02-17T22:15:15.731 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=plugin.loader t=2026-02-17T22:15:15.299158803Z level=info msg="Plugin registered" pluginID=input 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=plugin.loader t=2026-02-17T22:15:15.327549851Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=plugin.loader t=2026-02-17T22:15:15.327561483Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=secrets t=2026-02-17T22:15:15.327582933Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=query_data t=2026-02-17T22:15:15.329856876Z level=info msg="Query Service initialization" 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=live.push_http t=2026-02-17T22:15:15.331525101Z level=info msg="Live Push Gateway initialization" 2026-02-17T22:15:15.732 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=infra.usagestats.collector t=2026-02-17T22:15:15.729913257Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2026-02-17T22:15:15.775 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:15 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:15:15] "GET /metrics HTTP/1.1" 200 30988 "" "Prometheus/2.43.0" 2026-02-17T22:15:15.807 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:15.906 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:15.907 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:15.952 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd last-stat-seq osd.4 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=provisioning.datasources t=2026-02-17T22:15:15.782576165Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=provisioning.datasources t=2026-02-17T22:15:15.810895891Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=provisioning.alerting t=2026-02-17T22:15:15.827924138Z level=info msg="starting to provision alerting" 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=provisioning.alerting t=2026-02-17T22:15:15.827938304Z level=info msg="finished to provision alerting" 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=grafanaStorageLogger t=2026-02-17T22:15:15.82803808Z level=info msg="storage starting" 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=ngalert.state.manager t=2026-02-17T22:15:15.828062105Z level=info msg="Warming state cache for startup" 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=http.server t=2026-02-17T22:15:15.829367395Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore.transactions t=2026-02-17T22:15:15.838427489Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2026-02-17T22:15:16.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=ngalert.state.manager t=2026-02-17T22:15:15.83854076Z level=info msg="State cache has been initialized" states=0 duration=10.477313ms 2026-02-17T22:15:16.038 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=ticker t=2026-02-17T22:15:15.838624216Z level=info msg=starting first_tick=2026-02-17T22:15:20Z 2026-02-17T22:15:16.038 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=ngalert.multiorg.alertmanager t=2026-02-17T22:15:15.838620939Z level=info msg="starting MultiOrg Alertmanager" 2026-02-17T22:15:16.038 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore.transactions t=2026-02-17T22:15:15.882403719Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2026-02-17T22:15:16.038 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:15:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[66830]: logger=sqlstore.transactions t=2026-02-17T22:15:15.893579442Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2026-02-17T22:15:16.126 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:16.128 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:16.128 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:16.129 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:16.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[21352]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 293 B/s wr, 10 op/s 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.278 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.279 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:15:16.279 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:16 trial144 ceph-mon[36654]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 293 B/s wr, 10 op/s 2026-02-17T22:15:16.411 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:16.412 INFO:teuthology.orchestra.run.trial144.stdout:34359738388 2026-02-17T22:15:16.448 INFO:teuthology.orchestra.run.trial144.stdout:154618822665 2026-02-17T22:15:16.466 INFO:teuthology.orchestra.run.trial144.stdout:47244640275 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:15:16.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:16 trial172 ceph-mon[26165]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 293 B/s wr, 10 op/s 2026-02-17T22:15:16.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738388 got 34359738388 for osd.0 2026-02-17T22:15:16.555 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822665 got 154618822665 for osd.6 2026-02-17T22:15:16.591 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.611 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640275 got 47244640275 for osd.1 2026-02-17T22:15:16.611 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.631 INFO:teuthology.orchestra.run.trial144.stdout:64424509458 2026-02-17T22:15:16.655 INFO:teuthology.orchestra.run.trial144.stdout:94489280527 2026-02-17T22:15:16.662 INFO:teuthology.orchestra.run.trial144.stdout:176093659145 2026-02-17T22:15:16.666 INFO:teuthology.orchestra.run.trial144.stdout:133143986187 2026-02-17T22:15:16.768 INFO:tasks.cephadm.ceph_manager.ceph:need seq 64424509458 got 64424509458 for osd.2 2026-02-17T22:15:16.769 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.792 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280527 got 94489280527 for osd.3 2026-02-17T22:15:16.793 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.801 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659145 got 176093659145 for osd.7 2026-02-17T22:15:16.801 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.806 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986187 for osd.5 2026-02-17T22:15:16.806 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.847 INFO:teuthology.orchestra.run.trial144.stdout:111669149709 2026-02-17T22:15:16.984 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149709 got 111669149709 for osd.4 2026-02-17T22:15:16.984 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:16.984 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-17T22:15:16.985 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph pg dump --format=json 2026-02-17T22:15:17.154 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:17.165 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Getting image source signatures 2026-02-17T22:15:17.166 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2026-02-17T22:15:17.166 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2026-02-17T22:15:17.166 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2026-02-17T22:15:17.424 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2088199087' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1878018918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3160432679' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2877127443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/878650033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:17.425 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/359248050' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:17.426 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3501169230' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:17.426 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1803012442' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:17.426 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.426 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2026-02-17T22:15:17.426 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: Writing manifest to image destination 2026-02-17T22:15:17.611 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2088199087' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1878018918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3160432679' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2877127443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:17.612 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/878650033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:17.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/359248050' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:17.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3501169230' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:17.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1803012442' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:17.613 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.615 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2088199087' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1878018918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3160432679' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2877127443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/878650033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/359248050' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2026-02-17T22:15:17.616 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3501169230' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2026-02-17T22:15:17.617 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1803012442' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2026-02-17T22:15:17.617 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:17 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:17.617 INFO:teuthology.orchestra.run.trial144.stderr:dumped all 2026-02-17T22:15:17.747 INFO:teuthology.orchestra.run.trial144.stdout:{"pg_ready":true,"pg_map":{"version":11,"stamp":"2026-02-17T22:15:17.075552+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593533,"num_objects":26,"num_object_clones":0,"num_object_copies":78,"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":26,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":184,"num_write_kb":2168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":14,"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":143,"ondisk_log_size":143,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":5872025600,"kb_used":221696,"kb_used_data":6000,"kb_used_omap":12,"kb_used_meta":215539,"kb_avail":5871803904,"statfs":{"total":6012954214400,"available":6012727197696,"internally_reserved":0,"allocated":6144000,"data_stored":3662760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12735,"internal_metadata":220712513},"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":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":60,"num_read_kb":176,"num_write":14,"num_write_kb":2,"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":"8.001043"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108786+0000","last_change":"2026-02-17T22:14:53.308247+0000","last_active":"2026-02-17T22:15:09.108786+0000","last_peered":"2026-02-17T22:15:09.108786+0000","last_clean":"2026-02-17T22:15:09.108786+0000","last_became_active":"2026-02-17T22:14:53.308114+0000","last_became_peered":"2026-02-17T22:14:53.308114+0000","last_unstale":"2026-02-17T22:15:09.108786+0000","last_undegraded":"2026-02-17T22:15:09.108786+0000","last_fullsized":"2026-02-17T22:15:09.108786+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101316+0000","last_change":"2026-02-17T22:14:53.307803+0000","last_active":"2026-02-17T22:15:09.101316+0000","last_peered":"2026-02-17T22:15:09.101316+0000","last_clean":"2026-02-17T22:15:09.101316+0000","last_became_active":"2026-02-17T22:14:53.307352+0000","last_became_peered":"2026-02-17T22:14:53.307352+0000","last_unstale":"2026-02-17T22:15:09.101316+0000","last_undegraded":"2026-02-17T22:15:09.101316+0000","last_fullsized":"2026-02-17T22:15:09.101316+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111354+0000","last_change":"2026-02-17T22:14:53.306931+0000","last_active":"2026-02-17T22:15:09.111354+0000","last_peered":"2026-02-17T22:15:09.111354+0000","last_clean":"2026-02-17T22:15:09.111354+0000","last_became_active":"2026-02-17T22:14:53.306788+0000","last_became_peered":"2026-02-17T22:14:53.306788+0000","last_unstale":"2026-02-17T22:15:09.111354+0000","last_undegraded":"2026-02-17T22:15:09.111354+0000","last_fullsized":"2026-02-17T22:15:09.111354+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101136+0000","last_change":"2026-02-17T22:14:53.306774+0000","last_active":"2026-02-17T22:15:09.101136+0000","last_peered":"2026-02-17T22:15:09.101136+0000","last_clean":"2026-02-17T22:15:09.101136+0000","last_became_active":"2026-02-17T22:14:53.306216+0000","last_became_peered":"2026-02-17T22:14:53.306216+0000","last_unstale":"2026-02-17T22:15:09.101136+0000","last_undegraded":"2026-02-17T22:15:09.101136+0000","last_fullsized":"2026-02-17T22:15:09.101136+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108586+0000","last_change":"2026-02-17T22:14:53.307411+0000","last_active":"2026-02-17T22:15:09.108586+0000","last_peered":"2026-02-17T22:15:09.108586+0000","last_clean":"2026-02-17T22:15:09.108586+0000","last_became_active":"2026-02-17T22:14:53.307133+0000","last_became_peered":"2026-02-17T22:14:53.307133+0000","last_unstale":"2026-02-17T22:15:09.108586+0000","last_undegraded":"2026-02-17T22:15:09.108586+0000","last_fullsized":"2026-02-17T22:15:09.108586+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101082+0000","last_change":"2026-02-17T22:14:53.307078+0000","last_active":"2026-02-17T22:15:09.101082+0000","last_peered":"2026-02-17T22:15:09.101082+0000","last_clean":"2026-02-17T22:15:09.101082+0000","last_became_active":"2026-02-17T22:14:53.306659+0000","last_became_peered":"2026-02-17T22:14:53.306659+0000","last_unstale":"2026-02-17T22:15:09.101082+0000","last_undegraded":"2026-02-17T22:15:09.101082+0000","last_fullsized":"2026-02-17T22:15:09.101082+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108313+0000","last_change":"2026-02-17T22:14:53.309131+0000","last_active":"2026-02-17T22:15:09.108313+0000","last_peered":"2026-02-17T22:15:09.108313+0000","last_clean":"2026-02-17T22:15:09.108313+0000","last_became_active":"2026-02-17T22:14:53.308893+0000","last_became_peered":"2026-02-17T22:14:53.308893+0000","last_unstale":"2026-02-17T22:15:09.108313+0000","last_undegraded":"2026-02-17T22:15:09.108313+0000","last_fullsized":"2026-02-17T22:15:09.108313+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099393+0000","last_change":"2026-02-17T22:14:53.307311+0000","last_active":"2026-02-17T22:15:09.099393+0000","last_peered":"2026-02-17T22:15:09.099393+0000","last_clean":"2026-02-17T22:15:09.099393+0000","last_became_active":"2026-02-17T22:14:53.307080+0000","last_became_peered":"2026-02-17T22:14:53.307080+0000","last_unstale":"2026-02-17T22:15:09.099393+0000","last_undegraded":"2026-02-17T22:15:09.099393+0000","last_fullsized":"2026-02-17T22:15:09.099393+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108818+0000","last_change":"2026-02-17T22:14:53.308457+0000","last_active":"2026-02-17T22:15:09.108818+0000","last_peered":"2026-02-17T22:15:09.108818+0000","last_clean":"2026-02-17T22:15:09.108818+0000","last_became_active":"2026-02-17T22:14:53.308339+0000","last_became_peered":"2026-02-17T22:14:53.308339+0000","last_unstale":"2026-02-17T22:15:09.108818+0000","last_undegraded":"2026-02-17T22:15:09.108818+0000","last_fullsized":"2026-02-17T22:15:09.108818+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110142+0000","last_change":"2026-02-17T22:14:53.309616+0000","last_active":"2026-02-17T22:15:09.110142+0000","last_peered":"2026-02-17T22:15:09.110142+0000","last_clean":"2026-02-17T22:15:09.110142+0000","last_became_active":"2026-02-17T22:14:53.309316+0000","last_became_peered":"2026-02-17T22:14:53.309316+0000","last_unstale":"2026-02-17T22:15:09.110142+0000","last_undegraded":"2026-02-17T22:15:09.110142+0000","last_fullsized":"2026-02-17T22:15:09.110142+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110071+0000","last_change":"2026-02-17T22:14:53.309406+0000","last_active":"2026-02-17T22:15:09.110071+0000","last_peered":"2026-02-17T22:15:09.110071+0000","last_clean":"2026-02-17T22:15:09.110071+0000","last_became_active":"2026-02-17T22:14:53.308914+0000","last_became_peered":"2026-02-17T22:14:53.308914+0000","last_unstale":"2026-02-17T22:15:09.110071+0000","last_undegraded":"2026-02-17T22:15:09.110071+0000","last_fullsized":"2026-02-17T22:15:09.110071+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098485+0000","last_change":"2026-02-17T22:14:53.308043+0000","last_active":"2026-02-17T22:15:09.098485+0000","last_peered":"2026-02-17T22:15:09.098485+0000","last_clean":"2026-02-17T22:15:09.098485+0000","last_became_active":"2026-02-17T22:14:53.307210+0000","last_became_peered":"2026-02-17T22:14:53.307210+0000","last_unstale":"2026-02-17T22:15:09.098485+0000","last_undegraded":"2026-02-17T22:15:09.098485+0000","last_fullsized":"2026-02-17T22:15:09.098485+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099538+0000","last_change":"2026-02-17T22:14:53.306199+0000","last_active":"2026-02-17T22:15:09.099538+0000","last_peered":"2026-02-17T22:15:09.099538+0000","last_clean":"2026-02-17T22:15:09.099538+0000","last_became_active":"2026-02-17T22:14:53.306016+0000","last_became_peered":"2026-02-17T22:14:53.306016+0000","last_unstale":"2026-02-17T22:15:09.099538+0000","last_undegraded":"2026-02-17T22:15:09.099538+0000","last_fullsized":"2026-02-17T22:15:09.099538+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111081+0000","last_change":"2026-02-17T22:14:53.309741+0000","last_active":"2026-02-17T22:15:09.111081+0000","last_peered":"2026-02-17T22:15:09.111081+0000","last_clean":"2026-02-17T22:15:09.111081+0000","last_became_active":"2026-02-17T22:14:53.309617+0000","last_became_peered":"2026-02-17T22:14:53.309617+0000","last_unstale":"2026-02-17T22:15:09.111081+0000","last_undegraded":"2026-02-17T22:15:09.111081+0000","last_fullsized":"2026-02-17T22:15:09.111081+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100980+0000","last_change":"2026-02-17T22:14:53.309173+0000","last_active":"2026-02-17T22:15:09.100980+0000","last_peered":"2026-02-17T22:15:09.100980+0000","last_clean":"2026-02-17T22:15:09.100980+0000","last_became_active":"2026-02-17T22:14:53.308968+0000","last_became_peered":"2026-02-17T22:14:53.308968+0000","last_unstale":"2026-02-17T22:15:09.100980+0000","last_undegraded":"2026-02-17T22:15:09.100980+0000","last_fullsized":"2026-02-17T22:15:09.100980+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100932+0000","last_change":"2026-02-17T22:14:53.305233+0000","last_active":"2026-02-17T22:15:09.100932+0000","last_peered":"2026-02-17T22:15:09.100932+0000","last_clean":"2026-02-17T22:15:09.100932+0000","last_became_active":"2026-02-17T22:14:53.305066+0000","last_became_peered":"2026-02-17T22:14:53.305066+0000","last_unstale":"2026-02-17T22:15:09.100932+0000","last_undegraded":"2026-02-17T22:15:09.100932+0000","last_fullsized":"2026-02-17T22:15:09.100932+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101405+0000","last_change":"2026-02-17T22:14:53.305110+0000","last_active":"2026-02-17T22:15:09.101405+0000","last_peered":"2026-02-17T22:15:09.101405+0000","last_clean":"2026-02-17T22:15:09.101405+0000","last_became_active":"2026-02-17T22:14:53.304895+0000","last_became_peered":"2026-02-17T22:14:53.304895+0000","last_unstale":"2026-02-17T22:15:09.101405+0000","last_undegraded":"2026-02-17T22:15:09.101405+0000","last_fullsized":"2026-02-17T22:15:09.101405+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099991+0000","last_change":"2026-02-17T22:14:53.309644+0000","last_active":"2026-02-17T22:15:09.099991+0000","last_peered":"2026-02-17T22:15:09.099991+0000","last_clean":"2026-02-17T22:15:09.099991+0000","last_became_active":"2026-02-17T22:14:53.309515+0000","last_became_peered":"2026-02-17T22:14:53.309515+0000","last_unstale":"2026-02-17T22:15:09.099991+0000","last_undegraded":"2026-02-17T22:15:09.099991+0000","last_fullsized":"2026-02-17T22:15:09.099991+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108733+0000","last_change":"2026-02-17T22:14:53.309596+0000","last_active":"2026-02-17T22:15:09.108733+0000","last_peered":"2026-02-17T22:15:09.108733+0000","last_clean":"2026-02-17T22:15:09.108733+0000","last_became_active":"2026-02-17T22:14:53.309487+0000","last_became_peered":"2026-02-17T22:14:53.309487+0000","last_unstale":"2026-02-17T22:15:09.108733+0000","last_undegraded":"2026-02-17T22:15:09.108733+0000","last_fullsized":"2026-02-17T22:15:09.108733+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109957+0000","last_change":"2026-02-17T22:14:53.308460+0000","last_active":"2026-02-17T22:15:09.109957+0000","last_peered":"2026-02-17T22:15:09.109957+0000","last_clean":"2026-02-17T22:15:09.109957+0000","last_became_active":"2026-02-17T22:14:53.307967+0000","last_became_peered":"2026-02-17T22:14:53.307967+0000","last_unstale":"2026-02-17T22:15:09.109957+0000","last_undegraded":"2026-02-17T22:15:09.109957+0000","last_fullsized":"2026-02-17T22:15:09.109957+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111207+0000","last_change":"2026-02-17T22:14:53.307884+0000","last_active":"2026-02-17T22:15:09.111207+0000","last_peered":"2026-02-17T22:15:09.111207+0000","last_clean":"2026-02-17T22:15:09.111207+0000","last_became_active":"2026-02-17T22:14:53.307535+0000","last_became_peered":"2026-02-17T22:14:53.307535+0000","last_unstale":"2026-02-17T22:15:09.111207+0000","last_undegraded":"2026-02-17T22:15:09.111207+0000","last_fullsized":"2026-02-17T22:15:09.111207+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101087+0000","last_change":"2026-02-17T22:14:53.307903+0000","last_active":"2026-02-17T22:15:09.101087+0000","last_peered":"2026-02-17T22:15:09.101087+0000","last_clean":"2026-02-17T22:15:09.101087+0000","last_became_active":"2026-02-17T22:14:53.307357+0000","last_became_peered":"2026-02-17T22:14:53.307357+0000","last_unstale":"2026-02-17T22:15:09.101087+0000","last_undegraded":"2026-02-17T22:15:09.101087+0000","last_fullsized":"2026-02-17T22:15:09.101087+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099448+0000","last_change":"2026-02-17T22:14:53.309010+0000","last_active":"2026-02-17T22:15:09.099448+0000","last_peered":"2026-02-17T22:15:09.099448+0000","last_clean":"2026-02-17T22:15:09.099448+0000","last_became_active":"2026-02-17T22:14:53.308844+0000","last_became_peered":"2026-02-17T22:14:53.308844+0000","last_unstale":"2026-02-17T22:15:09.099448+0000","last_undegraded":"2026-02-17T22:15:09.099448+0000","last_fullsized":"2026-02-17T22:15:09.099448+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101243+0000","last_change":"2026-02-17T22:14:53.305813+0000","last_active":"2026-02-17T22:15:09.101243+0000","last_peered":"2026-02-17T22:15:09.101243+0000","last_clean":"2026-02-17T22:15:09.101243+0000","last_became_active":"2026-02-17T22:14:53.305641+0000","last_became_peered":"2026-02-17T22:14:53.305641+0000","last_unstale":"2026-02-17T22:15:09.101243+0000","last_undegraded":"2026-02-17T22:15:09.101243+0000","last_fullsized":"2026-02-17T22:15:09.101243+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099844+0000","last_change":"2026-02-17T22:14:53.306240+0000","last_active":"2026-02-17T22:15:09.099844+0000","last_peered":"2026-02-17T22:15:09.099844+0000","last_clean":"2026-02-17T22:15:09.099844+0000","last_became_active":"2026-02-17T22:14:53.306086+0000","last_became_peered":"2026-02-17T22:14:53.306086+0000","last_unstale":"2026-02-17T22:15:09.099844+0000","last_undegraded":"2026-02-17T22:15:09.099844+0000","last_fullsized":"2026-02-17T22:15:09.099844+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110168+0000","last_change":"2026-02-17T22:14:53.309079+0000","last_active":"2026-02-17T22:15:09.110168+0000","last_peered":"2026-02-17T22:15:09.110168+0000","last_clean":"2026-02-17T22:15:09.110168+0000","last_became_active":"2026-02-17T22:14:53.308811+0000","last_became_peered":"2026-02-17T22:14:53.308811+0000","last_unstale":"2026-02-17T22:15:09.110168+0000","last_undegraded":"2026-02-17T22:15:09.110168+0000","last_fullsized":"2026-02-17T22:15:09.110168+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101113+0000","last_change":"2026-02-17T22:14:53.306544+0000","last_active":"2026-02-17T22:15:09.101113+0000","last_peered":"2026-02-17T22:15:09.101113+0000","last_clean":"2026-02-17T22:15:09.101113+0000","last_became_active":"2026-02-17T22:14:53.306208+0000","last_became_peered":"2026-02-17T22:14:53.306208+0000","last_unstale":"2026-02-17T22:15:09.101113+0000","last_undegraded":"2026-02-17T22:15:09.101113+0000","last_fullsized":"2026-02-17T22:15:09.101113+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099718+0000","last_change":"2026-02-17T22:14:53.308188+0000","last_active":"2026-02-17T22:15:09.099718+0000","last_peered":"2026-02-17T22:15:09.099718+0000","last_clean":"2026-02-17T22:15:09.099718+0000","last_became_active":"2026-02-17T22:14:53.308057+0000","last_became_peered":"2026-02-17T22:14:53.308057+0000","last_unstale":"2026-02-17T22:15:09.099718+0000","last_undegraded":"2026-02-17T22:15:09.099718+0000","last_fullsized":"2026-02-17T22:15:09.099718+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111247+0000","last_change":"2026-02-17T22:14:53.308430+0000","last_active":"2026-02-17T22:15:09.111247+0000","last_peered":"2026-02-17T22:15:09.111247+0000","last_clean":"2026-02-17T22:15:09.111247+0000","last_became_active":"2026-02-17T22:14:53.308089+0000","last_became_peered":"2026-02-17T22:14:53.308089+0000","last_unstale":"2026-02-17T22:15:09.111247+0000","last_undegraded":"2026-02-17T22:15:09.111247+0000","last_fullsized":"2026-02-17T22:15:09.111247+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101143+0000","last_change":"2026-02-17T22:14:53.307099+0000","last_active":"2026-02-17T22:15:09.101143+0000","last_peered":"2026-02-17T22:15:09.101143+0000","last_clean":"2026-02-17T22:15:09.101143+0000","last_became_active":"2026-02-17T22:14:53.306625+0000","last_became_peered":"2026-02-17T22:14:53.306625+0000","last_unstale":"2026-02-17T22:15:09.101143+0000","last_undegraded":"2026-02-17T22:15:09.101143+0000","last_fullsized":"2026-02-17T22:15:09.101143+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099781+0000","last_change":"2026-02-17T22:14:53.308376+0000","last_active":"2026-02-17T22:15:09.099781+0000","last_peered":"2026-02-17T22:15:09.099781+0000","last_clean":"2026-02-17T22:15:09.099781+0000","last_became_active":"2026-02-17T22:14:53.308269+0000","last_became_peered":"2026-02-17T22:14:53.308269+0000","last_unstale":"2026-02-17T22:15:09.099781+0000","last_undegraded":"2026-02-17T22:15:09.099781+0000","last_fullsized":"2026-02-17T22:15:09.099781+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109674+0000","last_change":"2026-02-17T22:14:53.307797+0000","last_active":"2026-02-17T22:15:09.109674+0000","last_peered":"2026-02-17T22:15:09.109674+0000","last_clean":"2026-02-17T22:15:09.109674+0000","last_became_active":"2026-02-17T22:14:53.307526+0000","last_became_peered":"2026-02-17T22:14:53.307526+0000","last_unstale":"2026-02-17T22:15:09.109674+0000","last_undegraded":"2026-02-17T22:15:09.109674+0000","last_fullsized":"2026-02-17T22:15:09.109674+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098260+0000","last_change":"2026-02-17T22:14:53.305293+0000","last_active":"2026-02-17T22:15:09.098260+0000","last_peered":"2026-02-17T22:15:09.098260+0000","last_clean":"2026-02-17T22:15:09.098260+0000","last_became_active":"2026-02-17T22:14:53.305026+0000","last_became_peered":"2026-02-17T22:14:53.305026+0000","last_unstale":"2026-02-17T22:15:09.098260+0000","last_undegraded":"2026-02-17T22:15:09.098260+0000","last_fullsized":"2026-02-17T22:15:09.098260+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099663+0000","last_change":"2026-02-17T22:14:52.587525+0000","last_active":"2026-02-17T22:15:09.099663+0000","last_peered":"2026-02-17T22:15:09.099663+0000","last_clean":"2026-02-17T22:15:09.099663+0000","last_became_active":"2026-02-17T22:14:52.587333+0000","last_became_peered":"2026-02-17T22:14:52.587333+0000","last_unstale":"2026-02-17T22:15:09.099663+0000","last_undegraded":"2026-02-17T22:15:09.099663+0000","last_fullsized":"2026-02-17T22:15:09.099663+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111325+0000","last_change":"2026-02-17T22:14:53.310248+0000","last_active":"2026-02-17T22:15:09.111325+0000","last_peered":"2026-02-17T22:15:09.111325+0000","last_clean":"2026-02-17T22:15:09.111325+0000","last_became_active":"2026-02-17T22:14:53.310104+0000","last_became_peered":"2026-02-17T22:14:53.310104+0000","last_unstale":"2026-02-17T22:15:09.111325+0000","last_undegraded":"2026-02-17T22:15:09.111325+0000","last_fullsized":"2026-02-17T22:15:09.111325+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109886+0000","last_change":"2026-02-17T22:14:52.584529+0000","last_active":"2026-02-17T22:15:09.109886+0000","last_peered":"2026-02-17T22:15:09.109886+0000","last_clean":"2026-02-17T22:15:09.109886+0000","last_became_active":"2026-02-17T22:14:52.584375+0000","last_became_peered":"2026-02-17T22:14:52.584375+0000","last_unstale":"2026-02-17T22:15:09.109886+0000","last_undegraded":"2026-02-17T22:15:09.109886+0000","last_fullsized":"2026-02-17T22:15:09.109886+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099548+0000","last_change":"2026-02-17T22:14:52.587776+0000","last_active":"2026-02-17T22:15:09.099548+0000","last_peered":"2026-02-17T22:15:09.099548+0000","last_clean":"2026-02-17T22:15:09.099548+0000","last_became_active":"2026-02-17T22:14:52.587397+0000","last_became_peered":"2026-02-17T22:14:52.587397+0000","last_unstale":"2026-02-17T22:15:09.099548+0000","last_undegraded":"2026-02-17T22:15:09.099548+0000","last_fullsized":"2026-02-17T22:15:09.099548+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099422+0000","last_change":"2026-02-17T22:14:53.305732+0000","last_active":"2026-02-17T22:15:09.099422+0000","last_peered":"2026-02-17T22:15:09.099422+0000","last_clean":"2026-02-17T22:15:09.099422+0000","last_became_active":"2026-02-17T22:14:53.305579+0000","last_became_peered":"2026-02-17T22:14:53.305579+0000","last_unstale":"2026-02-17T22:15:09.099422+0000","last_undegraded":"2026-02-17T22:15:09.099422+0000","last_fullsized":"2026-02-17T22:15:09.099422+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101004+0000","last_change":"2026-02-17T22:14:52.586124+0000","last_active":"2026-02-17T22:15:09.101004+0000","last_peered":"2026-02-17T22:15:09.101004+0000","last_clean":"2026-02-17T22:15:09.101004+0000","last_became_active":"2026-02-17T22:14:52.585877+0000","last_became_peered":"2026-02-17T22:14:52.585877+0000","last_unstale":"2026-02-17T22:15:09.101004+0000","last_undegraded":"2026-02-17T22:15:09.101004+0000","last_fullsized":"2026-02-17T22:15:09.101004+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100912+0000","last_change":"2026-02-17T22:14:53.308680+0000","last_active":"2026-02-17T22:15:09.100912+0000","last_peered":"2026-02-17T22:15:09.100912+0000","last_clean":"2026-02-17T22:15:09.100912+0000","last_became_active":"2026-02-17T22:14:53.308556+0000","last_became_peered":"2026-02-17T22:14:53.308556+0000","last_unstale":"2026-02-17T22:15:09.100912+0000","last_undegraded":"2026-02-17T22:15:09.100912+0000","last_fullsized":"2026-02-17T22:15:09.100912+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110114+0000","last_change":"2026-02-17T22:14:52.585366+0000","last_active":"2026-02-17T22:15:09.110114+0000","last_peered":"2026-02-17T22:15:09.110114+0000","last_clean":"2026-02-17T22:15:09.110114+0000","last_became_active":"2026-02-17T22:14:52.585213+0000","last_became_peered":"2026-02-17T22:14:52.585213+0000","last_unstale":"2026-02-17T22:15:09.110114+0000","last_undegraded":"2026-02-17T22:15:09.110114+0000","last_fullsized":"2026-02-17T22:15:09.110114+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101308+0000","last_change":"2026-02-17T22:14:53.306807+0000","last_active":"2026-02-17T22:15:09.101308+0000","last_peered":"2026-02-17T22:15:09.101308+0000","last_clean":"2026-02-17T22:15:09.101308+0000","last_became_active":"2026-02-17T22:14:53.306519+0000","last_became_peered":"2026-02-17T22:14:53.306519+0000","last_unstale":"2026-02-17T22:15:09.101308+0000","last_undegraded":"2026-02-17T22:15:09.101308+0000","last_fullsized":"2026-02-17T22:15:09.101308+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101304+0000","last_change":"2026-02-17T22:14:52.585793+0000","last_active":"2026-02-17T22:15:09.101304+0000","last_peered":"2026-02-17T22:15:09.101304+0000","last_clean":"2026-02-17T22:15:09.101304+0000","last_became_active":"2026-02-17T22:14:52.585277+0000","last_became_peered":"2026-02-17T22:14:52.585277+0000","last_unstale":"2026-02-17T22:15:09.101304+0000","last_undegraded":"2026-02-17T22:15:09.101304+0000","last_fullsized":"2026-02-17T22:15:09.101304+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111540+0000","last_change":"2026-02-17T22:14:53.307775+0000","last_active":"2026-02-17T22:15:09.111540+0000","last_peered":"2026-02-17T22:15:09.111540+0000","last_clean":"2026-02-17T22:15:09.111540+0000","last_became_active":"2026-02-17T22:14:53.307169+0000","last_became_peered":"2026-02-17T22:14:53.307169+0000","last_unstale":"2026-02-17T22:15:09.111540+0000","last_undegraded":"2026-02-17T22:15:09.111540+0000","last_fullsized":"2026-02-17T22:15:09.111540+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"46'3","reported_seq":20,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101238+0000","last_change":"2026-02-17T22:14:52.585853+0000","last_active":"2026-02-17T22:15:09.101238+0000","last_peered":"2026-02-17T22:15:09.101238+0000","last_clean":"2026-02-17T22:15:09.101238+0000","last_became_active":"2026-02-17T22:14:52.585709+0000","last_became_peered":"2026-02-17T22:14:52.585709+0000","last_unstale":"2026-02-17T22:15:09.101238+0000","last_undegraded":"2026-02-17T22:15:09.101238+0000","last_fullsized":"2026-02-17T22:15:09.101238+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098526+0000","last_change":"2026-02-17T22:14:53.308496+0000","last_active":"2026-02-17T22:15:09.098526+0000","last_peered":"2026-02-17T22:15:09.098526+0000","last_clean":"2026-02-17T22:15:09.098526+0000","last_became_active":"2026-02-17T22:14:53.308206+0000","last_became_peered":"2026-02-17T22:14:53.308206+0000","last_unstale":"2026-02-17T22:15:09.098526+0000","last_undegraded":"2026-02-17T22:15:09.098526+0000","last_fullsized":"2026-02-17T22:15:09.098526+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"49'8","reported_seq":25,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109996+0000","last_change":"2026-02-17T22:14:52.585614+0000","last_active":"2026-02-17T22:15:09.109996+0000","last_peered":"2026-02-17T22:15:09.109996+0000","last_clean":"2026-02-17T22:15:09.109996+0000","last_became_active":"2026-02-17T22:14:52.585479+0000","last_became_peered":"2026-02-17T22:14:52.585479+0000","last_unstale":"2026-02-17T22:15:09.109996+0000","last_undegraded":"2026-02-17T22:15:09.109996+0000","last_fullsized":"2026-02-17T22:15:09.109996+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2348,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8,"num_write_kb":5,"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":1,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108556+0000","last_change":"2026-02-17T22:14:53.307494+0000","last_active":"2026-02-17T22:15:09.108556+0000","last_peered":"2026-02-17T22:15:09.108556+0000","last_clean":"2026-02-17T22:15:09.108556+0000","last_became_active":"2026-02-17T22:14:53.307331+0000","last_became_peered":"2026-02-17T22:14:53.307331+0000","last_unstale":"2026-02-17T22:15:09.108556+0000","last_undegraded":"2026-02-17T22:15:09.108556+0000","last_fullsized":"2026-02-17T22:15:09.108556+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111325+0000","last_change":"2026-02-17T22:14:52.586359+0000","last_active":"2026-02-17T22:15:09.111325+0000","last_peered":"2026-02-17T22:15:09.111325+0000","last_clean":"2026-02-17T22:15:09.111325+0000","last_became_active":"2026-02-17T22:14:52.586146+0000","last_became_peered":"2026-02-17T22:14:52.586146+0000","last_unstale":"2026-02-17T22:15:09.111325+0000","last_undegraded":"2026-02-17T22:15:09.111325+0000","last_fullsized":"2026-02-17T22:15:09.111325+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"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":1,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111151+0000","last_change":"2026-02-17T22:14:53.306081+0000","last_active":"2026-02-17T22:15:09.111151+0000","last_peered":"2026-02-17T22:15:09.111151+0000","last_clean":"2026-02-17T22:15:09.111151+0000","last_became_active":"2026-02-17T22:14:53.305537+0000","last_became_peered":"2026-02-17T22:14:53.305537+0000","last_unstale":"2026-02-17T22:15:09.111151+0000","last_undegraded":"2026-02-17T22:15:09.111151+0000","last_fullsized":"2026-02-17T22:15:09.111151+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101175+0000","last_change":"2026-02-17T22:14:52.586150+0000","last_active":"2026-02-17T22:15:09.101175+0000","last_peered":"2026-02-17T22:15:09.101175+0000","last_clean":"2026-02-17T22:15:09.101175+0000","last_became_active":"2026-02-17T22:14:52.585910+0000","last_became_peered":"2026-02-17T22:14:52.585910+0000","last_unstale":"2026-02-17T22:15:09.101175+0000","last_undegraded":"2026-02-17T22:15:09.101175+0000","last_fullsized":"2026-02-17T22:15:09.101175+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108687+0000","last_change":"2026-02-17T22:14:53.309234+0000","last_active":"2026-02-17T22:15:09.108687+0000","last_peered":"2026-02-17T22:15:09.108687+0000","last_clean":"2026-02-17T22:15:09.108687+0000","last_became_active":"2026-02-17T22:14:53.308931+0000","last_became_peered":"2026-02-17T22:14:53.308931+0000","last_unstale":"2026-02-17T22:15:09.108687+0000","last_undegraded":"2026-02-17T22:15:09.108687+0000","last_fullsized":"2026-02-17T22:15:09.108687+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109803+0000","last_change":"2026-02-17T22:14:52.584932+0000","last_active":"2026-02-17T22:15:09.109803+0000","last_peered":"2026-02-17T22:15:09.109803+0000","last_clean":"2026-02-17T22:15:09.109803+0000","last_became_active":"2026-02-17T22:14:52.584250+0000","last_became_peered":"2026-02-17T22:14:52.584250+0000","last_unstale":"2026-02-17T22:15:09.109803+0000","last_undegraded":"2026-02-17T22:15:09.109803+0000","last_fullsized":"2026-02-17T22:15:09.109803+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109684+0000","last_change":"2026-02-17T22:14:53.307756+0000","last_active":"2026-02-17T22:15:09.109684+0000","last_peered":"2026-02-17T22:15:09.109684+0000","last_clean":"2026-02-17T22:15:09.109684+0000","last_became_active":"2026-02-17T22:14:53.307521+0000","last_became_peered":"2026-02-17T22:14:53.307521+0000","last_unstale":"2026-02-17T22:15:09.109684+0000","last_undegraded":"2026-02-17T22:15:09.109684+0000","last_fullsized":"2026-02-17T22:15:09.109684+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"46'8","reported_seq":25,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099775+0000","last_change":"2026-02-17T22:14:52.588019+0000","last_active":"2026-02-17T22:15:09.099775+0000","last_peered":"2026-02-17T22:15:09.099775+0000","last_clean":"2026-02-17T22:15:09.099775+0000","last_became_active":"2026-02-17T22:14:52.587897+0000","last_became_peered":"2026-02-17T22:14:52.587897+0000","last_unstale":"2026-02-17T22:15:09.099775+0000","last_undegraded":"2026-02-17T22:15:09.099775+0000","last_fullsized":"2026-02-17T22:15:09.099775+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108312+0000","last_change":"2026-02-17T22:14:53.309198+0000","last_active":"2026-02-17T22:15:09.108312+0000","last_peered":"2026-02-17T22:15:09.108312+0000","last_clean":"2026-02-17T22:15:09.108312+0000","last_became_active":"2026-02-17T22:14:53.308971+0000","last_became_peered":"2026-02-17T22:14:53.308971+0000","last_unstale":"2026-02-17T22:15:09.108312+0000","last_undegraded":"2026-02-17T22:15:09.108312+0000","last_fullsized":"2026-02-17T22:15:09.108312+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098673+0000","last_change":"2026-02-17T22:14:52.584702+0000","last_active":"2026-02-17T22:15:09.098673+0000","last_peered":"2026-02-17T22:15:09.098673+0000","last_clean":"2026-02-17T22:15:09.098673+0000","last_became_active":"2026-02-17T22:14:52.584528+0000","last_became_peered":"2026-02-17T22:14:52.584528+0000","last_unstale":"2026-02-17T22:15:09.098673+0000","last_undegraded":"2026-02-17T22:15:09.098673+0000","last_fullsized":"2026-02-17T22:15:09.098673+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108790+0000","last_change":"2026-02-17T22:14:53.307446+0000","last_active":"2026-02-17T22:15:09.108790+0000","last_peered":"2026-02-17T22:15:09.108790+0000","last_clean":"2026-02-17T22:15:09.108790+0000","last_became_active":"2026-02-17T22:14:53.307190+0000","last_became_peered":"2026-02-17T22:14:53.307190+0000","last_unstale":"2026-02-17T22:15:09.108790+0000","last_undegraded":"2026-02-17T22:15:09.108790+0000","last_fullsized":"2026-02-17T22:15:09.108790+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100006+0000","last_change":"2026-02-17T22:14:52.586579+0000","last_active":"2026-02-17T22:15:09.100006+0000","last_peered":"2026-02-17T22:15:09.100006+0000","last_clean":"2026-02-17T22:15:09.100006+0000","last_became_active":"2026-02-17T22:14:52.586448+0000","last_became_peered":"2026-02-17T22:14:52.586448+0000","last_unstale":"2026-02-17T22:15:09.100006+0000","last_undegraded":"2026-02-17T22:15:09.100006+0000","last_fullsized":"2026-02-17T22:15:09.100006+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108827+0000","last_change":"2026-02-17T22:14:53.307838+0000","last_active":"2026-02-17T22:15:09.108827+0000","last_peered":"2026-02-17T22:15:09.108827+0000","last_clean":"2026-02-17T22:15:09.108827+0000","last_became_active":"2026-02-17T22:14:53.307691+0000","last_became_peered":"2026-02-17T22:14:53.307691+0000","last_unstale":"2026-02-17T22:15:09.108827+0000","last_undegraded":"2026-02-17T22:15:09.108827+0000","last_fullsized":"2026-02-17T22:15:09.108827+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101230+0000","last_change":"2026-02-17T22:14:52.586757+0000","last_active":"2026-02-17T22:15:09.101230+0000","last_peered":"2026-02-17T22:15:09.101230+0000","last_clean":"2026-02-17T22:15:09.101230+0000","last_became_active":"2026-02-17T22:14:52.586623+0000","last_became_peered":"2026-02-17T22:14:52.586623+0000","last_unstale":"2026-02-17T22:15:09.101230+0000","last_undegraded":"2026-02-17T22:15:09.101230+0000","last_fullsized":"2026-02-17T22:15:09.101230+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101256+0000","last_change":"2026-02-17T22:14:53.308111+0000","last_active":"2026-02-17T22:15:09.101256+0000","last_peered":"2026-02-17T22:15:09.101256+0000","last_clean":"2026-02-17T22:15:09.101256+0000","last_became_active":"2026-02-17T22:14:53.307402+0000","last_became_peered":"2026-02-17T22:14:53.307402+0000","last_unstale":"2026-02-17T22:15:09.101256+0000","last_undegraded":"2026-02-17T22:15:09.101256+0000","last_fullsized":"2026-02-17T22:15:09.101256+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099901+0000","last_change":"2026-02-17T22:14:52.586474+0000","last_active":"2026-02-17T22:15:09.099901+0000","last_peered":"2026-02-17T22:15:09.099901+0000","last_clean":"2026-02-17T22:15:09.099901+0000","last_became_active":"2026-02-17T22:14:52.586316+0000","last_became_peered":"2026-02-17T22:14:52.586316+0000","last_unstale":"2026-02-17T22:15:09.099901+0000","last_undegraded":"2026-02-17T22:15:09.099901+0000","last_fullsized":"2026-02-17T22:15:09.099901+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108639+0000","last_change":"2026-02-17T22:14:53.308636+0000","last_active":"2026-02-17T22:15:09.108639+0000","last_peered":"2026-02-17T22:15:09.108639+0000","last_clean":"2026-02-17T22:15:09.108639+0000","last_became_active":"2026-02-17T22:14:53.308521+0000","last_became_peered":"2026-02-17T22:14:53.308521+0000","last_unstale":"2026-02-17T22:15:09.108639+0000","last_undegraded":"2026-02-17T22:15:09.108639+0000","last_fullsized":"2026-02-17T22:15:09.108639+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.558120+0000","last_change":"2026-02-17T22:15:10.558388+0000","last_active":"2026-02-17T22:15:10.558120+0000","last_peered":"2026-02-17T22:15:10.558120+0000","last_clean":"2026-02-17T22:15:10.558120+0000","last_became_active":"2026-02-17T22:15:07.247456+0000","last_became_peered":"2026-02-17T22:15:07.247456+0000","last_unstale":"2026-02-17T22:15:10.558120+0000","last_undegraded":"2026-02-17T22:15:10.558120+0000","last_fullsized":"2026-02-17T22:15:10.558120+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:08:57.622370+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045007800000000002,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"51'99","reported_seq":51,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111394+0000","last_change":"2026-02-17T22:14:45.566410+0000","last_active":"2026-02-17T22:15:09.111394+0000","last_peered":"2026-02-17T22:15:09.111394+0000","last_clean":"2026-02-17T22:15:09.111394+0000","last_became_active":"2026-02-17T22:14:45.562414+0000","last_became_peered":"2026-02-17T22:14:45.562414+0000","last_unstale":"2026-02-17T22:15:09.111394+0000","last_undegraded":"2026-02-17T22:15:09.111394+0000","last_fullsized":"2026-02-17T22:15:09.111394+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_clean_scrub_stamp":"2026-02-17T22:14:00.367544+0000","objects_scrubbed":0,"log_size":99,"log_dups_size":0,"ondisk_log_size":99,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":135,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101077+0000","last_change":"2026-02-17T22:14:52.586178+0000","last_active":"2026-02-17T22:15:09.101077+0000","last_peered":"2026-02-17T22:15:09.101077+0000","last_clean":"2026-02-17T22:15:09.101077+0000","last_became_active":"2026-02-17T22:14:52.585989+0000","last_became_peered":"2026-02-17T22:14:52.585989+0000","last_unstale":"2026-02-17T22:15:09.101077+0000","last_undegraded":"2026-02-17T22:15:09.101077+0000","last_fullsized":"2026-02-17T22:15:09.101077+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099550+0000","last_change":"2026-02-17T22:14:53.306812+0000","last_active":"2026-02-17T22:15:09.099550+0000","last_peered":"2026-02-17T22:15:09.099550+0000","last_clean":"2026-02-17T22:15:09.099550+0000","last_became_active":"2026-02-17T22:14:53.306134+0000","last_became_peered":"2026-02-17T22:14:53.306134+0000","last_unstale":"2026-02-17T22:15:09.099550+0000","last_undegraded":"2026-02-17T22:15:09.099550+0000","last_fullsized":"2026-02-17T22:15:09.099550+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.101284+0000","last_change":"2026-02-17T22:15:10.101369+0000","last_active":"2026-02-17T22:15:10.101284+0000","last_peered":"2026-02-17T22:15:10.101284+0000","last_clean":"2026-02-17T22:15:10.101284+0000","last_became_active":"2026-02-17T22:15:07.248868+0000","last_became_peered":"2026-02-17T22:15:07.248868+0000","last_unstale":"2026-02-17T22:15:10.101284+0000","last_undegraded":"2026-02-17T22:15:10.101284+0000","last_fullsized":"2026-02-17T22:15:10.101284+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:55:39.512065+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037956300000000002,"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},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108367+0000","last_change":"2026-02-17T22:14:52.584486+0000","last_active":"2026-02-17T22:15:09.108367+0000","last_peered":"2026-02-17T22:15:09.108367+0000","last_clean":"2026-02-17T22:15:09.108367+0000","last_became_active":"2026-02-17T22:14:52.584194+0000","last_became_peered":"2026-02-17T22:14:52.584194+0000","last_unstale":"2026-02-17T22:15:09.108367+0000","last_undegraded":"2026-02-17T22:15:09.108367+0000","last_fullsized":"2026-02-17T22:15:09.108367+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111134+0000","last_change":"2026-02-17T22:14:53.310271+0000","last_active":"2026-02-17T22:15:09.111134+0000","last_peered":"2026-02-17T22:15:09.111134+0000","last_clean":"2026-02-17T22:15:09.111134+0000","last_became_active":"2026-02-17T22:14:53.310119+0000","last_became_peered":"2026-02-17T22:14:53.310119+0000","last_unstale":"2026-02-17T22:15:09.111134+0000","last_undegraded":"2026-02-17T22:15:09.111134+0000","last_fullsized":"2026-02-17T22:15:09.111134+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103641+0000","last_change":"2026-02-17T22:15:10.103738+0000","last_active":"2026-02-17T22:15:10.103641+0000","last_peered":"2026-02-17T22:15:10.103641+0000","last_clean":"2026-02-17T22:15:10.103641+0000","last_became_active":"2026-02-17T22:15:07.130694+0000","last_became_peered":"2026-02-17T22:15:07.130694+0000","last_unstale":"2026-02-17T22:15:10.103641+0000","last_undegraded":"2026-02-17T22:15:10.103641+0000","last_fullsized":"2026-02-17T22:15:10.103641+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:22:41.897087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00018073500000000001,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099802+0000","last_change":"2026-02-17T22:14:52.586289+0000","last_active":"2026-02-17T22:15:09.099802+0000","last_peered":"2026-02-17T22:15:09.099802+0000","last_clean":"2026-02-17T22:15:09.099802+0000","last_became_active":"2026-02-17T22:14:52.586111+0000","last_became_peered":"2026-02-17T22:14:52.586111+0000","last_unstale":"2026-02-17T22:15:09.099802+0000","last_undegraded":"2026-02-17T22:15:09.099802+0000","last_fullsized":"2026-02-17T22:15:09.099802+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100956+0000","last_change":"2026-02-17T22:14:53.307300+0000","last_active":"2026-02-17T22:15:09.100956+0000","last_peered":"2026-02-17T22:15:09.100956+0000","last_clean":"2026-02-17T22:15:09.100956+0000","last_became_active":"2026-02-17T22:14:53.306814+0000","last_became_peered":"2026-02-17T22:14:53.306814+0000","last_unstale":"2026-02-17T22:15:09.100956+0000","last_undegraded":"2026-02-17T22:15:09.100956+0000","last_fullsized":"2026-02-17T22:15:09.100956+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103455+0000","last_change":"2026-02-17T22:15:10.103618+0000","last_active":"2026-02-17T22:15:10.103455+0000","last_peered":"2026-02-17T22:15:10.103455+0000","last_clean":"2026-02-17T22:15:10.103455+0000","last_became_active":"2026-02-17T22:15:07.248817+0000","last_became_peered":"2026-02-17T22:15:07.248817+0000","last_unstale":"2026-02-17T22:15:10.103455+0000","last_undegraded":"2026-02-17T22:15:10.103455+0000","last_fullsized":"2026-02-17T22:15:10.103455+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:25:01.984500+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029895300000000002,"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},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101277+0000","last_change":"2026-02-17T22:14:52.585404+0000","last_active":"2026-02-17T22:15:09.101277+0000","last_peered":"2026-02-17T22:15:09.101277+0000","last_clean":"2026-02-17T22:15:09.101277+0000","last_became_active":"2026-02-17T22:14:52.585148+0000","last_became_peered":"2026-02-17T22:14:52.585148+0000","last_unstale":"2026-02-17T22:15:09.101277+0000","last_undegraded":"2026-02-17T22:15:09.101277+0000","last_fullsized":"2026-02-17T22:15:09.101277+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098482+0000","last_change":"2026-02-17T22:14:53.307597+0000","last_active":"2026-02-17T22:15:09.098482+0000","last_peered":"2026-02-17T22:15:09.098482+0000","last_clean":"2026-02-17T22:15:09.098482+0000","last_became_active":"2026-02-17T22:14:53.307254+0000","last_became_peered":"2026-02-17T22:14:53.307254+0000","last_unstale":"2026-02-17T22:15:09.098482+0000","last_undegraded":"2026-02-17T22:15:09.098482+0000","last_fullsized":"2026-02-17T22:15:09.098482+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.2","version":"52'2","reported_seq":19,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103817+0000","last_change":"2026-02-17T22:15:10.103817+0000","last_active":"2026-02-17T22:15:10.103817+0000","last_peered":"2026-02-17T22:15:10.103817+0000","last_clean":"2026-02-17T22:15:10.103817+0000","last_became_active":"2026-02-17T22:15:07.131032+0000","last_became_peered":"2026-02-17T22:15:07.131032+0000","last_unstale":"2026-02-17T22:15:10.103817+0000","last_undegraded":"2026-02-17T22:15:10.103817+0000","last_fullsized":"2026-02-17T22:15:10.103817+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:14:49.318828+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061931699999999998,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101167+0000","last_change":"2026-02-17T22:14:52.587206+0000","last_active":"2026-02-17T22:15:09.101167+0000","last_peered":"2026-02-17T22:15:09.101167+0000","last_clean":"2026-02-17T22:15:09.101167+0000","last_became_active":"2026-02-17T22:14:52.587051+0000","last_became_peered":"2026-02-17T22:14:52.587051+0000","last_unstale":"2026-02-17T22:15:09.101167+0000","last_undegraded":"2026-02-17T22:15:09.101167+0000","last_fullsized":"2026-02-17T22:15:09.101167+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101284+0000","last_change":"2026-02-17T22:14:53.305870+0000","last_active":"2026-02-17T22:15:09.101284+0000","last_peered":"2026-02-17T22:15:09.101284+0000","last_clean":"2026-02-17T22:15:09.101284+0000","last_became_active":"2026-02-17T22:14:53.305678+0000","last_became_peered":"2026-02-17T22:14:53.305678+0000","last_unstale":"2026-02-17T22:15:09.101284+0000","last_undegraded":"2026-02-17T22:15:09.101284+0000","last_fullsized":"2026-02-17T22:15:09.101284+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.3","version":"50'1","reported_seq":18,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.100741+0000","last_change":"2026-02-17T22:15:10.101041+0000","last_active":"2026-02-17T22:15:10.100741+0000","last_peered":"2026-02-17T22:15:10.100741+0000","last_clean":"2026-02-17T22:15:10.100741+0000","last_became_active":"2026-02-17T22:15:07.248854+0000","last_became_peered":"2026-02-17T22:15:07.248854+0000","last_unstale":"2026-02-17T22:15:10.100741+0000","last_undegraded":"2026-02-17T22:15:10.100741+0000","last_fullsized":"2026-02-17T22:15:10.100741+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:52:32.198648+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00038945100000000002,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"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},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108750+0000","last_change":"2026-02-17T22:14:52.584752+0000","last_active":"2026-02-17T22:15:09.108750+0000","last_peered":"2026-02-17T22:15:09.108750+0000","last_clean":"2026-02-17T22:15:09.108750+0000","last_became_active":"2026-02-17T22:14:52.584278+0000","last_became_peered":"2026-02-17T22:14:52.584278+0000","last_unstale":"2026-02-17T22:15:09.108750+0000","last_undegraded":"2026-02-17T22:15:09.108750+0000","last_fullsized":"2026-02-17T22:15:09.108750+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101124+0000","last_change":"2026-02-17T22:14:53.306359+0000","last_active":"2026-02-17T22:15:09.101124+0000","last_peered":"2026-02-17T22:15:09.101124+0000","last_clean":"2026-02-17T22:15:09.101124+0000","last_became_active":"2026-02-17T22:14:53.306080+0000","last_became_peered":"2026-02-17T22:14:53.306080+0000","last_unstale":"2026-02-17T22:15:09.101124+0000","last_undegraded":"2026-02-17T22:15:09.101124+0000","last_fullsized":"2026-02-17T22:15:09.101124+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.519751+0000","last_change":"2026-02-17T22:15:10.520124+0000","last_active":"2026-02-17T22:15:10.519751+0000","last_peered":"2026-02-17T22:15:10.519751+0000","last_clean":"2026-02-17T22:15:10.519751+0000","last_became_active":"2026-02-17T22:15:07.248894+0000","last_became_peered":"2026-02-17T22:15:07.248894+0000","last_unstale":"2026-02-17T22:15:10.519751+0000","last_undegraded":"2026-02-17T22:15:10.519751+0000","last_fullsized":"2026-02-17T22:15:10.519751+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:17:05.740391+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00051381099999999998,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"47'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101342+0000","last_change":"2026-02-17T22:14:52.586999+0000","last_active":"2026-02-17T22:15:09.101342+0000","last_peered":"2026-02-17T22:15:09.101342+0000","last_clean":"2026-02-17T22:15:09.101342+0000","last_became_active":"2026-02-17T22:14:52.586868+0000","last_became_peered":"2026-02-17T22:14:52.586868+0000","last_unstale":"2026-02-17T22:15:09.101342+0000","last_undegraded":"2026-02-17T22:15:09.101342+0000","last_fullsized":"2026-02-17T22:15:09.101342+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099868+0000","last_change":"2026-02-17T22:14:53.305403+0000","last_active":"2026-02-17T22:15:09.099868+0000","last_peered":"2026-02-17T22:15:09.099868+0000","last_clean":"2026-02-17T22:15:09.099868+0000","last_became_active":"2026-02-17T22:14:53.305211+0000","last_became_peered":"2026-02-17T22:14:53.305211+0000","last_unstale":"2026-02-17T22:15:09.099868+0000","last_undegraded":"2026-02-17T22:15:09.099868+0000","last_fullsized":"2026-02-17T22:15:09.099868+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103089+0000","last_change":"2026-02-17T22:15:10.103358+0000","last_active":"2026-02-17T22:15:10.103089+0000","last_peered":"2026-02-17T22:15:10.103089+0000","last_clean":"2026-02-17T22:15:10.103089+0000","last_became_active":"2026-02-17T22:15:07.129337+0000","last_became_peered":"2026-02-17T22:15:07.129337+0000","last_unstale":"2026-02-17T22:15:10.103089+0000","last_undegraded":"2026-02-17T22:15:10.103089+0000","last_fullsized":"2026-02-17T22:15:10.103089+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:03:25.742803+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036829499999999998,"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},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.7","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110130+0000","last_change":"2026-02-17T22:14:52.585635+0000","last_active":"2026-02-17T22:15:09.110130+0000","last_peered":"2026-02-17T22:15:09.110130+0000","last_clean":"2026-02-17T22:15:09.110130+0000","last_became_active":"2026-02-17T22:14:52.585516+0000","last_became_peered":"2026-02-17T22:14:52.585516+0000","last_unstale":"2026-02-17T22:15:09.110130+0000","last_undegraded":"2026-02-17T22:15:09.110130+0000","last_fullsized":"2026-02-17T22:15:09.110130+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111462+0000","last_change":"2026-02-17T22:14:53.307181+0000","last_active":"2026-02-17T22:15:09.111462+0000","last_peered":"2026-02-17T22:15:09.111462+0000","last_clean":"2026-02-17T22:15:09.111462+0000","last_became_active":"2026-02-17T22:14:53.306966+0000","last_became_peered":"2026-02-17T22:14:53.306966+0000","last_unstale":"2026-02-17T22:15:09.111462+0000","last_undegraded":"2026-02-17T22:15:09.111462+0000","last_fullsized":"2026-02-17T22:15:09.111462+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108306+0000","last_change":"2026-02-17T22:14:52.584624+0000","last_active":"2026-02-17T22:15:09.108306+0000","last_peered":"2026-02-17T22:15:09.108306+0000","last_clean":"2026-02-17T22:15:09.108306+0000","last_became_active":"2026-02-17T22:14:52.584329+0000","last_became_peered":"2026-02-17T22:14:52.584329+0000","last_unstale":"2026-02-17T22:15:09.108306+0000","last_undegraded":"2026-02-17T22:15:09.108306+0000","last_fullsized":"2026-02-17T22:15:09.108306+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098385+0000","last_change":"2026-02-17T22:14:53.308715+0000","last_active":"2026-02-17T22:15:09.098385+0000","last_peered":"2026-02-17T22:15:09.098385+0000","last_clean":"2026-02-17T22:15:09.098385+0000","last_became_active":"2026-02-17T22:14:53.308159+0000","last_became_peered":"2026-02-17T22:14:53.308159+0000","last_unstale":"2026-02-17T22:15:09.098385+0000","last_undegraded":"2026-02-17T22:15:09.098385+0000","last_fullsized":"2026-02-17T22:15:09.098385+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101052+0000","last_change":"2026-02-17T22:14:52.587204+0000","last_active":"2026-02-17T22:15:09.101052+0000","last_peered":"2026-02-17T22:15:09.101052+0000","last_clean":"2026-02-17T22:15:09.101052+0000","last_became_active":"2026-02-17T22:14:52.587041+0000","last_became_peered":"2026-02-17T22:14:52.587041+0000","last_unstale":"2026-02-17T22:15:09.101052+0000","last_undegraded":"2026-02-17T22:15:09.101052+0000","last_fullsized":"2026-02-17T22:15:09.101052+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099490+0000","last_change":"2026-02-17T22:14:53.305380+0000","last_active":"2026-02-17T22:15:09.099490+0000","last_peered":"2026-02-17T22:15:09.099490+0000","last_clean":"2026-02-17T22:15:09.099490+0000","last_became_active":"2026-02-17T22:14:53.305186+0000","last_became_peered":"2026-02-17T22:14:53.305186+0000","last_unstale":"2026-02-17T22:15:09.099490+0000","last_undegraded":"2026-02-17T22:15:09.099490+0000","last_fullsized":"2026-02-17T22:15:09.099490+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101244+0000","last_change":"2026-02-17T22:14:52.586478+0000","last_active":"2026-02-17T22:15:09.101244+0000","last_peered":"2026-02-17T22:15:09.101244+0000","last_clean":"2026-02-17T22:15:09.101244+0000","last_became_active":"2026-02-17T22:14:52.586341+0000","last_became_peered":"2026-02-17T22:14:52.586341+0000","last_unstale":"2026-02-17T22:15:09.101244+0000","last_undegraded":"2026-02-17T22:15:09.101244+0000","last_fullsized":"2026-02-17T22:15:09.101244+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099626+0000","last_change":"2026-02-17T22:14:53.305336+0000","last_active":"2026-02-17T22:15:09.099626+0000","last_peered":"2026-02-17T22:15:09.099626+0000","last_clean":"2026-02-17T22:15:09.099626+0000","last_became_active":"2026-02-17T22:14:53.305095+0000","last_became_peered":"2026-02-17T22:14:53.305095+0000","last_unstale":"2026-02-17T22:15:09.099626+0000","last_undegraded":"2026-02-17T22:15:09.099626+0000","last_fullsized":"2026-02-17T22:15:09.099626+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108737+0000","last_change":"2026-02-17T22:14:52.585373+0000","last_active":"2026-02-17T22:15:09.108737+0000","last_peered":"2026-02-17T22:15:09.108737+0000","last_clean":"2026-02-17T22:15:09.108737+0000","last_became_active":"2026-02-17T22:14:52.585068+0000","last_became_peered":"2026-02-17T22:14:52.585068+0000","last_unstale":"2026-02-17T22:15:09.108737+0000","last_undegraded":"2026-02-17T22:15:09.108737+0000","last_fullsized":"2026-02-17T22:15:09.108737+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109832+0000","last_change":"2026-02-17T22:14:53.306899+0000","last_active":"2026-02-17T22:15:09.109832+0000","last_peered":"2026-02-17T22:15:09.109832+0000","last_clean":"2026-02-17T22:15:09.109832+0000","last_became_active":"2026-02-17T22:14:53.306544+0000","last_became_peered":"2026-02-17T22:14:53.306544+0000","last_unstale":"2026-02-17T22:15:09.109832+0000","last_undegraded":"2026-02-17T22:15:09.109832+0000","last_fullsized":"2026-02-17T22:15:09.109832+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101257+0000","last_change":"2026-02-17T22:14:53.307646+0000","last_active":"2026-02-17T22:15:09.101257+0000","last_peered":"2026-02-17T22:15:09.101257+0000","last_clean":"2026-02-17T22:15:09.101257+0000","last_became_active":"2026-02-17T22:14:53.307529+0000","last_became_peered":"2026-02-17T22:14:53.307529+0000","last_unstale":"2026-02-17T22:15:09.101257+0000","last_undegraded":"2026-02-17T22:15:09.101257+0000","last_fullsized":"2026-02-17T22:15:09.101257+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108566+0000","last_change":"2026-02-17T22:14:52.585691+0000","last_active":"2026-02-17T22:15:09.108566+0000","last_peered":"2026-02-17T22:15:09.108566+0000","last_clean":"2026-02-17T22:15:09.108566+0000","last_became_active":"2026-02-17T22:14:52.585343+0000","last_became_peered":"2026-02-17T22:14:52.585343+0000","last_unstale":"2026-02-17T22:15:09.108566+0000","last_undegraded":"2026-02-17T22:15:09.108566+0000","last_fullsized":"2026-02-17T22:15:09.108566+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101178+0000","last_change":"2026-02-17T22:14:53.307266+0000","last_active":"2026-02-17T22:15:09.101178+0000","last_peered":"2026-02-17T22:15:09.101178+0000","last_clean":"2026-02-17T22:15:09.101178+0000","last_became_active":"2026-02-17T22:14:53.307009+0000","last_became_peered":"2026-02-17T22:14:53.307009+0000","last_unstale":"2026-02-17T22:15:09.101178+0000","last_undegraded":"2026-02-17T22:15:09.101178+0000","last_fullsized":"2026-02-17T22:15:09.101178+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108634+0000","last_change":"2026-02-17T22:14:52.584705+0000","last_active":"2026-02-17T22:15:09.108634+0000","last_peered":"2026-02-17T22:15:09.108634+0000","last_clean":"2026-02-17T22:15:09.108634+0000","last_became_active":"2026-02-17T22:14:52.584279+0000","last_became_peered":"2026-02-17T22:14:52.584279+0000","last_unstale":"2026-02-17T22:15:09.108634+0000","last_undegraded":"2026-02-17T22:15:09.108634+0000","last_fullsized":"2026-02-17T22:15:09.108634+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111532+0000","last_change":"2026-02-17T22:14:53.307921+0000","last_active":"2026-02-17T22:15:09.111532+0000","last_peered":"2026-02-17T22:15:09.111532+0000","last_clean":"2026-02-17T22:15:09.111532+0000","last_became_active":"2026-02-17T22:14:53.307353+0000","last_became_peered":"2026-02-17T22:14:53.307353+0000","last_unstale":"2026-02-17T22:15:09.111532+0000","last_undegraded":"2026-02-17T22:15:09.111532+0000","last_fullsized":"2026-02-17T22:15:09.111532+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099840+0000","last_change":"2026-02-17T22:14:52.587855+0000","last_active":"2026-02-17T22:15:09.099840+0000","last_peered":"2026-02-17T22:15:09.099840+0000","last_clean":"2026-02-17T22:15:09.099840+0000","last_became_active":"2026-02-17T22:14:52.587149+0000","last_became_peered":"2026-02-17T22:14:52.587149+0000","last_unstale":"2026-02-17T22:15:09.099840+0000","last_undegraded":"2026-02-17T22:15:09.099840+0000","last_fullsized":"2026-02-17T22:15:09.099840+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099790+0000","last_change":"2026-02-17T22:14:53.308080+0000","last_active":"2026-02-17T22:15:09.099790+0000","last_peered":"2026-02-17T22:15:09.099790+0000","last_clean":"2026-02-17T22:15:09.099790+0000","last_became_active":"2026-02-17T22:14:53.307813+0000","last_became_peered":"2026-02-17T22:14:53.307813+0000","last_unstale":"2026-02-17T22:15:09.099790+0000","last_undegraded":"2026-02-17T22:15:09.099790+0000","last_fullsized":"2026-02-17T22:15:09.099790+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"46'4","reported_seq":21,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111572+0000","last_change":"2026-02-17T22:14:52.587241+0000","last_active":"2026-02-17T22:15:09.111572+0000","last_peered":"2026-02-17T22:15:09.111572+0000","last_clean":"2026-02-17T22:15:09.111572+0000","last_became_active":"2026-02-17T22:14:52.587128+0000","last_became_peered":"2026-02-17T22:14:52.587128+0000","last_unstale":"2026-02-17T22:15:09.111572+0000","last_undegraded":"2026-02-17T22:15:09.111572+0000","last_fullsized":"2026-02-17T22:15:09.111572+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":12288,"data_stored":57,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3146,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":47,"num_write_kb":16,"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":14,"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":98304,"data_stored":9438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":41,"ondisk_log_size":41,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":135,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":99,"ondisk_log_size":99,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659145,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28068,"kb_used_data":1104,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975132,"statfs":{"total":751619276800,"available":751590535168,"internally_reserved":0,"allocated":1130496,"data_stored":825991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27589068},"hb_peers":[0,1,2,3,4,5,6],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36199999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38100000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]}]},{"osd":6,"up_from":36,"seq":154618822665,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28072,"kb_used_data":1108,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975128,"statfs":{"total":751619276800,"available":751590531072,"internally_reserved":0,"allocated":1134592,"data_stored":827806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27589064},"hb_peers":[0,1,2,3,4,5,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.249}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.223}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]}]},{"osd":5,"up_from":31,"seq":133143986187,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27504,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975696,"statfs":{"total":751619276800,"available":751591112704,"internally_reserved":0,"allocated":552960,"data_stored":237799,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,4,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23899999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27504,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975696,"statfs":{"total":751619276800,"available":751591112704,"internally_reserved":0,"allocated":552960,"data_stored":236069,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28299999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.255}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36899999999999999}]}]},{"osd":3,"up_from":22,"seq":94489280527,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27500,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975700,"statfs":{"total":751619276800,"available":751591116800,"internally_reserved":0,"allocated":552960,"data_stored":237794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27589066},"hb_peers":[0,1,2,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.189,"5min":0.189,"15min":0.189},"min":{"1min":0.096000000000000002,"5min":0.096000000000000002,"15min":0.096000000000000002},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"min":{"1min":0.125,"5min":0.125,"15min":0.125},"max":{"1min":0.309,"5min":0.309,"15min":0.309},"last":0.441}]},{"osd":1,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.19,"5min":0.19,"15min":0.19},"min":{"1min":0.12,"5min":0.12,"15min":0.12},"max":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"last":0.371},{"interface":"front","average":{"1min":0.219,"5min":0.219,"15min":0.219},"min":{"1min":0.13600000000000001,"5min":0.13600000000000001,"15min":0.13600000000000001},"max":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"last":0.41799999999999998}]},{"osd":2,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"min":{"1min":0.108,"5min":0.108,"15min":0.108},"max":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.22,"5min":0.22,"15min":0.22},"min":{"1min":0.127,"5min":0.127,"15min":0.127},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.38500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]}]},{"osd":2,"up_from":15,"seq":64424509458,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27480,"kb_used_data":520,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975720,"statfs":{"total":751619276800,"available":751591137280,"internally_reserved":0,"allocated":532480,"data_stored":235342,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:15:01 2026","interfaces":[{"interface":"back","average":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"min":{"1min":0.125,"5min":0.125,"15min":0.125},"max":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"min":{"1min":0.152,"5min":0.152,"15min":0.152},"max":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"last":0.442}]},{"osd":1,"last update":"Tue Feb 17 22:15:01 2026","interfaces":[{"interface":"back","average":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"min":{"1min":0.157,"5min":0.157,"15min":0.157},"max":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.218,"5min":0.218,"15min":0.218},"min":{"1min":0.13700000000000001,"5min":0.13700000000000001,"15min":0.13700000000000001},"max":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"last":0.53300000000000003}]},{"osd":3,"last update":"Tue Feb 17 22:15:08 2026","interfaces":[{"interface":"back","average":{"1min":0.25,"5min":0.25,"15min":0.25},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"last":0.58199999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]}]},{"osd":1,"up_from":11,"seq":47244640275,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27492,"kb_used_data":532,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975708,"statfs":{"total":751619276800,"available":751591124992,"internally_reserved":0,"allocated":544768,"data_stored":235521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,2,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:14:52 2026","interfaces":[{"interface":"back","average":{"1min":0.224,"5min":0.224,"15min":0.224},"min":{"1min":0.098000000000000004,"5min":0.098000000000000004,"15min":0.098000000000000004},"max":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"last":0.23599999999999999},{"interface":"front","average":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"min":{"1min":0.13,"5min":0.13,"15min":0.13},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.222}]},{"osd":2,"last update":"Tue Feb 17 22:15:03 2026","interfaces":[{"interface":"back","average":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"min":{"1min":0.129,"5min":0.129,"15min":0.129},"max":{"1min":0.376,"5min":0.376,"15min":0.376},"last":0.24399999999999999},{"interface":"front","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.14499999999999999,"5min":0.14499999999999999,"15min":0.14499999999999999},"max":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"last":0.25700000000000001}]},{"osd":3,"last update":"Tue Feb 17 22:15:12 2026","interfaces":[{"interface":"back","average":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"min":{"1min":0.16700000000000001,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.20399999999999999},{"interface":"front","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.13500000000000001,"5min":0.13500000000000001,"15min":0.13500000000000001},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.19}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34200000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27000000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35899999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28076,"kb_used_data":1116,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975124,"statfs":{"total":751619276800,"available":751590526976,"internally_reserved":0,"allocated":1142784,"data_stored":826438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[1,2,3,4,5,6,7],"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":[{"osd":1,"last update":"Tue Feb 17 22:14:53 2026","interfaces":[{"interface":"back","average":{"1min":0.185,"5min":0.185,"15min":0.185},"min":{"1min":0.109,"5min":0.109,"15min":0.109},"max":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"last":0.184},{"interface":"front","average":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"min":{"1min":0.11899999999999999,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.378,"5min":0.378,"15min":0.378},"last":0.251}]},{"osd":2,"last update":"Tue Feb 17 22:15:00 2026","interfaces":[{"interface":"back","average":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"min":{"1min":0.12,"5min":0.12,"15min":0.12},"max":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"min":{"1min":0.13300000000000001,"5min":0.13300000000000001,"15min":0.13300000000000001},"max":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"last":0.218}]},{"osd":3,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.16900000000000001,"5min":0.16900000000000001,"15min":0.16900000000000001},"max":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.218,"5min":0.218,"15min":0.218},"min":{"1min":0.11700000000000001,"5min":0.11700000000000001,"15min":0.11700000000000001},"max":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"last":0.27300000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33500000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2348,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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},{"poolid":4,"osd":0,"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},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":2,"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},{"poolid":4,"osd":3,"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},{"poolid":4,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":6,"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},{"poolid":4,"osd":7,"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}]}} 2026-02-17T22:15:17.756 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph pg dump --format=json 2026-02-17T22:15:17.787 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 podman[67165]: 2026-02-17 22:15:17.422688568 +0000 UTC m=+0.548997859 container create 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:15:17.787 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 podman[67165]: 2026-02-17 22:15:17.464904691 +0000 UTC m=+0.591213992 container init 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:15:17.787 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 podman[67165]: 2026-02-17 22:15:17.468792037 +0000 UTC m=+0.595101338 container start 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 bash[67165]: 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 podman[67165]: 2026-02-17 22:15:17.41695221 +0000 UTC m=+0.543261511 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 systemd[1]: Started Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.472Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2026-02-17T22:15:17.788 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=arp 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=bcache 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=bonding 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=btrfs 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=conntrack 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=cpu 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=cpufreq 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=diskstats 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=dmi 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=edac 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=entropy 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=fibrechannel 2026-02-17T22:15:17.789 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=filefd 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=filesystem 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=hwmon 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=infiniband 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=ipvs 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=loadavg 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=mdadm 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=meminfo 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=netclass 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=netdev 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=netstat 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=nfs 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=nfsd 2026-02-17T22:15:17.790 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=nvme 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=os 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=pressure 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=rapl 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=schedstat 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=selinux 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=sockstat 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=softnet 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=stat 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=tapestats 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=textfile 2026-02-17T22:15:17.791 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=thermal_zone 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=time 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=udp_queues 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=uname 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=vmstat 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=xfs 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=node_exporter.go:117 level=info collector=zfs 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2026-02-17T22:15:17.792 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:15:17 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[67271]: ts=2026-02-17T22:15:17.473Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2026-02-17T22:15:17.921 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:18.356 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:18.358 INFO:teuthology.orchestra.run.trial144.stderr:dumped all 2026-02-17T22:15:18.463 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 22 KiB/s rd, 255 B/s wr, 9 op/s 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.464 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:18 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 22 KiB/s rd, 255 B/s wr, 9 op/s 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.474 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 22 KiB/s rd, 255 B/s wr, 9 op/s 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:18.475 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:18 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:18.493 INFO:teuthology.orchestra.run.trial144.stdout:{"pg_ready":true,"pg_map":{"version":11,"stamp":"2026-02-17T22:15:17.075552+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593533,"num_objects":26,"num_object_clones":0,"num_object_copies":78,"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":26,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":184,"num_write_kb":2168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":14,"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":143,"ondisk_log_size":143,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":5872025600,"kb_used":221696,"kb_used_data":6000,"kb_used_omap":12,"kb_used_meta":215539,"kb_avail":5871803904,"statfs":{"total":6012954214400,"available":6012727197696,"internally_reserved":0,"allocated":6144000,"data_stored":3662760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12735,"internal_metadata":220712513},"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":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":60,"num_read_kb":176,"num_write":14,"num_write_kb":2,"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":"8.001043"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108786+0000","last_change":"2026-02-17T22:14:53.308247+0000","last_active":"2026-02-17T22:15:09.108786+0000","last_peered":"2026-02-17T22:15:09.108786+0000","last_clean":"2026-02-17T22:15:09.108786+0000","last_became_active":"2026-02-17T22:14:53.308114+0000","last_became_peered":"2026-02-17T22:14:53.308114+0000","last_unstale":"2026-02-17T22:15:09.108786+0000","last_undegraded":"2026-02-17T22:15:09.108786+0000","last_fullsized":"2026-02-17T22:15:09.108786+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101316+0000","last_change":"2026-02-17T22:14:53.307803+0000","last_active":"2026-02-17T22:15:09.101316+0000","last_peered":"2026-02-17T22:15:09.101316+0000","last_clean":"2026-02-17T22:15:09.101316+0000","last_became_active":"2026-02-17T22:14:53.307352+0000","last_became_peered":"2026-02-17T22:14:53.307352+0000","last_unstale":"2026-02-17T22:15:09.101316+0000","last_undegraded":"2026-02-17T22:15:09.101316+0000","last_fullsized":"2026-02-17T22:15:09.101316+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111354+0000","last_change":"2026-02-17T22:14:53.306931+0000","last_active":"2026-02-17T22:15:09.111354+0000","last_peered":"2026-02-17T22:15:09.111354+0000","last_clean":"2026-02-17T22:15:09.111354+0000","last_became_active":"2026-02-17T22:14:53.306788+0000","last_became_peered":"2026-02-17T22:14:53.306788+0000","last_unstale":"2026-02-17T22:15:09.111354+0000","last_undegraded":"2026-02-17T22:15:09.111354+0000","last_fullsized":"2026-02-17T22:15:09.111354+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101136+0000","last_change":"2026-02-17T22:14:53.306774+0000","last_active":"2026-02-17T22:15:09.101136+0000","last_peered":"2026-02-17T22:15:09.101136+0000","last_clean":"2026-02-17T22:15:09.101136+0000","last_became_active":"2026-02-17T22:14:53.306216+0000","last_became_peered":"2026-02-17T22:14:53.306216+0000","last_unstale":"2026-02-17T22:15:09.101136+0000","last_undegraded":"2026-02-17T22:15:09.101136+0000","last_fullsized":"2026-02-17T22:15:09.101136+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108586+0000","last_change":"2026-02-17T22:14:53.307411+0000","last_active":"2026-02-17T22:15:09.108586+0000","last_peered":"2026-02-17T22:15:09.108586+0000","last_clean":"2026-02-17T22:15:09.108586+0000","last_became_active":"2026-02-17T22:14:53.307133+0000","last_became_peered":"2026-02-17T22:14:53.307133+0000","last_unstale":"2026-02-17T22:15:09.108586+0000","last_undegraded":"2026-02-17T22:15:09.108586+0000","last_fullsized":"2026-02-17T22:15:09.108586+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101082+0000","last_change":"2026-02-17T22:14:53.307078+0000","last_active":"2026-02-17T22:15:09.101082+0000","last_peered":"2026-02-17T22:15:09.101082+0000","last_clean":"2026-02-17T22:15:09.101082+0000","last_became_active":"2026-02-17T22:14:53.306659+0000","last_became_peered":"2026-02-17T22:14:53.306659+0000","last_unstale":"2026-02-17T22:15:09.101082+0000","last_undegraded":"2026-02-17T22:15:09.101082+0000","last_fullsized":"2026-02-17T22:15:09.101082+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108313+0000","last_change":"2026-02-17T22:14:53.309131+0000","last_active":"2026-02-17T22:15:09.108313+0000","last_peered":"2026-02-17T22:15:09.108313+0000","last_clean":"2026-02-17T22:15:09.108313+0000","last_became_active":"2026-02-17T22:14:53.308893+0000","last_became_peered":"2026-02-17T22:14:53.308893+0000","last_unstale":"2026-02-17T22:15:09.108313+0000","last_undegraded":"2026-02-17T22:15:09.108313+0000","last_fullsized":"2026-02-17T22:15:09.108313+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099393+0000","last_change":"2026-02-17T22:14:53.307311+0000","last_active":"2026-02-17T22:15:09.099393+0000","last_peered":"2026-02-17T22:15:09.099393+0000","last_clean":"2026-02-17T22:15:09.099393+0000","last_became_active":"2026-02-17T22:14:53.307080+0000","last_became_peered":"2026-02-17T22:14:53.307080+0000","last_unstale":"2026-02-17T22:15:09.099393+0000","last_undegraded":"2026-02-17T22:15:09.099393+0000","last_fullsized":"2026-02-17T22:15:09.099393+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108818+0000","last_change":"2026-02-17T22:14:53.308457+0000","last_active":"2026-02-17T22:15:09.108818+0000","last_peered":"2026-02-17T22:15:09.108818+0000","last_clean":"2026-02-17T22:15:09.108818+0000","last_became_active":"2026-02-17T22:14:53.308339+0000","last_became_peered":"2026-02-17T22:14:53.308339+0000","last_unstale":"2026-02-17T22:15:09.108818+0000","last_undegraded":"2026-02-17T22:15:09.108818+0000","last_fullsized":"2026-02-17T22:15:09.108818+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110142+0000","last_change":"2026-02-17T22:14:53.309616+0000","last_active":"2026-02-17T22:15:09.110142+0000","last_peered":"2026-02-17T22:15:09.110142+0000","last_clean":"2026-02-17T22:15:09.110142+0000","last_became_active":"2026-02-17T22:14:53.309316+0000","last_became_peered":"2026-02-17T22:14:53.309316+0000","last_unstale":"2026-02-17T22:15:09.110142+0000","last_undegraded":"2026-02-17T22:15:09.110142+0000","last_fullsized":"2026-02-17T22:15:09.110142+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110071+0000","last_change":"2026-02-17T22:14:53.309406+0000","last_active":"2026-02-17T22:15:09.110071+0000","last_peered":"2026-02-17T22:15:09.110071+0000","last_clean":"2026-02-17T22:15:09.110071+0000","last_became_active":"2026-02-17T22:14:53.308914+0000","last_became_peered":"2026-02-17T22:14:53.308914+0000","last_unstale":"2026-02-17T22:15:09.110071+0000","last_undegraded":"2026-02-17T22:15:09.110071+0000","last_fullsized":"2026-02-17T22:15:09.110071+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098485+0000","last_change":"2026-02-17T22:14:53.308043+0000","last_active":"2026-02-17T22:15:09.098485+0000","last_peered":"2026-02-17T22:15:09.098485+0000","last_clean":"2026-02-17T22:15:09.098485+0000","last_became_active":"2026-02-17T22:14:53.307210+0000","last_became_peered":"2026-02-17T22:14:53.307210+0000","last_unstale":"2026-02-17T22:15:09.098485+0000","last_undegraded":"2026-02-17T22:15:09.098485+0000","last_fullsized":"2026-02-17T22:15:09.098485+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099538+0000","last_change":"2026-02-17T22:14:53.306199+0000","last_active":"2026-02-17T22:15:09.099538+0000","last_peered":"2026-02-17T22:15:09.099538+0000","last_clean":"2026-02-17T22:15:09.099538+0000","last_became_active":"2026-02-17T22:14:53.306016+0000","last_became_peered":"2026-02-17T22:14:53.306016+0000","last_unstale":"2026-02-17T22:15:09.099538+0000","last_undegraded":"2026-02-17T22:15:09.099538+0000","last_fullsized":"2026-02-17T22:15:09.099538+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111081+0000","last_change":"2026-02-17T22:14:53.309741+0000","last_active":"2026-02-17T22:15:09.111081+0000","last_peered":"2026-02-17T22:15:09.111081+0000","last_clean":"2026-02-17T22:15:09.111081+0000","last_became_active":"2026-02-17T22:14:53.309617+0000","last_became_peered":"2026-02-17T22:14:53.309617+0000","last_unstale":"2026-02-17T22:15:09.111081+0000","last_undegraded":"2026-02-17T22:15:09.111081+0000","last_fullsized":"2026-02-17T22:15:09.111081+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100980+0000","last_change":"2026-02-17T22:14:53.309173+0000","last_active":"2026-02-17T22:15:09.100980+0000","last_peered":"2026-02-17T22:15:09.100980+0000","last_clean":"2026-02-17T22:15:09.100980+0000","last_became_active":"2026-02-17T22:14:53.308968+0000","last_became_peered":"2026-02-17T22:14:53.308968+0000","last_unstale":"2026-02-17T22:15:09.100980+0000","last_undegraded":"2026-02-17T22:15:09.100980+0000","last_fullsized":"2026-02-17T22:15:09.100980+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100932+0000","last_change":"2026-02-17T22:14:53.305233+0000","last_active":"2026-02-17T22:15:09.100932+0000","last_peered":"2026-02-17T22:15:09.100932+0000","last_clean":"2026-02-17T22:15:09.100932+0000","last_became_active":"2026-02-17T22:14:53.305066+0000","last_became_peered":"2026-02-17T22:14:53.305066+0000","last_unstale":"2026-02-17T22:15:09.100932+0000","last_undegraded":"2026-02-17T22:15:09.100932+0000","last_fullsized":"2026-02-17T22:15:09.100932+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101405+0000","last_change":"2026-02-17T22:14:53.305110+0000","last_active":"2026-02-17T22:15:09.101405+0000","last_peered":"2026-02-17T22:15:09.101405+0000","last_clean":"2026-02-17T22:15:09.101405+0000","last_became_active":"2026-02-17T22:14:53.304895+0000","last_became_peered":"2026-02-17T22:14:53.304895+0000","last_unstale":"2026-02-17T22:15:09.101405+0000","last_undegraded":"2026-02-17T22:15:09.101405+0000","last_fullsized":"2026-02-17T22:15:09.101405+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099991+0000","last_change":"2026-02-17T22:14:53.309644+0000","last_active":"2026-02-17T22:15:09.099991+0000","last_peered":"2026-02-17T22:15:09.099991+0000","last_clean":"2026-02-17T22:15:09.099991+0000","last_became_active":"2026-02-17T22:14:53.309515+0000","last_became_peered":"2026-02-17T22:14:53.309515+0000","last_unstale":"2026-02-17T22:15:09.099991+0000","last_undegraded":"2026-02-17T22:15:09.099991+0000","last_fullsized":"2026-02-17T22:15:09.099991+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108733+0000","last_change":"2026-02-17T22:14:53.309596+0000","last_active":"2026-02-17T22:15:09.108733+0000","last_peered":"2026-02-17T22:15:09.108733+0000","last_clean":"2026-02-17T22:15:09.108733+0000","last_became_active":"2026-02-17T22:14:53.309487+0000","last_became_peered":"2026-02-17T22:14:53.309487+0000","last_unstale":"2026-02-17T22:15:09.108733+0000","last_undegraded":"2026-02-17T22:15:09.108733+0000","last_fullsized":"2026-02-17T22:15:09.108733+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109957+0000","last_change":"2026-02-17T22:14:53.308460+0000","last_active":"2026-02-17T22:15:09.109957+0000","last_peered":"2026-02-17T22:15:09.109957+0000","last_clean":"2026-02-17T22:15:09.109957+0000","last_became_active":"2026-02-17T22:14:53.307967+0000","last_became_peered":"2026-02-17T22:14:53.307967+0000","last_unstale":"2026-02-17T22:15:09.109957+0000","last_undegraded":"2026-02-17T22:15:09.109957+0000","last_fullsized":"2026-02-17T22:15:09.109957+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111207+0000","last_change":"2026-02-17T22:14:53.307884+0000","last_active":"2026-02-17T22:15:09.111207+0000","last_peered":"2026-02-17T22:15:09.111207+0000","last_clean":"2026-02-17T22:15:09.111207+0000","last_became_active":"2026-02-17T22:14:53.307535+0000","last_became_peered":"2026-02-17T22:14:53.307535+0000","last_unstale":"2026-02-17T22:15:09.111207+0000","last_undegraded":"2026-02-17T22:15:09.111207+0000","last_fullsized":"2026-02-17T22:15:09.111207+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101087+0000","last_change":"2026-02-17T22:14:53.307903+0000","last_active":"2026-02-17T22:15:09.101087+0000","last_peered":"2026-02-17T22:15:09.101087+0000","last_clean":"2026-02-17T22:15:09.101087+0000","last_became_active":"2026-02-17T22:14:53.307357+0000","last_became_peered":"2026-02-17T22:14:53.307357+0000","last_unstale":"2026-02-17T22:15:09.101087+0000","last_undegraded":"2026-02-17T22:15:09.101087+0000","last_fullsized":"2026-02-17T22:15:09.101087+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099448+0000","last_change":"2026-02-17T22:14:53.309010+0000","last_active":"2026-02-17T22:15:09.099448+0000","last_peered":"2026-02-17T22:15:09.099448+0000","last_clean":"2026-02-17T22:15:09.099448+0000","last_became_active":"2026-02-17T22:14:53.308844+0000","last_became_peered":"2026-02-17T22:14:53.308844+0000","last_unstale":"2026-02-17T22:15:09.099448+0000","last_undegraded":"2026-02-17T22:15:09.099448+0000","last_fullsized":"2026-02-17T22:15:09.099448+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101243+0000","last_change":"2026-02-17T22:14:53.305813+0000","last_active":"2026-02-17T22:15:09.101243+0000","last_peered":"2026-02-17T22:15:09.101243+0000","last_clean":"2026-02-17T22:15:09.101243+0000","last_became_active":"2026-02-17T22:14:53.305641+0000","last_became_peered":"2026-02-17T22:14:53.305641+0000","last_unstale":"2026-02-17T22:15:09.101243+0000","last_undegraded":"2026-02-17T22:15:09.101243+0000","last_fullsized":"2026-02-17T22:15:09.101243+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099844+0000","last_change":"2026-02-17T22:14:53.306240+0000","last_active":"2026-02-17T22:15:09.099844+0000","last_peered":"2026-02-17T22:15:09.099844+0000","last_clean":"2026-02-17T22:15:09.099844+0000","last_became_active":"2026-02-17T22:14:53.306086+0000","last_became_peered":"2026-02-17T22:14:53.306086+0000","last_unstale":"2026-02-17T22:15:09.099844+0000","last_undegraded":"2026-02-17T22:15:09.099844+0000","last_fullsized":"2026-02-17T22:15:09.099844+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110168+0000","last_change":"2026-02-17T22:14:53.309079+0000","last_active":"2026-02-17T22:15:09.110168+0000","last_peered":"2026-02-17T22:15:09.110168+0000","last_clean":"2026-02-17T22:15:09.110168+0000","last_became_active":"2026-02-17T22:14:53.308811+0000","last_became_peered":"2026-02-17T22:14:53.308811+0000","last_unstale":"2026-02-17T22:15:09.110168+0000","last_undegraded":"2026-02-17T22:15:09.110168+0000","last_fullsized":"2026-02-17T22:15:09.110168+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101113+0000","last_change":"2026-02-17T22:14:53.306544+0000","last_active":"2026-02-17T22:15:09.101113+0000","last_peered":"2026-02-17T22:15:09.101113+0000","last_clean":"2026-02-17T22:15:09.101113+0000","last_became_active":"2026-02-17T22:14:53.306208+0000","last_became_peered":"2026-02-17T22:14:53.306208+0000","last_unstale":"2026-02-17T22:15:09.101113+0000","last_undegraded":"2026-02-17T22:15:09.101113+0000","last_fullsized":"2026-02-17T22:15:09.101113+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099718+0000","last_change":"2026-02-17T22:14:53.308188+0000","last_active":"2026-02-17T22:15:09.099718+0000","last_peered":"2026-02-17T22:15:09.099718+0000","last_clean":"2026-02-17T22:15:09.099718+0000","last_became_active":"2026-02-17T22:14:53.308057+0000","last_became_peered":"2026-02-17T22:14:53.308057+0000","last_unstale":"2026-02-17T22:15:09.099718+0000","last_undegraded":"2026-02-17T22:15:09.099718+0000","last_fullsized":"2026-02-17T22:15:09.099718+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111247+0000","last_change":"2026-02-17T22:14:53.308430+0000","last_active":"2026-02-17T22:15:09.111247+0000","last_peered":"2026-02-17T22:15:09.111247+0000","last_clean":"2026-02-17T22:15:09.111247+0000","last_became_active":"2026-02-17T22:14:53.308089+0000","last_became_peered":"2026-02-17T22:14:53.308089+0000","last_unstale":"2026-02-17T22:15:09.111247+0000","last_undegraded":"2026-02-17T22:15:09.111247+0000","last_fullsized":"2026-02-17T22:15:09.111247+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101143+0000","last_change":"2026-02-17T22:14:53.307099+0000","last_active":"2026-02-17T22:15:09.101143+0000","last_peered":"2026-02-17T22:15:09.101143+0000","last_clean":"2026-02-17T22:15:09.101143+0000","last_became_active":"2026-02-17T22:14:53.306625+0000","last_became_peered":"2026-02-17T22:14:53.306625+0000","last_unstale":"2026-02-17T22:15:09.101143+0000","last_undegraded":"2026-02-17T22:15:09.101143+0000","last_fullsized":"2026-02-17T22:15:09.101143+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099781+0000","last_change":"2026-02-17T22:14:53.308376+0000","last_active":"2026-02-17T22:15:09.099781+0000","last_peered":"2026-02-17T22:15:09.099781+0000","last_clean":"2026-02-17T22:15:09.099781+0000","last_became_active":"2026-02-17T22:14:53.308269+0000","last_became_peered":"2026-02-17T22:14:53.308269+0000","last_unstale":"2026-02-17T22:15:09.099781+0000","last_undegraded":"2026-02-17T22:15:09.099781+0000","last_fullsized":"2026-02-17T22:15:09.099781+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109674+0000","last_change":"2026-02-17T22:14:53.307797+0000","last_active":"2026-02-17T22:15:09.109674+0000","last_peered":"2026-02-17T22:15:09.109674+0000","last_clean":"2026-02-17T22:15:09.109674+0000","last_became_active":"2026-02-17T22:14:53.307526+0000","last_became_peered":"2026-02-17T22:14:53.307526+0000","last_unstale":"2026-02-17T22:15:09.109674+0000","last_undegraded":"2026-02-17T22:15:09.109674+0000","last_fullsized":"2026-02-17T22:15:09.109674+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098260+0000","last_change":"2026-02-17T22:14:53.305293+0000","last_active":"2026-02-17T22:15:09.098260+0000","last_peered":"2026-02-17T22:15:09.098260+0000","last_clean":"2026-02-17T22:15:09.098260+0000","last_became_active":"2026-02-17T22:14:53.305026+0000","last_became_peered":"2026-02-17T22:14:53.305026+0000","last_unstale":"2026-02-17T22:15:09.098260+0000","last_undegraded":"2026-02-17T22:15:09.098260+0000","last_fullsized":"2026-02-17T22:15:09.098260+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1b","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099663+0000","last_change":"2026-02-17T22:14:52.587525+0000","last_active":"2026-02-17T22:15:09.099663+0000","last_peered":"2026-02-17T22:15:09.099663+0000","last_clean":"2026-02-17T22:15:09.099663+0000","last_became_active":"2026-02-17T22:14:52.587333+0000","last_became_peered":"2026-02-17T22:14:52.587333+0000","last_unstale":"2026-02-17T22:15:09.099663+0000","last_undegraded":"2026-02-17T22:15:09.099663+0000","last_fullsized":"2026-02-17T22:15:09.099663+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111325+0000","last_change":"2026-02-17T22:14:53.310248+0000","last_active":"2026-02-17T22:15:09.111325+0000","last_peered":"2026-02-17T22:15:09.111325+0000","last_clean":"2026-02-17T22:15:09.111325+0000","last_became_active":"2026-02-17T22:14:53.310104+0000","last_became_peered":"2026-02-17T22:14:53.310104+0000","last_unstale":"2026-02-17T22:15:09.111325+0000","last_undegraded":"2026-02-17T22:15:09.111325+0000","last_fullsized":"2026-02-17T22:15:09.111325+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1a","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109886+0000","last_change":"2026-02-17T22:14:52.584529+0000","last_active":"2026-02-17T22:15:09.109886+0000","last_peered":"2026-02-17T22:15:09.109886+0000","last_clean":"2026-02-17T22:15:09.109886+0000","last_became_active":"2026-02-17T22:14:52.584375+0000","last_became_peered":"2026-02-17T22:14:52.584375+0000","last_unstale":"2026-02-17T22:15:09.109886+0000","last_undegraded":"2026-02-17T22:15:09.109886+0000","last_fullsized":"2026-02-17T22:15:09.109886+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099548+0000","last_change":"2026-02-17T22:14:52.587776+0000","last_active":"2026-02-17T22:15:09.099548+0000","last_peered":"2026-02-17T22:15:09.099548+0000","last_clean":"2026-02-17T22:15:09.099548+0000","last_became_active":"2026-02-17T22:14:52.587397+0000","last_became_peered":"2026-02-17T22:14:52.587397+0000","last_unstale":"2026-02-17T22:15:09.099548+0000","last_undegraded":"2026-02-17T22:15:09.099548+0000","last_fullsized":"2026-02-17T22:15:09.099548+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099422+0000","last_change":"2026-02-17T22:14:53.305732+0000","last_active":"2026-02-17T22:15:09.099422+0000","last_peered":"2026-02-17T22:15:09.099422+0000","last_clean":"2026-02-17T22:15:09.099422+0000","last_became_active":"2026-02-17T22:14:53.305579+0000","last_became_peered":"2026-02-17T22:14:53.305579+0000","last_unstale":"2026-02-17T22:15:09.099422+0000","last_undegraded":"2026-02-17T22:15:09.099422+0000","last_fullsized":"2026-02-17T22:15:09.099422+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101004+0000","last_change":"2026-02-17T22:14:52.586124+0000","last_active":"2026-02-17T22:15:09.101004+0000","last_peered":"2026-02-17T22:15:09.101004+0000","last_clean":"2026-02-17T22:15:09.101004+0000","last_became_active":"2026-02-17T22:14:52.585877+0000","last_became_peered":"2026-02-17T22:14:52.585877+0000","last_unstale":"2026-02-17T22:15:09.101004+0000","last_undegraded":"2026-02-17T22:15:09.101004+0000","last_fullsized":"2026-02-17T22:15:09.101004+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100912+0000","last_change":"2026-02-17T22:14:53.308680+0000","last_active":"2026-02-17T22:15:09.100912+0000","last_peered":"2026-02-17T22:15:09.100912+0000","last_clean":"2026-02-17T22:15:09.100912+0000","last_became_active":"2026-02-17T22:14:53.308556+0000","last_became_peered":"2026-02-17T22:14:53.308556+0000","last_unstale":"2026-02-17T22:15:09.100912+0000","last_undegraded":"2026-02-17T22:15:09.100912+0000","last_fullsized":"2026-02-17T22:15:09.100912+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110114+0000","last_change":"2026-02-17T22:14:52.585366+0000","last_active":"2026-02-17T22:15:09.110114+0000","last_peered":"2026-02-17T22:15:09.110114+0000","last_clean":"2026-02-17T22:15:09.110114+0000","last_became_active":"2026-02-17T22:14:52.585213+0000","last_became_peered":"2026-02-17T22:14:52.585213+0000","last_unstale":"2026-02-17T22:15:09.110114+0000","last_undegraded":"2026-02-17T22:15:09.110114+0000","last_fullsized":"2026-02-17T22:15:09.110114+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101308+0000","last_change":"2026-02-17T22:14:53.306807+0000","last_active":"2026-02-17T22:15:09.101308+0000","last_peered":"2026-02-17T22:15:09.101308+0000","last_clean":"2026-02-17T22:15:09.101308+0000","last_became_active":"2026-02-17T22:14:53.306519+0000","last_became_peered":"2026-02-17T22:14:53.306519+0000","last_unstale":"2026-02-17T22:15:09.101308+0000","last_undegraded":"2026-02-17T22:15:09.101308+0000","last_fullsized":"2026-02-17T22:15:09.101308+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101304+0000","last_change":"2026-02-17T22:14:52.585793+0000","last_active":"2026-02-17T22:15:09.101304+0000","last_peered":"2026-02-17T22:15:09.101304+0000","last_clean":"2026-02-17T22:15:09.101304+0000","last_became_active":"2026-02-17T22:14:52.585277+0000","last_became_peered":"2026-02-17T22:14:52.585277+0000","last_unstale":"2026-02-17T22:15:09.101304+0000","last_undegraded":"2026-02-17T22:15:09.101304+0000","last_fullsized":"2026-02-17T22:15:09.101304+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111540+0000","last_change":"2026-02-17T22:14:53.307775+0000","last_active":"2026-02-17T22:15:09.111540+0000","last_peered":"2026-02-17T22:15:09.111540+0000","last_clean":"2026-02-17T22:15:09.111540+0000","last_became_active":"2026-02-17T22:14:53.307169+0000","last_became_peered":"2026-02-17T22:14:53.307169+0000","last_unstale":"2026-02-17T22:15:09.111540+0000","last_undegraded":"2026-02-17T22:15:09.111540+0000","last_fullsized":"2026-02-17T22:15:09.111540+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"46'3","reported_seq":20,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101238+0000","last_change":"2026-02-17T22:14:52.585853+0000","last_active":"2026-02-17T22:15:09.101238+0000","last_peered":"2026-02-17T22:15:09.101238+0000","last_clean":"2026-02-17T22:15:09.101238+0000","last_became_active":"2026-02-17T22:14:52.585709+0000","last_became_peered":"2026-02-17T22:14:52.585709+0000","last_unstale":"2026-02-17T22:15:09.101238+0000","last_undegraded":"2026-02-17T22:15:09.101238+0000","last_fullsized":"2026-02-17T22:15:09.101238+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098526+0000","last_change":"2026-02-17T22:14:53.308496+0000","last_active":"2026-02-17T22:15:09.098526+0000","last_peered":"2026-02-17T22:15:09.098526+0000","last_clean":"2026-02-17T22:15:09.098526+0000","last_became_active":"2026-02-17T22:14:53.308206+0000","last_became_peered":"2026-02-17T22:14:53.308206+0000","last_unstale":"2026-02-17T22:15:09.098526+0000","last_undegraded":"2026-02-17T22:15:09.098526+0000","last_fullsized":"2026-02-17T22:15:09.098526+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"49'8","reported_seq":25,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109996+0000","last_change":"2026-02-17T22:14:52.585614+0000","last_active":"2026-02-17T22:15:09.109996+0000","last_peered":"2026-02-17T22:15:09.109996+0000","last_clean":"2026-02-17T22:15:09.109996+0000","last_became_active":"2026-02-17T22:14:52.585479+0000","last_became_peered":"2026-02-17T22:14:52.585479+0000","last_unstale":"2026-02-17T22:15:09.109996+0000","last_undegraded":"2026-02-17T22:15:09.109996+0000","last_fullsized":"2026-02-17T22:15:09.109996+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2348,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8,"num_write_kb":5,"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":1,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108556+0000","last_change":"2026-02-17T22:14:53.307494+0000","last_active":"2026-02-17T22:15:09.108556+0000","last_peered":"2026-02-17T22:15:09.108556+0000","last_clean":"2026-02-17T22:15:09.108556+0000","last_became_active":"2026-02-17T22:14:53.307331+0000","last_became_peered":"2026-02-17T22:14:53.307331+0000","last_unstale":"2026-02-17T22:15:09.108556+0000","last_undegraded":"2026-02-17T22:15:09.108556+0000","last_fullsized":"2026-02-17T22:15:09.108556+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111325+0000","last_change":"2026-02-17T22:14:52.586359+0000","last_active":"2026-02-17T22:15:09.111325+0000","last_peered":"2026-02-17T22:15:09.111325+0000","last_clean":"2026-02-17T22:15:09.111325+0000","last_became_active":"2026-02-17T22:14:52.586146+0000","last_became_peered":"2026-02-17T22:14:52.586146+0000","last_unstale":"2026-02-17T22:15:09.111325+0000","last_undegraded":"2026-02-17T22:15:09.111325+0000","last_fullsized":"2026-02-17T22:15:09.111325+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":7,"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":1,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111151+0000","last_change":"2026-02-17T22:14:53.306081+0000","last_active":"2026-02-17T22:15:09.111151+0000","last_peered":"2026-02-17T22:15:09.111151+0000","last_clean":"2026-02-17T22:15:09.111151+0000","last_became_active":"2026-02-17T22:14:53.305537+0000","last_became_peered":"2026-02-17T22:14:53.305537+0000","last_unstale":"2026-02-17T22:15:09.111151+0000","last_undegraded":"2026-02-17T22:15:09.111151+0000","last_fullsized":"2026-02-17T22:15:09.111151+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101175+0000","last_change":"2026-02-17T22:14:52.586150+0000","last_active":"2026-02-17T22:15:09.101175+0000","last_peered":"2026-02-17T22:15:09.101175+0000","last_clean":"2026-02-17T22:15:09.101175+0000","last_became_active":"2026-02-17T22:14:52.585910+0000","last_became_peered":"2026-02-17T22:14:52.585910+0000","last_unstale":"2026-02-17T22:15:09.101175+0000","last_undegraded":"2026-02-17T22:15:09.101175+0000","last_fullsized":"2026-02-17T22:15:09.101175+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108687+0000","last_change":"2026-02-17T22:14:53.309234+0000","last_active":"2026-02-17T22:15:09.108687+0000","last_peered":"2026-02-17T22:15:09.108687+0000","last_clean":"2026-02-17T22:15:09.108687+0000","last_became_active":"2026-02-17T22:14:53.308931+0000","last_became_peered":"2026-02-17T22:14:53.308931+0000","last_unstale":"2026-02-17T22:15:09.108687+0000","last_undegraded":"2026-02-17T22:15:09.108687+0000","last_fullsized":"2026-02-17T22:15:09.108687+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109803+0000","last_change":"2026-02-17T22:14:52.584932+0000","last_active":"2026-02-17T22:15:09.109803+0000","last_peered":"2026-02-17T22:15:09.109803+0000","last_clean":"2026-02-17T22:15:09.109803+0000","last_became_active":"2026-02-17T22:14:52.584250+0000","last_became_peered":"2026-02-17T22:14:52.584250+0000","last_unstale":"2026-02-17T22:15:09.109803+0000","last_undegraded":"2026-02-17T22:15:09.109803+0000","last_fullsized":"2026-02-17T22:15:09.109803+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109684+0000","last_change":"2026-02-17T22:14:53.307756+0000","last_active":"2026-02-17T22:15:09.109684+0000","last_peered":"2026-02-17T22:15:09.109684+0000","last_clean":"2026-02-17T22:15:09.109684+0000","last_became_active":"2026-02-17T22:14:53.307521+0000","last_became_peered":"2026-02-17T22:14:53.307521+0000","last_unstale":"2026-02-17T22:15:09.109684+0000","last_undegraded":"2026-02-17T22:15:09.109684+0000","last_fullsized":"2026-02-17T22:15:09.109684+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"46'8","reported_seq":25,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099775+0000","last_change":"2026-02-17T22:14:52.588019+0000","last_active":"2026-02-17T22:15:09.099775+0000","last_peered":"2026-02-17T22:15:09.099775+0000","last_clean":"2026-02-17T22:15:09.099775+0000","last_became_active":"2026-02-17T22:14:52.587897+0000","last_became_peered":"2026-02-17T22:14:52.587897+0000","last_unstale":"2026-02-17T22:15:09.099775+0000","last_undegraded":"2026-02-17T22:15:09.099775+0000","last_fullsized":"2026-02-17T22:15:09.099775+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":8,"log_dups_size":0,"ondisk_log_size":8,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108312+0000","last_change":"2026-02-17T22:14:53.309198+0000","last_active":"2026-02-17T22:15:09.108312+0000","last_peered":"2026-02-17T22:15:09.108312+0000","last_clean":"2026-02-17T22:15:09.108312+0000","last_became_active":"2026-02-17T22:14:53.308971+0000","last_became_peered":"2026-02-17T22:14:53.308971+0000","last_unstale":"2026-02-17T22:15:09.108312+0000","last_undegraded":"2026-02-17T22:15:09.108312+0000","last_fullsized":"2026-02-17T22:15:09.108312+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098673+0000","last_change":"2026-02-17T22:14:52.584702+0000","last_active":"2026-02-17T22:15:09.098673+0000","last_peered":"2026-02-17T22:15:09.098673+0000","last_clean":"2026-02-17T22:15:09.098673+0000","last_became_active":"2026-02-17T22:14:52.584528+0000","last_became_peered":"2026-02-17T22:14:52.584528+0000","last_unstale":"2026-02-17T22:15:09.098673+0000","last_undegraded":"2026-02-17T22:15:09.098673+0000","last_fullsized":"2026-02-17T22:15:09.098673+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108790+0000","last_change":"2026-02-17T22:14:53.307446+0000","last_active":"2026-02-17T22:15:09.108790+0000","last_peered":"2026-02-17T22:15:09.108790+0000","last_clean":"2026-02-17T22:15:09.108790+0000","last_became_active":"2026-02-17T22:14:53.307190+0000","last_became_peered":"2026-02-17T22:14:53.307190+0000","last_unstale":"2026-02-17T22:15:09.108790+0000","last_undegraded":"2026-02-17T22:15:09.108790+0000","last_fullsized":"2026-02-17T22:15:09.108790+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.e","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100006+0000","last_change":"2026-02-17T22:14:52.586579+0000","last_active":"2026-02-17T22:15:09.100006+0000","last_peered":"2026-02-17T22:15:09.100006+0000","last_clean":"2026-02-17T22:15:09.100006+0000","last_became_active":"2026-02-17T22:14:52.586448+0000","last_became_peered":"2026-02-17T22:14:52.586448+0000","last_unstale":"2026-02-17T22:15:09.100006+0000","last_undegraded":"2026-02-17T22:15:09.100006+0000","last_fullsized":"2026-02-17T22:15:09.100006+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108827+0000","last_change":"2026-02-17T22:14:53.307838+0000","last_active":"2026-02-17T22:15:09.108827+0000","last_peered":"2026-02-17T22:15:09.108827+0000","last_clean":"2026-02-17T22:15:09.108827+0000","last_became_active":"2026-02-17T22:14:53.307691+0000","last_became_peered":"2026-02-17T22:14:53.307691+0000","last_unstale":"2026-02-17T22:15:09.108827+0000","last_undegraded":"2026-02-17T22:15:09.108827+0000","last_fullsized":"2026-02-17T22:15:09.108827+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101230+0000","last_change":"2026-02-17T22:14:52.586757+0000","last_active":"2026-02-17T22:15:09.101230+0000","last_peered":"2026-02-17T22:15:09.101230+0000","last_clean":"2026-02-17T22:15:09.101230+0000","last_became_active":"2026-02-17T22:14:52.586623+0000","last_became_peered":"2026-02-17T22:14:52.586623+0000","last_unstale":"2026-02-17T22:15:09.101230+0000","last_undegraded":"2026-02-17T22:15:09.101230+0000","last_fullsized":"2026-02-17T22:15:09.101230+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"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},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101256+0000","last_change":"2026-02-17T22:14:53.308111+0000","last_active":"2026-02-17T22:15:09.101256+0000","last_peered":"2026-02-17T22:15:09.101256+0000","last_clean":"2026-02-17T22:15:09.101256+0000","last_became_active":"2026-02-17T22:14:53.307402+0000","last_became_peered":"2026-02-17T22:14:53.307402+0000","last_unstale":"2026-02-17T22:15:09.101256+0000","last_undegraded":"2026-02-17T22:15:09.101256+0000","last_fullsized":"2026-02-17T22:15:09.101256+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099901+0000","last_change":"2026-02-17T22:14:52.586474+0000","last_active":"2026-02-17T22:15:09.099901+0000","last_peered":"2026-02-17T22:15:09.099901+0000","last_clean":"2026-02-17T22:15:09.099901+0000","last_became_active":"2026-02-17T22:14:52.586316+0000","last_became_peered":"2026-02-17T22:14:52.586316+0000","last_unstale":"2026-02-17T22:15:09.099901+0000","last_undegraded":"2026-02-17T22:15:09.099901+0000","last_fullsized":"2026-02-17T22:15:09.099901+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108639+0000","last_change":"2026-02-17T22:14:53.308636+0000","last_active":"2026-02-17T22:15:09.108639+0000","last_peered":"2026-02-17T22:15:09.108639+0000","last_clean":"2026-02-17T22:15:09.108639+0000","last_became_active":"2026-02-17T22:14:53.308521+0000","last_became_peered":"2026-02-17T22:14:53.308521+0000","last_unstale":"2026-02-17T22:15:09.108639+0000","last_undegraded":"2026-02-17T22:15:09.108639+0000","last_fullsized":"2026-02-17T22:15:09.108639+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.558120+0000","last_change":"2026-02-17T22:15:10.558388+0000","last_active":"2026-02-17T22:15:10.558120+0000","last_peered":"2026-02-17T22:15:10.558120+0000","last_clean":"2026-02-17T22:15:10.558120+0000","last_became_active":"2026-02-17T22:15:07.247456+0000","last_became_peered":"2026-02-17T22:15:07.247456+0000","last_unstale":"2026-02-17T22:15:10.558120+0000","last_undegraded":"2026-02-17T22:15:10.558120+0000","last_fullsized":"2026-02-17T22:15:10.558120+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:08:57.622370+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045007800000000002,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"51'99","reported_seq":51,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111394+0000","last_change":"2026-02-17T22:14:45.566410+0000","last_active":"2026-02-17T22:15:09.111394+0000","last_peered":"2026-02-17T22:15:09.111394+0000","last_clean":"2026-02-17T22:15:09.111394+0000","last_became_active":"2026-02-17T22:14:45.562414+0000","last_became_peered":"2026-02-17T22:14:45.562414+0000","last_unstale":"2026-02-17T22:15:09.111394+0000","last_undegraded":"2026-02-17T22:15:09.111394+0000","last_fullsized":"2026-02-17T22:15:09.111394+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":16,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:00.367544+0000","last_clean_scrub_stamp":"2026-02-17T22:14:00.367544+0000","objects_scrubbed":0,"log_size":99,"log_dups_size":0,"ondisk_log_size":99,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":135,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101077+0000","last_change":"2026-02-17T22:14:52.586178+0000","last_active":"2026-02-17T22:15:09.101077+0000","last_peered":"2026-02-17T22:15:09.101077+0000","last_clean":"2026-02-17T22:15:09.101077+0000","last_became_active":"2026-02-17T22:14:52.585989+0000","last_became_peered":"2026-02-17T22:14:52.585989+0000","last_unstale":"2026-02-17T22:15:09.101077+0000","last_undegraded":"2026-02-17T22:15:09.101077+0000","last_fullsized":"2026-02-17T22:15:09.101077+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099550+0000","last_change":"2026-02-17T22:14:53.306812+0000","last_active":"2026-02-17T22:15:09.099550+0000","last_peered":"2026-02-17T22:15:09.099550+0000","last_clean":"2026-02-17T22:15:09.099550+0000","last_became_active":"2026-02-17T22:14:53.306134+0000","last_became_peered":"2026-02-17T22:14:53.306134+0000","last_unstale":"2026-02-17T22:15:09.099550+0000","last_undegraded":"2026-02-17T22:15:09.099550+0000","last_fullsized":"2026-02-17T22:15:09.099550+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.101284+0000","last_change":"2026-02-17T22:15:10.101369+0000","last_active":"2026-02-17T22:15:10.101284+0000","last_peered":"2026-02-17T22:15:10.101284+0000","last_clean":"2026-02-17T22:15:10.101284+0000","last_became_active":"2026-02-17T22:15:07.248868+0000","last_became_peered":"2026-02-17T22:15:07.248868+0000","last_unstale":"2026-02-17T22:15:10.101284+0000","last_undegraded":"2026-02-17T22:15:10.101284+0000","last_fullsized":"2026-02-17T22:15:10.101284+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:55:39.512065+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037956300000000002,"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},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108367+0000","last_change":"2026-02-17T22:14:52.584486+0000","last_active":"2026-02-17T22:15:09.108367+0000","last_peered":"2026-02-17T22:15:09.108367+0000","last_clean":"2026-02-17T22:15:09.108367+0000","last_became_active":"2026-02-17T22:14:52.584194+0000","last_became_peered":"2026-02-17T22:14:52.584194+0000","last_unstale":"2026-02-17T22:15:09.108367+0000","last_undegraded":"2026-02-17T22:15:09.108367+0000","last_fullsized":"2026-02-17T22:15:09.108367+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111134+0000","last_change":"2026-02-17T22:14:53.310271+0000","last_active":"2026-02-17T22:15:09.111134+0000","last_peered":"2026-02-17T22:15:09.111134+0000","last_clean":"2026-02-17T22:15:09.111134+0000","last_became_active":"2026-02-17T22:14:53.310119+0000","last_became_peered":"2026-02-17T22:14:53.310119+0000","last_unstale":"2026-02-17T22:15:09.111134+0000","last_undegraded":"2026-02-17T22:15:09.111134+0000","last_fullsized":"2026-02-17T22:15:09.111134+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103641+0000","last_change":"2026-02-17T22:15:10.103738+0000","last_active":"2026-02-17T22:15:10.103641+0000","last_peered":"2026-02-17T22:15:10.103641+0000","last_clean":"2026-02-17T22:15:10.103641+0000","last_became_active":"2026-02-17T22:15:07.130694+0000","last_became_peered":"2026-02-17T22:15:07.130694+0000","last_unstale":"2026-02-17T22:15:10.103641+0000","last_undegraded":"2026-02-17T22:15:10.103641+0000","last_fullsized":"2026-02-17T22:15:10.103641+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:22:41.897087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00018073500000000001,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099802+0000","last_change":"2026-02-17T22:14:52.586289+0000","last_active":"2026-02-17T22:15:09.099802+0000","last_peered":"2026-02-17T22:15:09.099802+0000","last_clean":"2026-02-17T22:15:09.099802+0000","last_became_active":"2026-02-17T22:14:52.586111+0000","last_became_peered":"2026-02-17T22:14:52.586111+0000","last_unstale":"2026-02-17T22:15:09.099802+0000","last_undegraded":"2026-02-17T22:15:09.099802+0000","last_fullsized":"2026-02-17T22:15:09.099802+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.100956+0000","last_change":"2026-02-17T22:14:53.307300+0000","last_active":"2026-02-17T22:15:09.100956+0000","last_peered":"2026-02-17T22:15:09.100956+0000","last_clean":"2026-02-17T22:15:09.100956+0000","last_became_active":"2026-02-17T22:14:53.306814+0000","last_became_peered":"2026-02-17T22:14:53.306814+0000","last_unstale":"2026-02-17T22:15:09.100956+0000","last_undegraded":"2026-02-17T22:15:09.100956+0000","last_fullsized":"2026-02-17T22:15:09.100956+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103455+0000","last_change":"2026-02-17T22:15:10.103618+0000","last_active":"2026-02-17T22:15:10.103455+0000","last_peered":"2026-02-17T22:15:10.103455+0000","last_clean":"2026-02-17T22:15:10.103455+0000","last_became_active":"2026-02-17T22:15:07.248817+0000","last_became_peered":"2026-02-17T22:15:07.248817+0000","last_unstale":"2026-02-17T22:15:10.103455+0000","last_undegraded":"2026-02-17T22:15:10.103455+0000","last_fullsized":"2026-02-17T22:15:10.103455+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:25:01.984500+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029895300000000002,"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},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101277+0000","last_change":"2026-02-17T22:14:52.585404+0000","last_active":"2026-02-17T22:15:09.101277+0000","last_peered":"2026-02-17T22:15:09.101277+0000","last_clean":"2026-02-17T22:15:09.101277+0000","last_became_active":"2026-02-17T22:14:52.585148+0000","last_became_peered":"2026-02-17T22:14:52.585148+0000","last_unstale":"2026-02-17T22:15:09.101277+0000","last_undegraded":"2026-02-17T22:15:09.101277+0000","last_fullsized":"2026-02-17T22:15:09.101277+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098482+0000","last_change":"2026-02-17T22:14:53.307597+0000","last_active":"2026-02-17T22:15:09.098482+0000","last_peered":"2026-02-17T22:15:09.098482+0000","last_clean":"2026-02-17T22:15:09.098482+0000","last_became_active":"2026-02-17T22:14:53.307254+0000","last_became_peered":"2026-02-17T22:14:53.307254+0000","last_unstale":"2026-02-17T22:15:09.098482+0000","last_undegraded":"2026-02-17T22:15:09.098482+0000","last_fullsized":"2026-02-17T22:15:09.098482+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.2","version":"52'2","reported_seq":19,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103817+0000","last_change":"2026-02-17T22:15:10.103817+0000","last_active":"2026-02-17T22:15:10.103817+0000","last_peered":"2026-02-17T22:15:10.103817+0000","last_clean":"2026-02-17T22:15:10.103817+0000","last_became_active":"2026-02-17T22:15:07.131032+0000","last_became_peered":"2026-02-17T22:15:07.131032+0000","last_unstale":"2026-02-17T22:15:10.103817+0000","last_undegraded":"2026-02-17T22:15:10.103817+0000","last_fullsized":"2026-02-17T22:15:10.103817+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T03:14:49.318828+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061931699999999998,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101167+0000","last_change":"2026-02-17T22:14:52.587206+0000","last_active":"2026-02-17T22:15:09.101167+0000","last_peered":"2026-02-17T22:15:09.101167+0000","last_clean":"2026-02-17T22:15:09.101167+0000","last_became_active":"2026-02-17T22:14:52.587051+0000","last_became_peered":"2026-02-17T22:14:52.587051+0000","last_unstale":"2026-02-17T22:15:09.101167+0000","last_undegraded":"2026-02-17T22:15:09.101167+0000","last_fullsized":"2026-02-17T22:15:09.101167+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101284+0000","last_change":"2026-02-17T22:14:53.305870+0000","last_active":"2026-02-17T22:15:09.101284+0000","last_peered":"2026-02-17T22:15:09.101284+0000","last_clean":"2026-02-17T22:15:09.101284+0000","last_became_active":"2026-02-17T22:14:53.305678+0000","last_became_peered":"2026-02-17T22:14:53.305678+0000","last_unstale":"2026-02-17T22:15:09.101284+0000","last_undegraded":"2026-02-17T22:15:09.101284+0000","last_fullsized":"2026-02-17T22:15:09.101284+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.3","version":"50'1","reported_seq":18,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.100741+0000","last_change":"2026-02-17T22:15:10.101041+0000","last_active":"2026-02-17T22:15:10.100741+0000","last_peered":"2026-02-17T22:15:10.100741+0000","last_clean":"2026-02-17T22:15:10.100741+0000","last_became_active":"2026-02-17T22:15:07.248854+0000","last_became_peered":"2026-02-17T22:15:07.248854+0000","last_unstale":"2026-02-17T22:15:10.100741+0000","last_undegraded":"2026-02-17T22:15:10.100741+0000","last_fullsized":"2026-02-17T22:15:10.100741+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:52:32.198648+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00038945100000000002,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"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},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108750+0000","last_change":"2026-02-17T22:14:52.584752+0000","last_active":"2026-02-17T22:15:09.108750+0000","last_peered":"2026-02-17T22:15:09.108750+0000","last_clean":"2026-02-17T22:15:09.108750+0000","last_became_active":"2026-02-17T22:14:52.584278+0000","last_became_peered":"2026-02-17T22:14:52.584278+0000","last_unstale":"2026-02-17T22:15:09.108750+0000","last_undegraded":"2026-02-17T22:15:09.108750+0000","last_fullsized":"2026-02-17T22:15:09.108750+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101124+0000","last_change":"2026-02-17T22:14:53.306359+0000","last_active":"2026-02-17T22:15:09.101124+0000","last_peered":"2026-02-17T22:15:09.101124+0000","last_clean":"2026-02-17T22:15:09.101124+0000","last_became_active":"2026-02-17T22:14:53.306080+0000","last_became_peered":"2026-02-17T22:14:53.306080+0000","last_unstale":"2026-02-17T22:15:09.101124+0000","last_undegraded":"2026-02-17T22:15:09.101124+0000","last_fullsized":"2026-02-17T22:15:09.101124+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.519751+0000","last_change":"2026-02-17T22:15:10.520124+0000","last_active":"2026-02-17T22:15:10.519751+0000","last_peered":"2026-02-17T22:15:10.519751+0000","last_clean":"2026-02-17T22:15:10.519751+0000","last_became_active":"2026-02-17T22:15:07.248894+0000","last_became_peered":"2026-02-17T22:15:07.248894+0000","last_unstale":"2026-02-17T22:15:10.519751+0000","last_undegraded":"2026-02-17T22:15:10.519751+0000","last_fullsized":"2026-02-17T22:15:10.519751+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:17:05.740391+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00051381099999999998,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"47'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101342+0000","last_change":"2026-02-17T22:14:52.586999+0000","last_active":"2026-02-17T22:15:09.101342+0000","last_peered":"2026-02-17T22:15:09.101342+0000","last_clean":"2026-02-17T22:15:09.101342+0000","last_became_active":"2026-02-17T22:14:52.586868+0000","last_became_peered":"2026-02-17T22:14:52.586868+0000","last_unstale":"2026-02-17T22:15:09.101342+0000","last_undegraded":"2026-02-17T22:15:09.101342+0000","last_fullsized":"2026-02-17T22:15:09.101342+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099868+0000","last_change":"2026-02-17T22:14:53.305403+0000","last_active":"2026-02-17T22:15:09.099868+0000","last_peered":"2026-02-17T22:15:09.099868+0000","last_clean":"2026-02-17T22:15:09.099868+0000","last_became_active":"2026-02-17T22:14:53.305211+0000","last_became_peered":"2026-02-17T22:14:53.305211+0000","last_unstale":"2026-02-17T22:15:09.099868+0000","last_undegraded":"2026-02-17T22:15:09.099868+0000","last_fullsized":"2026-02-17T22:15:09.099868+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":17,"reported_epoch":52,"state":"active+clean","last_fresh":"2026-02-17T22:15:10.103089+0000","last_change":"2026-02-17T22:15:10.103358+0000","last_active":"2026-02-17T22:15:10.103089+0000","last_peered":"2026-02-17T22:15:10.103089+0000","last_clean":"2026-02-17T22:15:10.103089+0000","last_became_active":"2026-02-17T22:15:07.129337+0000","last_became_peered":"2026-02-17T22:15:07.129337+0000","last_unstale":"2026-02-17T22:15:10.103089+0000","last_undegraded":"2026-02-17T22:15:10.103089+0000","last_fullsized":"2026-02-17T22:15:10.103089+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":48,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:15:06.681174+0000","last_clean_scrub_stamp":"2026-02-17T22:15:06.681174+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:03:25.742803+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036829499999999998,"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},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.7","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.110130+0000","last_change":"2026-02-17T22:14:52.585635+0000","last_active":"2026-02-17T22:15:09.110130+0000","last_peered":"2026-02-17T22:15:09.110130+0000","last_clean":"2026-02-17T22:15:09.110130+0000","last_became_active":"2026-02-17T22:14:52.585516+0000","last_became_peered":"2026-02-17T22:14:52.585516+0000","last_unstale":"2026-02-17T22:15:09.110130+0000","last_undegraded":"2026-02-17T22:15:09.110130+0000","last_fullsized":"2026-02-17T22:15:09.110130+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111462+0000","last_change":"2026-02-17T22:14:53.307181+0000","last_active":"2026-02-17T22:15:09.111462+0000","last_peered":"2026-02-17T22:15:09.111462+0000","last_clean":"2026-02-17T22:15:09.111462+0000","last_became_active":"2026-02-17T22:14:53.306966+0000","last_became_peered":"2026-02-17T22:14:53.306966+0000","last_unstale":"2026-02-17T22:15:09.111462+0000","last_undegraded":"2026-02-17T22:15:09.111462+0000","last_fullsized":"2026-02-17T22:15:09.111462+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108306+0000","last_change":"2026-02-17T22:14:52.584624+0000","last_active":"2026-02-17T22:15:09.108306+0000","last_peered":"2026-02-17T22:15:09.108306+0000","last_clean":"2026-02-17T22:15:09.108306+0000","last_became_active":"2026-02-17T22:14:52.584329+0000","last_became_peered":"2026-02-17T22:14:52.584329+0000","last_unstale":"2026-02-17T22:15:09.108306+0000","last_undegraded":"2026-02-17T22:15:09.108306+0000","last_fullsized":"2026-02-17T22:15:09.108306+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.098385+0000","last_change":"2026-02-17T22:14:53.308715+0000","last_active":"2026-02-17T22:15:09.098385+0000","last_peered":"2026-02-17T22:15:09.098385+0000","last_clean":"2026-02-17T22:15:09.098385+0000","last_became_active":"2026-02-17T22:14:53.308159+0000","last_became_peered":"2026-02-17T22:14:53.308159+0000","last_unstale":"2026-02-17T22:15:09.098385+0000","last_undegraded":"2026-02-17T22:15:09.098385+0000","last_fullsized":"2026-02-17T22:15:09.098385+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101052+0000","last_change":"2026-02-17T22:14:52.587204+0000","last_active":"2026-02-17T22:15:09.101052+0000","last_peered":"2026-02-17T22:15:09.101052+0000","last_clean":"2026-02-17T22:15:09.101052+0000","last_became_active":"2026-02-17T22:14:52.587041+0000","last_became_peered":"2026-02-17T22:14:52.587041+0000","last_unstale":"2026-02-17T22:15:09.101052+0000","last_undegraded":"2026-02-17T22:15:09.101052+0000","last_fullsized":"2026-02-17T22:15:09.101052+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099490+0000","last_change":"2026-02-17T22:14:53.305380+0000","last_active":"2026-02-17T22:15:09.099490+0000","last_peered":"2026-02-17T22:15:09.099490+0000","last_clean":"2026-02-17T22:15:09.099490+0000","last_became_active":"2026-02-17T22:14:53.305186+0000","last_became_peered":"2026-02-17T22:14:53.305186+0000","last_unstale":"2026-02-17T22:15:09.099490+0000","last_undegraded":"2026-02-17T22:15:09.099490+0000","last_fullsized":"2026-02-17T22:15:09.099490+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":17,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101244+0000","last_change":"2026-02-17T22:14:52.586478+0000","last_active":"2026-02-17T22:15:09.101244+0000","last_peered":"2026-02-17T22:15:09.101244+0000","last_clean":"2026-02-17T22:15:09.101244+0000","last_became_active":"2026-02-17T22:14:52.586341+0000","last_became_peered":"2026-02-17T22:14:52.586341+0000","last_unstale":"2026-02-17T22:15:09.101244+0000","last_undegraded":"2026-02-17T22:15:09.101244+0000","last_fullsized":"2026-02-17T22:15:09.101244+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099626+0000","last_change":"2026-02-17T22:14:53.305336+0000","last_active":"2026-02-17T22:15:09.099626+0000","last_peered":"2026-02-17T22:15:09.099626+0000","last_clean":"2026-02-17T22:15:09.099626+0000","last_became_active":"2026-02-17T22:14:53.305095+0000","last_became_peered":"2026-02-17T22:14:53.305095+0000","last_unstale":"2026-02-17T22:15:09.099626+0000","last_undegraded":"2026-02-17T22:15:09.099626+0000","last_fullsized":"2026-02-17T22:15:09.099626+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108737+0000","last_change":"2026-02-17T22:14:52.585373+0000","last_active":"2026-02-17T22:15:09.108737+0000","last_peered":"2026-02-17T22:15:09.108737+0000","last_clean":"2026-02-17T22:15:09.108737+0000","last_became_active":"2026-02-17T22:14:52.585068+0000","last_became_peered":"2026-02-17T22:14:52.585068+0000","last_unstale":"2026-02-17T22:15:09.108737+0000","last_undegraded":"2026-02-17T22:15:09.108737+0000","last_fullsized":"2026-02-17T22:15:09.108737+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.109832+0000","last_change":"2026-02-17T22:14:53.306899+0000","last_active":"2026-02-17T22:15:09.109832+0000","last_peered":"2026-02-17T22:15:09.109832+0000","last_clean":"2026-02-17T22:15:09.109832+0000","last_became_active":"2026-02-17T22:14:53.306544+0000","last_became_peered":"2026-02-17T22:14:53.306544+0000","last_unstale":"2026-02-17T22:15:09.109832+0000","last_undegraded":"2026-02-17T22:15:09.109832+0000","last_fullsized":"2026-02-17T22:15:09.109832+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101257+0000","last_change":"2026-02-17T22:14:53.307646+0000","last_active":"2026-02-17T22:15:09.101257+0000","last_peered":"2026-02-17T22:15:09.101257+0000","last_clean":"2026-02-17T22:15:09.101257+0000","last_became_active":"2026-02-17T22:14:53.307529+0000","last_became_peered":"2026-02-17T22:14:53.307529+0000","last_unstale":"2026-02-17T22:15:09.101257+0000","last_undegraded":"2026-02-17T22:15:09.101257+0000","last_fullsized":"2026-02-17T22:15:09.101257+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108566+0000","last_change":"2026-02-17T22:14:52.585691+0000","last_active":"2026-02-17T22:15:09.108566+0000","last_peered":"2026-02-17T22:15:09.108566+0000","last_clean":"2026-02-17T22:15:09.108566+0000","last_became_active":"2026-02-17T22:14:52.585343+0000","last_became_peered":"2026-02-17T22:14:52.585343+0000","last_unstale":"2026-02-17T22:15:09.108566+0000","last_undegraded":"2026-02-17T22:15:09.108566+0000","last_fullsized":"2026-02-17T22:15:09.108566+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.101178+0000","last_change":"2026-02-17T22:14:53.307266+0000","last_active":"2026-02-17T22:15:09.101178+0000","last_peered":"2026-02-17T22:15:09.101178+0000","last_clean":"2026-02-17T22:15:09.101178+0000","last_became_active":"2026-02-17T22:14:53.307009+0000","last_became_peered":"2026-02-17T22:14:53.307009+0000","last_unstale":"2026-02-17T22:15:09.101178+0000","last_undegraded":"2026-02-17T22:15:09.101178+0000","last_fullsized":"2026-02-17T22:15:09.101178+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1d","version":"46'2","reported_seq":19,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.108634+0000","last_change":"2026-02-17T22:14:52.584705+0000","last_active":"2026-02-17T22:15:09.108634+0000","last_peered":"2026-02-17T22:15:09.108634+0000","last_clean":"2026-02-17T22:15:09.108634+0000","last_became_active":"2026-02-17T22:14:52.584279+0000","last_became_peered":"2026-02-17T22:14:52.584279+0000","last_unstale":"2026-02-17T22:15:09.108634+0000","last_undegraded":"2026-02-17T22:15:09.108634+0000","last_fullsized":"2026-02-17T22:15:09.108634+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111532+0000","last_change":"2026-02-17T22:14:53.307921+0000","last_active":"2026-02-17T22:15:09.111532+0000","last_peered":"2026-02-17T22:15:09.111532+0000","last_clean":"2026-02-17T22:15:09.111532+0000","last_became_active":"2026-02-17T22:14:53.307353+0000","last_became_peered":"2026-02-17T22:14:53.307353+0000","last_unstale":"2026-02-17T22:15:09.111532+0000","last_undegraded":"2026-02-17T22:15:09.111532+0000","last_fullsized":"2026-02-17T22:15:09.111532+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1e","version":"46'1","reported_seq":18,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099840+0000","last_change":"2026-02-17T22:14:52.587855+0000","last_active":"2026-02-17T22:15:09.099840+0000","last_peered":"2026-02-17T22:15:09.099840+0000","last_clean":"2026-02-17T22:15:09.099840+0000","last_became_active":"2026-02-17T22:14:52.587149+0000","last_became_peered":"2026-02-17T22:14:52.587149+0000","last_unstale":"2026-02-17T22:15:09.099840+0000","last_undegraded":"2026-02-17T22:15:09.099840+0000","last_fullsized":"2026-02-17T22:15:09.099840+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":16,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.099790+0000","last_change":"2026-02-17T22:14:53.308080+0000","last_active":"2026-02-17T22:15:09.099790+0000","last_peered":"2026-02-17T22:15:09.099790+0000","last_clean":"2026-02-17T22:15:09.099790+0000","last_became_active":"2026-02-17T22:14:53.307813+0000","last_became_peered":"2026-02-17T22:14:53.307813+0000","last_unstale":"2026-02-17T22:15:09.099790+0000","last_undegraded":"2026-02-17T22:15:09.099790+0000","last_fullsized":"2026-02-17T22:15:09.099790+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":45,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:52.575344+0000","last_clean_scrub_stamp":"2026-02-17T22:14:52.575344+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1f","version":"46'4","reported_seq":21,"reported_epoch":51,"state":"active+clean","last_fresh":"2026-02-17T22:15:09.111572+0000","last_change":"2026-02-17T22:14:52.587241+0000","last_active":"2026-02-17T22:15:09.111572+0000","last_peered":"2026-02-17T22:15:09.111572+0000","last_clean":"2026-02-17T22:15:09.111572+0000","last_became_active":"2026-02-17T22:14:52.587128+0000","last_became_peered":"2026-02-17T22:14:52.587128+0000","last_unstale":"2026-02-17T22:15:09.111572+0000","last_undegraded":"2026-02-17T22:15:09.111572+0000","last_fullsized":"2026-02-17T22:15:09.111572+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":44,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-17T22:14:51.571326+0000","last_clean_scrub_stamp":"2026-02-17T22:14:51.571326+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":582,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":12288,"data_stored":57,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3146,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":47,"num_write_kb":16,"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":14,"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":98304,"data_stored":9438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":41,"ondisk_log_size":41,"up":96,"acting":96,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":136,"num_read_kb":240,"num_write":135,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":99,"ondisk_log_size":99,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659145,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28068,"kb_used_data":1104,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975132,"statfs":{"total":751619276800,"available":751590535168,"internally_reserved":0,"allocated":1130496,"data_stored":825991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27589068},"hb_peers":[0,1,2,3,4,5,6],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36199999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38100000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]}]},{"osd":6,"up_from":36,"seq":154618822665,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28072,"kb_used_data":1108,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975128,"statfs":{"total":751619276800,"available":751590531072,"internally_reserved":0,"allocated":1134592,"data_stored":827806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27589064},"hb_peers":[0,1,2,3,4,5,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.249}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.20100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.223}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]}]},{"osd":5,"up_from":31,"seq":133143986187,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27504,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975696,"statfs":{"total":751619276800,"available":751591112704,"internally_reserved":0,"allocated":552960,"data_stored":237799,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,4,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23899999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27504,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975696,"statfs":{"total":751619276800,"available":751591112704,"internally_reserved":0,"allocated":552960,"data_stored":236069,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,2,3,5,6,7],"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":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28299999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26300000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.23699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.255}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36899999999999999}]}]},{"osd":3,"up_from":22,"seq":94489280527,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27500,"kb_used_data":540,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975700,"statfs":{"total":751619276800,"available":751591116800,"internally_reserved":0,"allocated":552960,"data_stored":237794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27589066},"hb_peers":[0,1,2,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.189,"5min":0.189,"15min":0.189},"min":{"1min":0.096000000000000002,"5min":0.096000000000000002,"15min":0.096000000000000002},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"min":{"1min":0.125,"5min":0.125,"15min":0.125},"max":{"1min":0.309,"5min":0.309,"15min":0.309},"last":0.441}]},{"osd":1,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.19,"5min":0.19,"15min":0.19},"min":{"1min":0.12,"5min":0.12,"15min":0.12},"max":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"last":0.371},{"interface":"front","average":{"1min":0.219,"5min":0.219,"15min":0.219},"min":{"1min":0.13600000000000001,"5min":0.13600000000000001,"15min":0.13600000000000001},"max":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"last":0.41799999999999998}]},{"osd":2,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"min":{"1min":0.108,"5min":0.108,"15min":0.108},"max":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.22,"5min":0.22,"15min":0.22},"min":{"1min":0.127,"5min":0.127,"15min":0.127},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.38500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]}]},{"osd":2,"up_from":15,"seq":64424509458,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27480,"kb_used_data":520,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975720,"statfs":{"total":751619276800,"available":751591137280,"internally_reserved":0,"allocated":532480,"data_stored":235342,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,1,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:15:01 2026","interfaces":[{"interface":"back","average":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"min":{"1min":0.125,"5min":0.125,"15min":0.125},"max":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"min":{"1min":0.152,"5min":0.152,"15min":0.152},"max":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"last":0.442}]},{"osd":1,"last update":"Tue Feb 17 22:15:01 2026","interfaces":[{"interface":"back","average":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"min":{"1min":0.157,"5min":0.157,"15min":0.157},"max":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.218,"5min":0.218,"15min":0.218},"min":{"1min":0.13700000000000001,"5min":0.13700000000000001,"15min":0.13700000000000001},"max":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"last":0.53300000000000003}]},{"osd":3,"last update":"Tue Feb 17 22:15:08 2026","interfaces":[{"interface":"back","average":{"1min":0.25,"5min":0.25,"15min":0.25},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"last":0.58199999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]}]},{"osd":1,"up_from":11,"seq":47244640275,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27492,"kb_used_data":532,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975708,"statfs":{"total":751619276800,"available":751591124992,"internally_reserved":0,"allocated":544768,"data_stored":235521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[0,2,3,4,5,6,7],"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":[{"osd":0,"last update":"Tue Feb 17 22:14:52 2026","interfaces":[{"interface":"back","average":{"1min":0.224,"5min":0.224,"15min":0.224},"min":{"1min":0.098000000000000004,"5min":0.098000000000000004,"15min":0.098000000000000004},"max":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"last":0.23599999999999999},{"interface":"front","average":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"min":{"1min":0.13,"5min":0.13,"15min":0.13},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.222}]},{"osd":2,"last update":"Tue Feb 17 22:15:03 2026","interfaces":[{"interface":"back","average":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"min":{"1min":0.129,"5min":0.129,"15min":0.129},"max":{"1min":0.376,"5min":0.376,"15min":0.376},"last":0.24399999999999999},{"interface":"front","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.14499999999999999,"5min":0.14499999999999999,"15min":0.14499999999999999},"max":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"last":0.25700000000000001}]},{"osd":3,"last update":"Tue Feb 17 22:15:12 2026","interfaces":[{"interface":"back","average":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"min":{"1min":0.16700000000000001,"5min":0.16700000000000001,"15min":0.16700000000000001},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.20399999999999999},{"interface":"front","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.13500000000000001,"5min":0.13500000000000001,"15min":0.13500000000000001},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.19}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34200000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27000000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35899999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28076,"kb_used_data":1116,"kb_used_omap":1,"kb_used_meta":26942,"kb_avail":733975124,"statfs":{"total":751619276800,"available":751590526976,"internally_reserved":0,"allocated":1142784,"data_stored":826438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27589063},"hb_peers":[1,2,3,4,5,6,7],"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":[{"osd":1,"last update":"Tue Feb 17 22:14:53 2026","interfaces":[{"interface":"back","average":{"1min":0.185,"5min":0.185,"15min":0.185},"min":{"1min":0.109,"5min":0.109,"15min":0.109},"max":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"last":0.184},{"interface":"front","average":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"min":{"1min":0.11899999999999999,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.378,"5min":0.378,"15min":0.378},"last":0.251}]},{"osd":2,"last update":"Tue Feb 17 22:15:00 2026","interfaces":[{"interface":"back","average":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"min":{"1min":0.12,"5min":0.12,"15min":0.12},"max":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"min":{"1min":0.13300000000000001,"5min":0.13300000000000001,"15min":0.13300000000000001},"max":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"last":0.218}]},{"osd":3,"last update":"Tue Feb 17 22:15:10 2026","interfaces":[{"interface":"back","average":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"min":{"1min":0.16900000000000001,"5min":0.16900000000000001,"15min":0.16900000000000001},"max":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.218,"5min":0.218,"15min":0.218},"min":{"1min":0.11700000000000001,"5min":0.11700000000000001,"15min":0.11700000000000001},"max":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"last":0.27300000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33500000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2348,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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},{"poolid":4,"osd":0,"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},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":2,"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},{"poolid":4,"osd":3,"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},{"poolid":4,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":6,"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},{"poolid":4,"osd":7,"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}]}} 2026-02-17T22:15:18.501 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-17T22:15:18.502 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-17T22:15:18.502 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-17T22:15:18.502 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph health --format=json 2026-02-17T22:15:18.629 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:19.090 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:19.091 INFO:teuthology.orchestra.run.trial144.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-17T22:15:19.228 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-17T22:15:19.229 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:15:19.400 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:19.509 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.509 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='client.24704 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/2723920674' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-17T22:15:19.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='client.24704 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:19 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/2723920674' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='client.24704 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:19.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:19 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/2723920674' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2026-02-17T22:15:19.856 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:19.856 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24322,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/38476745","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":38476745},{"type":"v1","addr":"10.20.193.172:6833","nonce":38476745}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:14:57.305712+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24350},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24350":{"gid":24350,"name":"a","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2026-02-17T22:15:19.857 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 8 2026-02-17T22:15:19.993 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:15:20.125 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: Reconfiguring alertmanager.a (dependencies changed)... 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: Reconfiguring daemon alertmanager.a on trial144 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 205 B/s wr, 7 op/s 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.399 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/913888062' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: Reconfiguring alertmanager.a (dependencies changed)... 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: Reconfiguring daemon alertmanager.a on trial144 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 205 B/s wr, 7 op/s 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.400 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:20 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/913888062' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: Reconfiguring alertmanager.a (dependencies changed)... 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: Reconfiguring daemon alertmanager.a on trial144 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 205 B/s wr, 7 op/s 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:20.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:20 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/913888062' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 systemd[1]: Stopping Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2026-02-17T22:15:20.538 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:907 level=info msg="Scrape manager stopped" 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[63803]: ts=2026-02-17T22:15:20.452Z caller=main.go:1147 level=info msg="See you next time!" 2026-02-17T22:15:20.539 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68451]: 2026-02-17 22:15:20.462644137 +0000 UTC m=+0.025352193 container died d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:20.557 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:20.558 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24322,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/38476745","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":38476745},{"type":"v1","addr":"10.20.193.172:6833","nonce":38476745}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:14:57.305712+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24350},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24350":{"gid":24350,"name":"a","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2026-02-17T22:15:20.558 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 8 2026-02-17T22:15:20.693 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:15:20.825 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:20.941 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:20] ENGINE Bus STOPPING 2026-02-17T22:15:21.037 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68451]: 2026-02-17 22:15:20.572328618 +0000 UTC m=+0.135036664 container remove d0a2e03d61f810ee0342b89720adc192ad6aed620affde56ca8076fc28aae6f2 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 bash[68451]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service: Deactivated successfully. 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 systemd[1]: Stopped Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 systemd[1]: Starting Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68587]: 2026-02-17 22:15:20.72140209 +0000 UTC m=+0.017946347 container create df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68587]: 2026-02-17 22:15:20.773850079 +0000 UTC m=+0.070394326 container init df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68587]: 2026-02-17 22:15:20.777521813 +0000 UTC m=+0.074066060 container start df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 bash[68587]: df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 podman[68587]: 2026-02-17 22:15:20.713724118 +0000 UTC m=+0.010268375 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2026-02-17T22:15:21.038 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 systemd[1]: Started Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.793Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.793Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.793Z caller=main.go:570 level=info host_details="(Linux 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64 trial172 (none))" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.793Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.793Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.795Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.795Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.795Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.795Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.797Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.797Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=921ns 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.797Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2026-02-17T22:15:21.039 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.798Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.799Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.799Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=17.973µs wal_replay_duration=2.226154ms wbl_replay_duration=151ns total_replay_duration=2.257473ms 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.799Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.799Z caller=main.go:1029 level=info msg="TSDB started" 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.799Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.812Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.306158ms db_storage=701ns remote_storage=992ns web_handler=410ns query_engine=521ns scrape=384.927µs scrape_sd=102.741µs notify=14.057µs notify_sd=7.855µs rules=11.531645ms tracing=3.256µs 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.812Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2026-02-17T22:15:21.040 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:15:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:15:20.812Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:20] ENGINE Bus STOPPED 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:20] ENGINE Bus STARTING 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Serving on http://:::9283 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STARTED 2026-02-17T22:15:21.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STOPPING 2026-02-17T22:15:21.276 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:21.276 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":53,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:15:20.355681+0000","last_up_change":"2026-02-17T22:14:43.553866+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2026-02-17T22:15:06.004359+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"52","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":52,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6803","nonce":1331242339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6805","nonce":1331242339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6809","nonce":1331242339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":1331242339},{"type":"v1","addr":"10.20.193.144:6807","nonce":1331242339}]},"public_addr":"10.20.193.144:6803/1331242339","cluster_addr":"10.20.193.144:6805/1331242339","heartbeat_back_addr":"10.20.193.144:6809/1331242339","heartbeat_front_addr":"10.20.193.144:6807/1331242339","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6811","nonce":2288106328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6813","nonce":2288106328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6817","nonce":2288106328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":2288106328},{"type":"v1","addr":"10.20.193.144:6815","nonce":2288106328}]},"public_addr":"10.20.193.144:6811/2288106328","cluster_addr":"10.20.193.144:6813/2288106328","heartbeat_back_addr":"10.20.193.144:6817/2288106328","heartbeat_front_addr":"10.20.193.144:6815/2288106328","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6819","nonce":4201877084}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6821","nonce":4201877084}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6825","nonce":4201877084}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":4201877084},{"type":"v1","addr":"10.20.193.144:6823","nonce":4201877084}]},"public_addr":"10.20.193.144:6819/4201877084","cluster_addr":"10.20.193.144:6821/4201877084","heartbeat_back_addr":"10.20.193.144:6825/4201877084","heartbeat_front_addr":"10.20.193.144:6823/4201877084","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6827","nonce":2244773626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6829","nonce":2244773626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6833","nonce":2244773626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":2244773626},{"type":"v1","addr":"10.20.193.144:6831","nonce":2244773626}]},"public_addr":"10.20.193.144:6827/2244773626","cluster_addr":"10.20.193.144:6829/2244773626","heartbeat_back_addr":"10.20.193.144:6833/2244773626","heartbeat_front_addr":"10.20.193.144:6831/2244773626","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6801","nonce":4089645964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6803","nonce":4089645964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6807","nonce":4089645964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":4089645964},{"type":"v1","addr":"10.20.193.172:6805","nonce":4089645964}]},"public_addr":"10.20.193.172:6801/4089645964","cluster_addr":"10.20.193.172:6803/4089645964","heartbeat_back_addr":"10.20.193.172:6807/4089645964","heartbeat_front_addr":"10.20.193.172:6805/4089645964","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6809","nonce":303572669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6811","nonce":303572669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6815","nonce":303572669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":303572669},{"type":"v1","addr":"10.20.193.172:6813","nonce":303572669}]},"public_addr":"10.20.193.172:6809/303572669","cluster_addr":"10.20.193.172:6811/303572669","heartbeat_back_addr":"10.20.193.172:6815/303572669","heartbeat_front_addr":"10.20.193.172:6813/303572669","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6817","nonce":1285107803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6819","nonce":1285107803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6823","nonce":1285107803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":1285107803},{"type":"v1","addr":"10.20.193.172:6821","nonce":1285107803}]},"public_addr":"10.20.193.172:6817/1285107803","cluster_addr":"10.20.193.172:6819/1285107803","heartbeat_back_addr":"10.20.193.172:6823/1285107803","heartbeat_front_addr":"10.20.193.172:6821/1285107803","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6825","nonce":1835706544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6827","nonce":1835706544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6831","nonce":1835706544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":1835706544},{"type":"v1","addr":"10.20.193.172:6829","nonce":1835706544}]},"public_addr":"10.20.193.172:6825/1835706544","cluster_addr":"10.20.193.172:6827/1835706544","heartbeat_back_addr":"10.20.193.172:6831/1835706544","heartbeat_front_addr":"10.20.193.172:6829/1835706544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:39.888937+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.144:0/2939044824":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/3410092247":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/4076967542":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6800/3486707033":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/3661614859":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/3486707033":"2026-02-18T22:15:07.065464+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":[{"pool":4,"snaps":[{"begin":2,"length":1}]}],"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-17T22:15:21.416 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: Reconfiguring prometheus.a (dependencies changed)... 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: osdmap e53: 8 total, 8 up, 8 in 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1464952881' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.449 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.450 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:21 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/3443584917' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.549 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: Reconfiguring prometheus.a (dependencies changed)... 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: osdmap e53: 8 total, 8 up, 8 in 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1464952881' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.564 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/3443584917' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: Reconfiguring prometheus.a (dependencies changed)... 2026-02-17T22:15:21.565 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: osdmap e53: 8 total, 8 up, 8 in 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1464952881' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:21.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:21.567 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.567 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:21 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/3443584917' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2026-02-17T22:15:21.825 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:21.825 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STOPPED 2026-02-17T22:15:21.825 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STARTING 2026-02-17T22:15:21.825 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Serving on http://:::9283 2026-02-17T22:15:21.826 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STARTED 2026-02-17T22:15:21.826 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:21] ENGINE Bus STOPPING 2026-02-17T22:15:21.994 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:15:21.994 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":24322,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/38476745","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":38476745},{"type":"v1","addr":"10.20.193.172:6833","nonce":38476745}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:14:57.305712+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24350},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24350":{"gid":24350,"name":"a","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"10.20.193.144:6835/1768837729","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":1768837729},{"type":"v1","addr":"10.20.193.144:6835","nonce":1768837729}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2026-02-17T22:15:21.995 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 8 2026-02-17T22:15:22.130 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: mds map: {'epoch': 8, 'flags': 18, 'flags_state': {'joinable': True, 'allow_snaps': True, 'allow_multimds_snaps': True, 'allow_standby_replay': False, 'refuse_client_session': False, 'refuse_standby_for_another_fs': False, 'balance_automate': False}, 'ever_allowed_features': 0, 'explicitly_allowed_features': 0, 'created': '2026-02-17T22:14:53.298938+0000', 'modified': '2026-02-17T22:14:57.305712+0000', 'tableserver': 0, 'root': 0, 'session_timeout': 60, 'session_autoclose': 300, 'required_client_features': {}, 'max_file_size': 1099511627776, 'max_xattr_size': 65536, 'last_failure': 0, 'last_failure_osd_epoch': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}, 'max_mds': 1, 'in': [0], 'up': {'mds_0': 24350}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24350': {'gid': 24350, 'name': 'a', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 3, 'addr': '10.20.193.144:6835/1768837729', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '10.20.193.144:6834', 'nonce': 1768837729}, {'type': 'v1', 'addr': '10.20.193.144:6835', 'nonce': 1768837729}]}, 'join_fscid': -1, 'export_targets': [], 'features': 4540138322906710015, 'flags': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}}}, 'data_pools': [3], 'metadata_pool': 2, 'enabled': True, 'fs_name': 'cephfs', 'balancer': '', 'bal_rank_mask': '-1', 'standby_count_wanted': 0} 2026-02-17T22:15:22.130 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2026-02-17T22:15:22.131 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph tell mds.a status 2026-02-17T22:15:22.262 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:22.378 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:22.378 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:22] ENGINE Bus STOPPED 2026-02-17T22:15:22.378 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:22] ENGINE Bus STARTING 2026-02-17T22:15:22.378 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:22] ENGINE Serving on http://:::9283 2026-02-17T22:15:22.378 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:22] ENGINE Bus STARTED 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.379 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1462515249' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:22.380 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.381 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1462515249' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:22.382 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:22.382 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:22 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.592 INFO:teuthology.orchestra.run.trial144.stderr:2026-02-17T22:15:22.590+0000 7ff361ffb640 0 client.24746 ms_handle_reset on v2:10.20.193.144:6834/1768837729 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stderr:2026-02-17T22:15:22.600+0000 7ff361ffb640 0 client.24752 ms_handle_reset on v2:10.20.193.144:6834/1768837729 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stdout: "cluster_fsid": "be018db5-0c4d-11f1-9298-d404e6e7d460", 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stdout: "whoami": 0, 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stdout: "id": 24350, 2026-02-17T22:15:22.601 INFO:teuthology.orchestra.run.trial144.stdout: "want_state": "up:active", 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "state": "up:active", 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "fs_name": "cephfs", 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "rank_uptime": 29.300013096000001, 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "mdsmap_epoch": 8, 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "osdmap_epoch": 53, 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "osdmap_epoch_barrier": 47, 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout: "uptime": 35.588269986999997 2026-02-17T22:15:22.602 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:15:22.735 INFO:tasks.cephadm:Setup complete, yielding 2026-02-17T22:15:22.736 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:22.749 INFO:teuthology.task.print:**** done end installing reef cephadm ... 2026-02-17T22:15:22.750 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:22.766 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2026-02-17T22:15:22.766 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-17T22:15:22.780 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:15:22.780 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2026-02-17T22:15:22.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://trial144:9093"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172.front.sepia.ceph.com:9095"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172.front.sepia.ceph.com:3000"}]: dispatch 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 216 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1462515249' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:22.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:22 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:22.909 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:23.461 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:23.472 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2026-02-17T22:15:23.472 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:23.485 INFO:teuthology.task.print:**** done start telemetry reef... 2026-02-17T22:15:23.485 INFO:teuthology.run_tasks:Running task workunit... 2026-02-17T22:15:23.503 INFO:tasks.workunit:Pulling workunits from ref adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:23.503 INFO:tasks.workunit:Making a separate scratch dir for every client... 2026-02-17T22:15:23.504 DEBUG:teuthology.orchestra.run.trial144:> stat -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:15:23.509 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE Bus STOPPING 2026-02-17T22:15:23.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:15:23.520 INFO:teuthology.orchestra.run.trial144.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2026-02-17T22:15:23.521 DEBUG:teuthology.orchestra.run.trial144:> mkdir -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:15:23.577 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2026-02-17T22:15:23.577 DEBUG:teuthology.orchestra.run.trial144:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2026-02-17T22:15:23.633 INFO:tasks.workunit:timeout=3h 2026-02-17T22:15:23.633 INFO:tasks.workunit:cleanup=True 2026-02-17T22:15:23.633 DEBUG:teuthology.orchestra.run.trial144:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://github.com/ceph/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:23.699 INFO:tasks.workunit.client.0.trial144.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2026-02-17T22:15:23.882 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:23.882 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE Bus STOPPED 2026-02-17T22:15:23.882 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE Bus STARTING 2026-02-17T22:15:23.882 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE Serving on http://:::9283 2026-02-17T22:15:24.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:23] ENGINE Bus STARTED 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1537110776' entity='client.admin' 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:24.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:24.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:24 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1537110776' entity='client.admin' 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 18 KiB/s rd, 204 B/s wr, 7 op/s 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1537110776' entity='client.admin' 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:24.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:24.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:24.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:24 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:26 trial144 ceph-mon[36654]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:26.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:26 trial144 ceph-mon[21352]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:26 trial172 ceph-mon[26165]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:28.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:28 trial144 ceph-mon[36654]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:28 trial144 ceph-mon[21352]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:28 trial172 ceph-mon[26165]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:30.010 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:15:29 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:15:29.661Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002898792s 2026-02-17T22:15:30.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:30 trial144 ceph-mon[36654]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:30 trial144 ceph-mon[21352]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:30.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:30 trial172 ceph-mon[26165]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:32.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:32 trial144 ceph-mon[36654]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:32.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:32 trial144 ceph-mon[21352]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:32 trial172 ceph-mon[26165]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:34.588 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:34 trial172 ceph-mon[26165]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:34.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:34 trial144 ceph-mon[21352]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:34.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:34 trial144 ceph-mon[36654]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:36.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:15:35] "GET /metrics HTTP/1.1" 200 33657 "" "Prometheus/2.43.0" 2026-02-17T22:15:36.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:36 trial144 ceph-mon[21352]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:36.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:36 trial144 ceph-mon[36654]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:36.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:36 trial172 ceph-mon[26165]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:37.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:37 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:37.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:37 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:37 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:38 trial144 ceph-mon[21352]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:38 trial144 ceph-mon[36654]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:38 trial172 ceph-mon[26165]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:40.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:40 trial144 ceph-mon[21352]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:40.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:40 trial144 ceph-mon[36654]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:40 trial172 ceph-mon[26165]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:42.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:42 trial144 ceph-mon[21352]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:42.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:42 trial144 ceph-mon[36654]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:42.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:42 trial172 ceph-mon[26165]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:43.441 INFO:tasks.workunit.client.0.trial144.stderr:Note: switching to 'adc1923395f2bcd6ae89b5d331d278364d1848ed'. 2026-02-17T22:15:43.441 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:changes and commit them, and you can discard any commits you make in this 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:state without impacting any branches by switching back to a branch. 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:If you want to create a new branch to retain commits you create, you may 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:do so (now or later) by using -c with the switch command. Example: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr: git switch -c 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr:Or undo this operation with: 2026-02-17T22:15:43.442 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.443 INFO:tasks.workunit.client.0.trial144.stderr: git switch - 2026-02-17T22:15:43.443 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.443 INFO:tasks.workunit.client.0.trial144.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-02-17T22:15:43.443 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:15:43.443 INFO:tasks.workunit.client.0.trial144.stderr:HEAD is now at adc1923395f Merge PR #67279 into tentacle 2026-02-17T22:15:43.449 DEBUG:teuthology.orchestra.run.trial144:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2026-02-17T22:15:43.506 INFO:tasks.workunit.client.0.trial144.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2026-02-17T22:15:43.508 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-17T22:15:43.508 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2026-02-17T22:15:43.605 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2026-02-17T22:15:43.636 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2026-02-17T22:15:43.661 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-17T22:15:43.663 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-17T22:15:43.663 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2026-02-17T22:15:43.687 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-17T22:15:43.691 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:15:43.691 DEBUG:teuthology.orchestra.run.trial144:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2026-02-17T22:15:43.748 INFO:tasks.workunit:Running workunits matching test_telemetry_reef.sh on client.0... 2026-02-17T22:15:43.750 INFO:tasks.workunit:Running workunit test_telemetry_reef.sh... 2026-02-17T22:15:43.751 DEBUG:teuthology.orchestra.run.trial144:workunit test test_telemetry_reef.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=adc1923395f2bcd6ae89b5d331d278364d1848ed TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_reef.sh 2026-02-17T22:15:43.809 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2026-02-17T22:15:43.996 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2026-02-17T22:15:44.180 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2026-02-17T22:15:44.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:43 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:43] ENGINE Bus STOPPING 2026-02-17T22:15:44.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:44.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STOPPED 2026-02-17T22:15:44.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STARTING 2026-02-17T22:15:44.371 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview 2026-02-17T22:15:44.616 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:44.617 INFO:tasks.workunit.client.0.trial144.stdout: "ident" 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:15:44.618 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.619 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:44.620 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:44.621 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_block_size", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_cache_size", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_compression", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_log", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_write_buffer_size", 2026-02-17T22:15:44.622 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:44.623 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:44.624 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_crush_chooseleaf_type", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:44.625 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:15:44.626 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:15:44.627 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:44.628 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "public_addrv", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.629 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:44.630 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:15:44.631 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:44.632 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:44.633 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:44.634 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:44.635 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:15:44.636 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:15:44.637 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:15:44.638 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:44.639 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 2, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:15:44.640 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 2, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.641 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:15:44.642 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:15:44.643 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.644 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:15:44.645 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:15:44.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:44.647 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:15:44.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.649 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:15:44.650 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "reef" 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 18, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.651 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "reef" 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:44.652 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:44.653 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192851679406886e-07, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 136, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 245760, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 135, 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:15:44.654 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:15:44.655 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 98304, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 98304, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 1.7209854874522534e-08, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:44.656 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 3146, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 3146, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 9438, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 47, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 16384 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:44.657 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:44.658 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:44.659 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:44.660 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.151231859315317e-09, 2026-02-17T22:15:44.661 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:15:44.662 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:15:44.612752", 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:15:44.663 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.664 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:15:44.665 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "osd": 1 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:15:44.666 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 227065856, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.7762776628369465e-05 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:44.667 INFO:tasks.workunit.client.0.trial144.stdout:Device report is generated separately. To see it run 'ceph telemetry preview-device'. 2026-02-17T22:15:44.668 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-device 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Serving on http://:::9283 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STARTED 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STOPPING 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:44 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='client.? ' entity='client.admin' 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:44.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:44 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:44.877 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:44.878 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:44.879 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.880 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:15:44.881 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:44.882 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:44.883 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:44.884 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:44.885 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:44.886 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:44.887 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.888 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:15:44.889 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.890 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:15:44.891 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:15:44.892 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.893 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:44.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.895 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:44.896 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:44.897 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:44.898 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:44.899 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:44.900 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.901 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:44.902 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:44.903 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:15:44.904 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:44.905 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.906 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:44.907 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.908 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:44.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.910 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:15:44.911 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:44.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:44.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:44.914 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:15:44.915 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:44.916 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:44.917 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:44.918 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:44.919 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:44.920 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-all 2026-02-17T22:15:45.128 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:45.128 INFO:tasks.workunit.client.0.trial144.stdout: "device_report": { 2026-02-17T22:15:45.128 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:45.128 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:45.129 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.130 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.132 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:45.133 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:45.134 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:45.135 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:45.136 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:45.137 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:45.138 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.139 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:45.140 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:45.141 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:45.142 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:45.143 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.144 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:15:45.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:45.147 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:45.148 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:45.149 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:45.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:45.151 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:45.152 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:45.153 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:45.154 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:45.155 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:45.156 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:45.157 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.158 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:45.159 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:45.160 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.161 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.162 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:45.163 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:45.164 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.165 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:45.166 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:45.167 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:45.168 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:45.169 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:15:45.170 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:45.171 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:15:45.172 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "report": { 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "ident" 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:45.173 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:45.174 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:15:45.175 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_block_size", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_cache_size", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_compression", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_log", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_write_buffer_size", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:45.176 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:45.177 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_crush_chooseleaf_type", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:45.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:45.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "public_addrv", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:15:45.180 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:15:45.181 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:45.182 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:45.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:15:45.184 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:15:45.185 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:15:45.186 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 2, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 2, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:15:45.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:45.188 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:45.189 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:45.190 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:15:45.191 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "reef" 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 18, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "reef" 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:45.192 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192851679406886e-07, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 136, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 245760, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 135, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:45.193 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 98304, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 98304, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 1.7209854874522534e-08, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:45.194 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 3146, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 3146, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 9438, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 47, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 16384 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:45.195 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:45.196 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.151231859315317e-09, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:45.197 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:15:45.115100", 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.198 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:15:45.199 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "osd": 1 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 227065856, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.7762776628369465e-05 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:45.200 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:45.201 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry on --license sharing-1-0 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STOPPED 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STARTING 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Serving on http://:::9283 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STARTED 2026-02-17T22:15:45.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:44] ENGINE Bus STOPPING 2026-02-17T22:15:45.372 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is on. 2026-02-17T22:15:45.372 INFO:tasks.workunit.client.0.trial144.stdout:Some channels are disabled, please enable with: 2026-02-17T22:15:45.372 INFO:tasks.workunit.client.0.trial144.stdout:`ceph telemetry enable channel perf` 2026-02-17T22:15:45.381 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry enable channel perf 2026-02-17T22:15:45.612 INFO:tasks.workunit.client.0.trial144.stdout:channel_perf is enabled 2026-02-17T22:15:45.620 INFO:tasks.workunit.client.0.trial144.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.660 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:45.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STOPPED 2026-02-17T22:15:45.662 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTING 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Serving on http://:::9283 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTED 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STOPPING 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STOPPED 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTING 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Serving on http://:::9283 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTED 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STOPPING 2026-02-17T22:15:45.663 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:15:45] "GET /metrics HTTP/1.1" 200 33657 "" "Prometheus/2.43.0" 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.664 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.665 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:45 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:45.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:45 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:45.802 INFO:tasks.workunit.client.0.trial144.stderr:+ LAST_OPT_REVISION=1 2026-02-17T22:15:45.802 INFO:tasks.workunit.client.0.trial144.stderr:+ '[' 1 -ne 1 ']' 2026-02-17T22:15:45.802 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph -s 2026-02-17T22:15:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:15:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STOPPED 2026-02-17T22:15:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTING 2026-02-17T22:15:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Serving on http://:::9283 2026-02-17T22:15:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:15:45] ENGINE Bus STARTED 2026-02-17T22:15:46.030 INFO:tasks.workunit.client.0.trial144.stdout: cluster: 2026-02-17T22:15:46.030 INFO:tasks.workunit.client.0.trial144.stdout: id: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: health: HEALTH_OK 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: services: 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: mon: 3 daemons, quorum a,b,c (age 2m) 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: mgr: y(active, since 38s), standbys: x 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: mds: 1/1 daemons up, 1 standby 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: osd: 8 osds: 8 up (since 62s), 8 in (since 73s) 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: data: 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: volumes: 1/1 healthy 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: pools: 4 pools, 105 pgs 2026-02-17T22:15:46.031 INFO:tasks.workunit.client.0.trial144.stdout: objects: 26 objects, 580 KiB 2026-02-17T22:15:46.032 INFO:tasks.workunit.client.0.trial144.stdout: usage: 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:46.032 INFO:tasks.workunit.client.0.trial144.stdout: pgs: 105 active+clean 2026-02-17T22:15:46.032 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:15:46.038 INFO:tasks.workunit.client.0.trial144.stderr:++ ceph telemetry collection ls 2026-02-17T22:15:46.270 INFO:tasks.workunit.client.0.trial144.stderr:+ REPORTED_COLLECTIONS='NAME STATUS DESC 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.271 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.272 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster ' 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:++ echo 'NAME STATUS DESC 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.275 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster ' 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:++ awk '/^NAME/ {flag=1; next} flag' 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:++ wc -l 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:+ NUM_REPORTED_COLLECTIONS=11 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:+ KNOWN_COLLECTIONS=("basic_base" "basic_mds_metadata" "basic_pool_options_bluestore" "basic_pool_usage" "basic_rook_v01" "basic_usage_by_class" "crash_base" "device_base" "ident_base" "perf_memory_metrics" "perf_perf") 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ 11 == \1\1 ]] 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.276 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_base* ]] 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.277 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_mds_metadata* ]] 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.278 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_options_bluestore* ]] 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.279 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_usage* ]] 2026-02-17T22:15:46.280 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_rook_v01* ]] 2026-02-17T22:15:46.281 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_usage_by_class* ]] 2026-02-17T22:15:46.282 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.283 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *crash_base* ]] 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *device_base* ]] 2026-02-17T22:15:46.284 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.285 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *ident_base* ]] 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.286 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_memory_metrics* ]] 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:15:46.287 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:15:46.288 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_perf* ]] 2026-02-17T22:15:46.288 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview 2026-02-17T22:15:46.492 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2026-02-17T22:15:46.499 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-device 2026-02-17T22:15:46.721 INFO:tasks.workunit.client.0.trial144.stdout:device channel is on and up to date, see report with `ceph telemetry show-device`. 2026-02-17T22:15:46.728 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-all 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: mgrmap e21: y(active, since 38s), standbys: x 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:46.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: mgrmap e21: y(active, since 38s), standbys: x 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:46 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24782 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24800 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.24806 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/921021227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: mgrmap e21: y(active, since 38s), standbys: x 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:46 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1352324394' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2026-02-17T22:15:46.946 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2026-02-17T22:15:46.953 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:15:47.305 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:47.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:47.307 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:47.308 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.309 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:15:47.310 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:47.311 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_block_size", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_cache_size", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_compression", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_log", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_write_buffer_size", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:47.312 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:47.313 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_crush_chooseleaf_type", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:47.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:47.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:47.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:15:47.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:15:47.318 INFO:tasks.workunit.client.0.trial144.stdout: "public_addrv", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:47.319 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:15:47.320 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_perf", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/enabled", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:15:47.321 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:47.322 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:47.323 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:47.324 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.325 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:15:47.326 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:15:47.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:15:47.328 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:15:47.329 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:15:47.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:15:47.331 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 2, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:15:47.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 2, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.333 INFO:tasks.workunit.client.0.trial144.stdout: "heap_stats": { 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 20316160, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 316992, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 737280, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 0, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 353, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.334 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 875472, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 13, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 729088, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 15035888, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 20316160 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 20742144, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 446968, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 24576, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 622592, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 433, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.335 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 1348328, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 846336, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 15454496, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 21364736 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 45522944, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 782704, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 114688, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 90112, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1159, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.336 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 6861552, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 20, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2317312, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32825248, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 45613056 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 47194112, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1063384, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 1400832, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 516096, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1053, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 6649088, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2363648, 2026-02-17T22:15:47.337 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 33095720, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 47710208 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 48881664, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1306144, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 729088, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 811008, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1629, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 10925776, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.338 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1750272, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 31548944, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 49692672 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 46383104, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 906800, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 20987904, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1272, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5072832, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2936064, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34714896, 2026-02-17T22:15:47.339 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44613632, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 792192, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22757376, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1204, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5139504, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2232576, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 33696848, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 43130880, 2026-02-17T22:15:47.340 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 708040, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 24240128, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1136, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4455680, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2564352, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32650296, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 42409984, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 668016, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 172032, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 24961024, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1118, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4058280, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1915904, 2026-02-17T22:15:47.341 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32843240, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44646400, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 578528, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 49152, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 835584, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1147, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4587360, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1983232, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34695616, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 45481984 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44867584, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 842592, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 24576, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22503424, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1175, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4731600, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1796352, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34719952, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 45047808, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 952976, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 16384, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22323200, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1195, 2026-02-17T22:15:47.342 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4588704, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2076416, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34660816, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 46170112, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1090976, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 65536, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 21200896, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1265, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5283160, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1737472, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 35240456, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "io_rate": { 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "pg_stats_delta": { 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 0, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 0, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "stamp_delta": "12.001805", 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "up": 0 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:15:47.345 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "mempool": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.347 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 148393, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 31 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 928, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.348 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.349 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.350 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.351 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 221671, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 67 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 52424, 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: "items": 210 2026-02-17T22:15:47.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7536, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 125 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 926487, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "items": 317 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.356 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5312, 2026-02-17T22:15:47.357 INFO:tasks.workunit.client.0.trial144.stdout: "items": 103 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.359 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 941033, 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: "items": 344 2026-02-17T22:15:47.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5312, 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: "items": 103 2026-02-17T22:15:47.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.362 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.363 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 998305, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 323 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 264, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10624, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 206 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.365 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4640, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16464, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1040, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 35369, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 48112, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8521 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.366 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 117216, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 204 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10412, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 620 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7056, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 28806, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 172 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16464, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 318485, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.367 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2431352, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 188 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6248, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 544824, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 47 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 84344, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.368 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3840, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1264, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16384, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 4 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 40988, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7364 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 105656, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 187 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8052, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 444 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6528, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23682, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 345393, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 77 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2426570, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4840, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 55 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 417312, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.371 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8528, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210084, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3242 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.372 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3600, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14896, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 928, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 38 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4096, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 37240, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6834 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 98176, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 176 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6744, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "items": 399 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.373 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6384, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 21370, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14896, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 267662, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2429616, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "items": 180 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.374 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3872, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 44 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 312984, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 27 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8320, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2960, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.376 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 40014, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7310 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 104976, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 186 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8092, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 448 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23090, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 154 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 226609, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2391606, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 165 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4224, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 417312, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8320, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 16 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209828, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3230 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2720, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 34 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.379 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 41942, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7600 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 109056, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 192 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8652, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 453 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 24626, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 160 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 828017, 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: "items": 52 2026-02-17T22:15:47.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2413076, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 169 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4928, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 56 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 475272, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 18 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210084, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3242 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.381 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2320, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 29 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.382 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 42962, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7692 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 110416, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 194 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8764, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 454 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25138, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 162 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 782718, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2410634, 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:15:47.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5104, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 486864, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 42 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11440, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210340, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3254 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.384 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2000, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 25 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16240, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 256, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 32 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 41693, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7786 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 107016, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 189 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9668, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 608 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6960, 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25222, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 157 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16240, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 744196, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 32 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2413788, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 179 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4664, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 53 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 452088, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 81536, 2026-02-17T22:15:47.386 INFO:tasks.workunit.client.0.trial144.stdout: "items": 164 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1600, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 20 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.387 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1040, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 270336, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 45653, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8275 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 113816, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 199 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10544, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 614 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6912, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 27950, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 707549, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.388 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2423894, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 208 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6248, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 544824, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 47 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 87464, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 209 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.389 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.390 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:15:47.391 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "reef" 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 18, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "reef" 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "osd_perf_histograms": [ 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.392 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.393 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.394 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.395 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.396 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.397 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.398 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.399 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.400 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.401 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.402 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.403 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.404 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.405 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.406 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.407 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.408 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.409 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.410 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.411 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.412 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.413 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.414 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.415 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.416 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.417 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.418 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.419 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.420 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 3, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 11, 2, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 22, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.421 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.422 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.423 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.424 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.425 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "perf_counters": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "caps": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flush_ack": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flushsnap_ack": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_grant": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_revoke": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_trunc": { 2026-02-17T22:15:47.426 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "dir_commit": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_complete": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_keys": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "dir_merge": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "dir_split": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "exported_inodes": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "forward": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_cap_release": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps_dirty": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "handle_inode_file_caps": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "imported_inodes": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "inodes": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_expired": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_pinned": { 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.427 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_with_caps": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "load_cent": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "openino_dir_fetch": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "process_request_cap_release": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "reply_latency": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73296 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "request": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "root_rbytes": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "root_rfiles": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "root_rsnaps": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "slow_reply": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "subtrees": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "mds_cache": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_enqueue_scrub": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_exportdir": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_flush": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragmentdir": { 2026-02-17T22:15:47.428 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragstats": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_inodestats": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_enqueued": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_prioritized": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_processing": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_delayed": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_enqueuing": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_completed": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_started": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "strays_created": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "strays_enqueued": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "strays_migrated": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "strays_reintegrated": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "mds_log": { 2026-02-17T22:15:47.429 INFO:tasks.workunit.client.0.trial144.stdout: "ev": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "evadd": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "evex": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "evexd": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "evexg": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "evtrm": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "jlat": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2803123 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "replayed": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "seg": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "segadd": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "segex": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "segexd": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "segexg": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "segtrm": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "mds_mem": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "cap": { 2026-02-17T22:15:47.430 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "cap+": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "cap-": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dir": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dir+": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dir-": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dn": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dn+": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "dn-": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "heap": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207128 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "ino": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "ino+": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "ino-": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "rss": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40196 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "mds_server": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "cap_acquisition_throttle": { 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.431 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "cap_revoke_eviction": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_request": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_session": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "handle_peer_request": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_create_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_getattr_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73296 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_getfilelock_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_getvxattr_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_link_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookup_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookuphash_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupino_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupname_latency": { 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.432 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupparent_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupsnap_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_lssnap_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_mkdir_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_mknod_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_mksnap_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_open_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_readdir_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_rename_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_renamesnap_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmdir_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmsnap_latency": { 2026-02-17T22:15:47.433 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmxattr_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_setattr_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_setdirlayout_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_setfilelock_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_setlayout_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_setxattr_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_snapdiff_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_symlink_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "req_unlink_latency": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "mds_sessions": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "average_load": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "avg_session_uptime": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "mdthresh_evicted": { 2026-02-17T22:15:47.434 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "session_count": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "session_remove": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_open": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_stale": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "total_load": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "purge_queue": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed_ops": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_high_water": { 2026-02-17T22:15:47.435 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops_high_water": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "pq_item_in_journal": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 480 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3248613 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49999370 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 146 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:47.437 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 527993409 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6423159 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3532 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51999343 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42991616 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42606592 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 385024 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.439 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207717 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872824 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:47.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37470 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71043071 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184697794 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154750 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:47.442 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20545, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20819000 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1056, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135255076 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 91 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 455 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3145554 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51998457 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73 2026-02-17T22:15:47.444 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 457 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "value": 457 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.445 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 457, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 592981913 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 456 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6206342 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3349 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64998048 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44040192 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.446 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42803200 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1236992 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207717 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872824 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37470 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.448 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71043071 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184697794 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154750 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "count": 19856, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22405002 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.450 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1004, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 127304964 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 182 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:47.451 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 570 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4333061 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1710 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89997376 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 570 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.452 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4292117 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3593 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 78279539 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 572 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 572, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 786976871 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9445 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.453 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47071232 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44949504 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2121728 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.454 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277047765 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207287 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872180 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.455 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277047765 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35036 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71044431 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184698510 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154034 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.457 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 25820, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48489389 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1233, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 162842245 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.458 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2104 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.459 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2146304 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5991 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1363968 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1224704 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.460 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.461 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3448832 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1155072 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "count": 190, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 221063 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.462 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 542020 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35162497 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 285, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2920773 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 226202 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35388699 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.463 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23223 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13574 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11100 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 646 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 190 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 90, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4001792 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 250, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 152196 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 160, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3227043 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.464 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4751522 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6100217 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 98, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 100620303549 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 94914187869 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 407, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14961835997 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 407, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28633 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244092 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55052379 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "value": 83410 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.465 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28079444 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10955503 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 833435 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135160 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99124887 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13644473 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1360923 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43376640 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21241856 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.466 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966605118 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28672 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107108034 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.467 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249538387 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 240 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1888 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132434525 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.468 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644403412 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93793628 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249538387 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9662 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 195659 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231332 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.470 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "count": 139, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1990274 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 616 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29052862 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2284753 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13897735 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.472 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 616 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29052862 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2284753 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13897735 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28758016 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1443 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2035712 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4310 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1339392 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1200128 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.475 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.476 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3313664 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 557056 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "count": 185, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 223438 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 169815 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.477 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 30, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 371960 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34414673 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 272, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2381718 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 178805 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34593478 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18595 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.478 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12483 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12714 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 663 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 192 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2325578 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 274, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 145022 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 170, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2258373 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79787 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.479 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4581638 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5291932 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 94214659353 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88110971461 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 351, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25975786401 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 351, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20584 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 211128 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51641399 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68661 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18435676 2026-02-17T22:15:47.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10025705 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 242518 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "count": 41, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 129463 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 84936090 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12578915 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1265322 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41689088 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22929408 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.481 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966607640 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16384 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107117800 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.482 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249557306 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132415606 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.483 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405093 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791947 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.484 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249557306 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10426 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166819 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132240489 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.485 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 120 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "count": 342, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4604946 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2165687 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 427183073 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 699 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19945293 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69529165 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21 2026-02-17T22:15:47.486 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1660548 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 699 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1428094 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1238884 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6979585 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2755370 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6466844 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.487 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2165687 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 418542940 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15761829 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61823437 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28160000 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.488 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1853 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1728512 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4458 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1118208 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 978944 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.490 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2785280 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 544768 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "count": 180, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184890 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 118059 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.492 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 13, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18114 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27696961 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 224, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2377925 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 175337 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27872298 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23944 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.493 INFO:tasks.workunit.client.0.trial144.stdout: "value": 642 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3376 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 482 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 69, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 639597 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 202, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132876 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 834336 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62676 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.494 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3953829 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 93, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4916400 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 92, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79567538594 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 93, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 83905410586 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 279, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13484982579 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 279, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15267 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 193835 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37322332 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44081 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15936920 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8236838 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.495 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 242339 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 128158 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65666857 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10294768 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 836726 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40329216 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24289280 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.496 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966609338 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107128390 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.497 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249570035 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132402877 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.498 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644406225 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93790815 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249570035 2026-02-17T22:15:47.499 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6839 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 155035 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132243131 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.500 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "count": 126, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1799834 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51834718 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1938542 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24767753 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.501 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51834718 2026-02-17T22:15:47.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1938542 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24767753 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28147712 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.503 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1523 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 946176 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.504 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4158 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 745472 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 606208 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.505 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5549 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5549 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.506 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1630208 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 110675 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4098 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.507 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19918653 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1717702 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101476 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20020129 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18875 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 771 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9597 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: "value": 182 2026-02-17T22:15:47.508 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 67, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 490403 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 114, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 159163 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 47, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 232484 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3648005 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 36, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2028512 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 35, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68825881302 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "count": 36, 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53612218421 2026-02-17T22:15:47.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 213, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 287359 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 213, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12910 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 150485 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33909678 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48372 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33019724 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5941210 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244791 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99847 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76700829 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7540958 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: "value": 763411 2026-02-17T22:15:47.510 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39510016 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25108480 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608750 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.511 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133074 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249565628 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.512 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132407284 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405833 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.513 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791207 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249565628 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6920 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166083 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.514 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132236409 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "count": 19, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 214678 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.515 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 461627 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.516 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 461627 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.517 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1994 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.518 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 995328 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5139 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 741376 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 602112 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.519 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.520 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1675264 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "count": 142, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 119021 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "value": 111839 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.521 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3086 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19512765 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2052240 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97309 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19610074 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.522 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19817 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 640 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7513 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 301 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 197 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 72, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 468830 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 119, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116526 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 47, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 106959 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 58177 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.523 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2372699 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 32, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1826557 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 100899530961 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 32, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49731785994 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 237, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10253779892 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 237, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19742 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 179955 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40319158 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 46450 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.524 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22399136 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6400005 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 243066 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "count": 30, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93575 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71693219 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8054139 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 776496 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42729472 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41730048 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 999424 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.525 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608337 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133487 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.526 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249562529 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132410383 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.527 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405558 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791482 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249562529 2026-02-17T22:15:47.528 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11595 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 169290 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231626 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.529 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1006434 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6417930 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 743563 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2754905 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.530 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6417930 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.531 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 743563 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2754905 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.532 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1623 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1110016 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4770 2026-02-17T22:15:47.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 864256 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 724992 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.534 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.535 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1912832 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "count": 137, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 92849 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80912 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3626 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21774203 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 163, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1558549 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88911 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21863114 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22922 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 811 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4248 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 288 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.537 INFO:tasks.workunit.client.0.trial144.stdout: "value": 203 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 66, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 363097 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82436 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 167940 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59301 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2095015 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1564111 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97919085389 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:47.538 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39307039069 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 253, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10423497569 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 253, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21847 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131112 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33325087 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41659 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19626433 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6349873 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244796 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 25, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68878 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61551119 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7891563 2026-02-17T22:15:47.539 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 780596 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42000384 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22618112 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608157 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.540 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133667 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561177 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.541 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132411735 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405438 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791602 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561177 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12793 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170968 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.543 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132230102 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1432024 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.544 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.545 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.546 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1914 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.547 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 974848 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4498 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 778240 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.548 INFO:tasks.workunit.client.0.trial144.stdout: "value": 638976 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5551 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.549 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5551 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1691648 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.550 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1146880 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 129, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61882 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3627 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20853225 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 137, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1513409 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70071 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.551 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20923296 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24966 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 582 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6351 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 256 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 208 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 68, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 319653 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89170 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33, 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207834 2026-02-17T22:15:47.552 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1676957 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 23, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1253182 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77485288421 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 23, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32626702854 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 289584 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29703 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "value": 129749 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.553 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36446581 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40262 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20262473 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5156174 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 834803 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53970 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63695808 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6432777 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 690183 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42131456 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:47.554 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22487040 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608248 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133576 2026-02-17T22:15:47.555 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561861 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132411051 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.556 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405498 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791542 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.557 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561861 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9486 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 171937 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231756 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.558 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "count": 46, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1946742 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2348 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36378581 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4059841 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15018381 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.559 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:47.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2348 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36378581 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4059841 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15018381 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28749824 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.561 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2004 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 868352 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4369 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 667648 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 528384 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.563 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5547 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5547 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1474560 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1142784 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "count": 123, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42203 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39073 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:47.565 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27512 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19606105 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 114, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1123868 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 50520 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19656625 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20117 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 983 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:47.566 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2404 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 315 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 223 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 72, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 890586 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 103, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75526 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 682317 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1334983 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "value": 946942 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.567 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 15, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 66034702154 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23213651592 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 256, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 177330 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 256, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14308 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88375 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 52173627 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32742 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44347841 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5918520 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 832988 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 15, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35138 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "value": 103881337 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.568 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7051455 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1643125 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42762240 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21856256 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966599274 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.569 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135168 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107007382 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249494558 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.570 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132478354 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644399516 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93797524 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249494558 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10786 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184573 2026-02-17T22:15:47.572 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132285123 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "count": 75, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2031643 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:47.573 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33177232 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131765 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4790299 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20921327 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1942126 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131765 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776637 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1553851 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.574 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2989555 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1191931 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2861086 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28245551 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1821731 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16506390 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:47.575 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28745728 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192851679406886e-07, 2026-02-17T22:15:47.576 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 136, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 245760, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 135, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 98304, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 98304, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 1.7209854874522534e-08, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 3146, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 3146, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:47.577 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 9438, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 47, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 16384 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:47.578 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.151231859315317e-09, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.579 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:15:47.245695", 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_stats": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "version": "7.9.2" 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:15:47.580 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "osd": 1 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pg": [ 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308114+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308114+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308247+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3f", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000", 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.583 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307352+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307352+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307803+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3e", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000", 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.585 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306788+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306788+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306931+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.586 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3d", 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000", 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.587 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306216+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306216+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306774+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.588 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3c", 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000", 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307133+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307133+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307411+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.590 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3b", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000", 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.592 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306659+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306659+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307078+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3a", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000", 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.594 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308893+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308893+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309131+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.595 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.39", 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000", 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.596 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307080+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307080+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307311+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.597 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.38", 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000", 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.598 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308339+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308339+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308457+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.599 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.37", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000", 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.601 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309316+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309316+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309616+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.36", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000", 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.603 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308914+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308914+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309406+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.604 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.35", 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000", 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307210+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307210+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308043+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.606 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.34", 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000", 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.607 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306016+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306016+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306199+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.608 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.33", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000", 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.609 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.610 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309617+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309617+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309741+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.32", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000", 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.612 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308968+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308968+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309173+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.31", 2026-02-17T22:15:47.613 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000", 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305066+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305066+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305233+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.615 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.30", 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000", 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.304895+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.304895+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305110+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.617 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2f", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000", 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.619 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309515+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309515+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309644+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2e", 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.620 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000", 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.621 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309487+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309487+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309596+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.622 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2d", 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000", 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.623 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307967+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307967+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308460+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.624 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2c", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000", 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.625 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307535+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307535+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307884+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.626 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2b", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000", 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.627 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.628 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307357+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307357+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307903+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2a", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000", 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.629 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.630 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308844+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308844+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309010+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.29", 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.631 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000", 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.632 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305641+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305641+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305813+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.633 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.28", 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000", 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.634 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306086+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306086+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306240+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.635 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.27", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000", 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.636 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308811+0000", 2026-02-17T22:15:47.637 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308811+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309079+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.26", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000", 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.638 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.639 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306208+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306208+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.25", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000", 2026-02-17T22:15:47.640 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.641 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308057+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308057+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308188+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.642 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.24", 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000", 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.643 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308089+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308089+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308430+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.644 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.23", 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000", 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.645 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306625+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306625+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307099+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.646 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.22", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000", 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.647 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.648 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308269+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308269+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308376+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.21", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000", 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.649 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.650 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307526+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307526+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307797+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.20", 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.651 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000", 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.652 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305026+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305026+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305293+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.653 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1a", 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000", 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.654 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587333+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587333+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587525+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.655 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1b", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000", 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.656 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.310104+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.310104+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.310248+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.657 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1b", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000", 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.658 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.659 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584375+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584375+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584529+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1a", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000", 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.660 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:47.661 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587397+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587397+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587776+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.19", 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.662 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000", 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.663 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305579+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305579+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305732+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.664 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.18", 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000", 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.665 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585877+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585877+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586124+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.666 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.18", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000", 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.667 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308556+0000", 2026-02-17T22:15:47.668 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308556+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308680+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.19", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000", 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.669 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.670 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585213+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585213+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585366+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.17", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000", 2026-02-17T22:15:47.671 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.672 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306519+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306519+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306807+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.673 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.16", 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000", 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.674 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585277+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585277+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585793+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.675 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.16", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000", 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.676 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.677 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307169+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307169+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307775+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.17", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000", 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.678 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.679 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585709+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585709+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585853+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.15", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 21, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000", 2026-02-17T22:15:47.680 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 90, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.681 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'3" 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308206+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308206+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308496+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.682 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.14", 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000", 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.683 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585479+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585479+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585614+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.684 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.14", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 26, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000", 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 2348, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:15:47.685 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 8, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 5 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "version": "49'8" 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307331+0000", 2026-02-17T22:15:47.686 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307331+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307494+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.15", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000", 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.687 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.688 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586146+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586146+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586359+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.13", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000", 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.689 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 34, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 7 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.690 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305537+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305537+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306081+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.691 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.12", 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000", 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.692 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585910+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585910+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586150+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.693 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.12", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000", 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.694 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.695 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308931+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308931+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309234+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.13", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000", 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.696 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.697 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584250+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584250+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584932+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.11", 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.698 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000", 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.699 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307521+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307521+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307756+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.700 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.10", 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000", 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.701 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587897+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587897+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.588019+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.702 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.10", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 26, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000", 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.703 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 4, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 12, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'8" 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.704 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308971+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308971+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309198+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.11", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000", 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.705 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.706 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584528+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584528+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584702+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.f", 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.707 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000", 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 22, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.708 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307190+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307190+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307446+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.709 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.e", 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000", 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.710 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586448+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586448+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586579+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.711 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.e", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000", 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.712 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.713 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307691+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307691+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307838+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.f", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000", 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.714 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.715 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586623+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586623+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586757+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.d", 2026-02-17T22:15:47.716 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000", 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 70, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.717 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307402+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307402+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308111+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.718 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.c", 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000", 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.719 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586316+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586316+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586474+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.720 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.c", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000", 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.721 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.722 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308521+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308521+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308636+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.d", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000", 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.723 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.724 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.247456+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.247456+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.558388+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.5", 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.725 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:08:57.622370+0000", 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000450078, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.726 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "created": 16, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:45.562414+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:45.562414+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:45.566410+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 43, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 99, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.727 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 42, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 99, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "1.0", 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 52, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000", 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.728 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 136, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 240, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 135, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "version": "51'99" 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585989+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585989+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586178+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.729 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.3", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000", 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.730 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.731 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306134+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306134+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306812+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000", 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.732 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.733 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248868+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248868+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.101369+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.6", 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.734 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:55:39.512065+0000", 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000379563, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.735 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584194+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584194+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584486+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.736 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.0", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000", 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.737 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.310119+0000", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.310119+0000", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.310271+0000", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.738 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000", 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.739 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.740 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.130694+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.130694+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103738+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.7", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:22:41.897087+0000", 2026-02-17T22:15:47.741 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000180735, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.742 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586111+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586111+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586289+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.743 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1", 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000", 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.744 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306814+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306814+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307300+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.745 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.0", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000", 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.746 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248817+0000", 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248817+0000", 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103618+0000", 2026-02-17T22:15:47.747 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.4", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:25:01.984500+0000", 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000298953, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.748 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.749 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585148+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585148+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585404+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.2", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000", 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.750 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.751 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307254+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307254+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307597+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.752 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3", 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000", 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.753 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.131032+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.131032+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103817+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.754 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.2", 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 21, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:14:49.318828+0000", 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000619317, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.755 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "version": "52'2" 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587051+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587051+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587206+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.756 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.4", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000", 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.757 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.758 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305678+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305678+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305870+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.5", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000", 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.759 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.760 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248854+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248854+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.101041+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.3", 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.761 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:52:32.198648+0000", 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000389451, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.762 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "version": "50'1" 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584278+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584278+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584752+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.763 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.5", 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000", 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.764 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306080+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306080+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306359+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.765 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.4", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000", 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.766 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.767 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248894+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248894+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.0", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:17:05.740391+0000", 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000513811, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.768 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.769 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586868+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586868+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586999+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.6", 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.770 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000", 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.771 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "version": "47'1" 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305211+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305211+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305403+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.772 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.7", 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000", 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.773 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.129337+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.129337+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103358+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.774 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.1", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:03:25.742803+0000", 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000368295, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.775 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.776 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585516+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585516+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585635+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.7", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000", 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.777 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.778 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306966+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306966+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307181+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.6", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000", 2026-02-17T22:15:47.779 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.780 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584329+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584329+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584624+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.781 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.8", 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000", 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.782 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308159+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308159+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308715+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.783 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.9", 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000", 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.784 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587041+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587041+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587204+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.785 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.9", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000", 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.786 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.787 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305186+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305186+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305380+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.8", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000", 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.788 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.789 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586341+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586341+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586478+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.a", 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.790 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000", 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.791 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305095+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305095+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305336+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.792 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.b", 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000", 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.793 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585068+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585068+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585373+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.794 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.b", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000", 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.795 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.796 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306899+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.a", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000", 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.798 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307529+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307529+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307646+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1d", 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.799 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000", 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.800 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585343+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585343+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585691+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.801 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1c", 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000", 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.802 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307009+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307009+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307266+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.803 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1c", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000", 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.804 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.805 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584279+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584279+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584705+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1d", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000", 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.807 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307353+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307353+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307921+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1f", 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.808 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000", 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.809 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587149+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587149+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587855+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.810 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1e", 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000", 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.811 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307813+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307813+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308080+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:47.812 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1e", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000", 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.813 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587128+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587128+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587241+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.814 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 4, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 4, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1f", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 22, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000", 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 582, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'4" 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pool": [ 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 24, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 8, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 4, 2026-02-17T22:15:47.816 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 12288, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.817 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 57, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "up": 24 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 192, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 64, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 3, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.818 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "up": 192 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 96, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 41, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 32, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 41, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 2, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 3146, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.819 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 66, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 22, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 22, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 14, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 47, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 16 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 98304, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 9438, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "up": 96 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.820 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 3, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 99, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 1, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 3, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 99, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 1, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 136, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 240, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 135, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 1781760, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 1771104, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "up": 3 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 227065856, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.7762776628369465e-05 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:47.822 INFO:tasks.workunit.client.0.trial144.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show-device 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:15:47.824 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.825 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:47.826 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.827 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:15:47.828 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.829 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.830 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.831 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.832 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.833 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.834 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.835 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.836 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:47 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show-all 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.837 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='client.24812 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.838 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.839 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:47.840 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:47 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:47.901 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:15:47.901 INFO:tasks.workunit.client.0.trial144.stdout: "device_report": { 2026-02-17T22:15:47.901 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.901 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.901 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.902 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.904 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.905 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.907 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.908 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.909 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.910 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:15:47.911 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:15:47.912 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:15:47.913 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "report": { 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.914 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore" 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:47.915 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_block_size", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_cache_size", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_compression", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_log", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "leveldb_write_buffer_size", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:47.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_crush_chooseleaf_type", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:15:47.917 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "public_addrv", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:15:47.918 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_perf", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/enabled", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:15:47.919 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:15:47.920 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 2, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 2, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "heap_stats": { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.921 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 20316160, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 337920, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 720896, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 0, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 355, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 867856, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 13, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 732160, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 15035888, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 20316160 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 20725760, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 436952, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 638976, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 433, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 1368072, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 844800, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 15454496, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 21364736 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 46637056, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 746128, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 106496, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 24576, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1162, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 7061392, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 20, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2134528, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 33967072, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 46661632 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 47407104, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1032144, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 1409024, 2026-02-17T22:15:47.922 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 303104, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1063, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 6503528, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2918144, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32922824, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 47710208 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 49340416, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1244912, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 983040, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 352256, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1650, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 10204240, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2713344, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 31573440, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 49692672 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 46399488, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 936704, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 8192, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 20971520, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1274, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5095744, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2875648, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34730688, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44621824, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 748272, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22749184, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1205, 2026-02-17T22:15:47.923 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5247680, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2169088, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 33704272, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 43171840, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 691032, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 24199168, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1137, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4457328, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2617600, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32653368, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 42246144, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 614752, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 25124864, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1119, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4186936, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1845248, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 32846696, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44646400, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 588752, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 65536, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 835584, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1147, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4621168, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:15:47.924 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1922816, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34695616, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 45481984 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 44867584, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 833360, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 24576, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22503424, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1175, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4735712, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1801472, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34719952, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 45064192, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 845584, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 22306816, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1197, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4807072, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1940224, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 34718800, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 46252032, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1054400, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 21118976, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1281, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5426968, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 46, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1750272, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 35267880, 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 67371008 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.925 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "io_rate": { 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "pg_stats_delta": { 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "stamp_delta": "12.001805", 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:47.926 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "up": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "mempool": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.928 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 148393, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 31 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 928, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 221671, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 67 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 52424, 2026-02-17T22:15:47.931 INFO:tasks.workunit.client.0.trial144.stdout: "items": 210 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7536, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 125 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.932 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.933 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 935495, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 323 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.934 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5312, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 103 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.935 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 945265, 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: "items": 348 2026-02-17T22:15:47.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5312, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 103 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.937 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.938 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 999761, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 321 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 264, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.939 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6112, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 124 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10624, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 206 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4640, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16464, 2026-02-17T22:15:47.940 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1040, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 35369, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 48112, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8521 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 117216, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 204 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10412, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 620 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7056, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 28806, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 172 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16464, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 147 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 318485, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.941 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2431352, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 188 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6248, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 544824, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 47 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 96824, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 191 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.942 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3840, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1264, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16384, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 4 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 40988, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7364 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 105656, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 187 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8052, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 444 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6528, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.943 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23682, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 136 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 345393, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 77 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2426570, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4840, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 55 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 417312, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.944 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8528, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210084, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3242 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3600, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14896, 2026-02-17T22:15:47.945 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 928, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 38 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4096, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 37240, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6834 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 98176, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 176 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6744, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 399 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6384, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 21370, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14896, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 267662, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.946 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2429616, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 180 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3872, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 44 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 312984, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 27 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8320, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:47.947 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2960, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 40014, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7310 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 104976, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 186 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8092, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 448 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.948 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23090, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 154 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 226609, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2391606, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 165 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4224, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 417312, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.949 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8320, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 16 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209828, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3230 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2720, 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: "items": 34 2026-02-17T22:15:47.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 41942, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7600 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 109056, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 192 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8652, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 453 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 24626, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 160 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 828017, 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: "items": 52 2026-02-17T22:15:47.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2413076, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 169 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4928, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 56 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 475272, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 18 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210084, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3242 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2320, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 29 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 816, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 42962, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7692 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 110416, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 194 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8764, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 454 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25138, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 162 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 736, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 782718, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12112, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2410634, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5104, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 486864, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 42 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.954 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11440, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 210340, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3254 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2000, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 25 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16240, 2026-02-17T22:15:47.955 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 256, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 32 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 41693, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7786 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 107016, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 189 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9668, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 608 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6960, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25222, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 157 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16240, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 145 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 744196, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 32 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.956 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2423292, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 187 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4664, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 53 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 452088, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 94016, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 188 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:47.957 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6304, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 576, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1600, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 20 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1040, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 270336, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 45653, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8275 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 113816, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 199 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10544, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 614 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6912, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.958 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 27950, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 707549, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2423894, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 208 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6248, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 71 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 544824, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 47 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 102440, 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: "items": 257 2026-02-17T22:15:47.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 209572, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3218 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.960 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.961 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "reef" 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 18, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "reef" 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.962 INFO:tasks.workunit.client.0.trial144.stdout: "osd_perf_histograms": [ 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.963 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.964 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.965 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.966 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.967 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.968 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.969 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.970 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.971 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.972 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.974 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.975 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.976 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.978 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.979 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.980 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.981 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.982 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.983 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.984 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.985 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.986 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.987 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:15:47.988 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.989 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 3, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 11, 2, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 22, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.990 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.991 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.992 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.993 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.994 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.995 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "perf_counters": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "caps": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flush_ack": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flushsnap_ack": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_grant": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_revoke": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_trunc": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "dir_commit": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_complete": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_keys": { 2026-02-17T22:15:47.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "dir_merge": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "dir_split": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "exported_inodes": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "forward": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_cap_release": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps_dirty": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "handle_inode_file_caps": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "imported_inodes": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "inodes": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_expired": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_pinned": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_with_caps": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "load_cent": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "openino_dir_fetch": { 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.997 INFO:tasks.workunit.client.0.trial144.stdout: "process_request_cap_release": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "reply_latency": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73296 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "request": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "root_rbytes": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "root_rfiles": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "root_rsnaps": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "slow_reply": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "subtrees": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "mds_cache": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_enqueue_scrub": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_exportdir": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_flush": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragmentdir": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragstats": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_inodestats": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_enqueued": { 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.998 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_prioritized": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_processing": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_delayed": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_enqueuing": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_completed": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_started": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "strays_created": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "strays_enqueued": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "strays_migrated": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "strays_reintegrated": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "mds_log": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "ev": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "evadd": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "evex": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "evexd": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "evexg": { 2026-02-17T22:15:47.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "evtrm": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "jlat": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2803123 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "replayed": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "seg": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "segadd": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "segex": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "segexd": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "segexg": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "segtrm": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "mds_mem": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "cap": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "cap+": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "cap-": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "dir": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "dir+": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "dir-": { 2026-02-17T22:15:48.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "dn": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "dn+": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "dn-": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "heap": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207128 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "ino": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "ino+": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "ino-": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "rss": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40196 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "mds_server": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "cap_acquisition_throttle": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "cap_revoke_eviction": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_request": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_session": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "handle_peer_request": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "req_create_latency": { 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_getattr_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73296 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_getfilelock_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_getvxattr_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_link_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookup_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookuphash_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupino_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupname_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupparent_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupsnap_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_lssnap_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "req_mkdir_latency": { 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_mknod_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_mksnap_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_open_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_readdir_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_rename_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_renamesnap_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmdir_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmsnap_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmxattr_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_setattr_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_setdirlayout_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "req_setfilelock_latency": { 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "req_setlayout_latency": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "req_setxattr_latency": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "req_snapdiff_latency": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "req_symlink_latency": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "req_unlink_latency": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "mds_sessions": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "average_load": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "avg_session_uptime": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "mdthresh_evicted": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "session_count": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "session_remove": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_open": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_stale": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "total_load": { 2026-02-17T22:15:48.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "purge_queue": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed_ops": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_high_water": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops_high_water": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "pq_item_in_journal": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:48.005 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 480 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3248613 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49999370 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 146 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:48.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 527993409 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 481 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6423159 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3532 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51999343 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42991616 2026-02-17T22:15:48.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42606592 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 385024 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207717 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.009 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872824 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37470 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71043071 2026-02-17T22:15:48.010 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184697794 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154750 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:48.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20545, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20819000 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1056, 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135255076 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 91 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 455 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3145554 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51998457 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 457 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 457 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 457, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 592981913 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 456 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6206342 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3349 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 456, 2026-02-17T22:15:48.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64998048 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44040192 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42803200 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1236992 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207717 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.016 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872824 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277046691 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37470 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.017 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71043071 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184697794 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154750 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 19856, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22405002 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.019 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1004, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 127304964 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 182 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 570 2026-02-17T22:15:48.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4333061 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1710 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89997376 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 570 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4292117 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3593 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 570, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 78279539 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.021 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 572 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "count": 572, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 786976871 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9445 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.022 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47071232 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44949504 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2121728 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277047765 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207287 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.023 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70872180 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 348127232 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277047765 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35036 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.024 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71044431 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 322961408 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184698510 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71154034 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 25820, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48489389 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:15:48.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1233, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 162842245 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2104 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2146304 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5991 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1363968 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.028 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1224704 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.029 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3448832 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1155072 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 190, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 221063 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 542020 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35162497 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 285, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2920773 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 226202 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.031 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 286, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35388699 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23223 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13574 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11100 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 646 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 190 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 90, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4001792 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 250, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 152196 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 160, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3227043 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4751522 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6100217 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 98, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 100620303549 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 94914187869 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 407, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14961835997 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 407, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28633 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244092 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55052379 2026-02-17T22:15:48.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 83410 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28079444 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10955503 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 833435 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135160 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99124887 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13644473 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 408, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1360923 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43376640 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21241856 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966605118 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28672 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107108034 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.035 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249538387 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 240 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1888 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132434525 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.036 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644403412 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93793628 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.037 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249538387 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9662 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 195659 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231332 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 139, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1990274 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 616 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29052862 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2284753 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13897735 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.039 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 616 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29052862 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2284753 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13897735 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28758016 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:15:48.041 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1443 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2035712 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4310 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1339392 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1200128 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.044 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3313664 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 557056 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 185, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 223438 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 169815 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 30, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 371960 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34414673 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 272, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2381718 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 178805 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34593478 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18595 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12483 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12714 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 663 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 192 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2325578 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 274, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 145022 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 170, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2258373 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79787 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4581638 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5291932 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 94214659353 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88110971461 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 351, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25975786401 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 351, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20584 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 211128 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51641399 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68661 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18435676 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10025705 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 242518 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 41, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 129463 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.048 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 84936090 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12578915 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 352, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1265322 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41689088 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22929408 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966607640 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16384 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107117800 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249557306 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132415606 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405093 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791947 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249557306 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10426 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166819 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132240489 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 120 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "count": 342, 2026-02-17T22:15:48.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4604946 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2165687 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 427183073 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 699 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19945293 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 120, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69529165 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1660548 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 699 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1428094 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1238884 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6979585 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2755370 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6466844 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2165687 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 418542940 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15761829 2026-02-17T22:15:48.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61823437 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28160000 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1853 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1728512 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4458 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1118208 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 978944 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.059 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2785280 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 544768 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 180, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184890 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 118059 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 13, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18114 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27696961 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.060 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 224, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2377925 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 175337 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27872298 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23944 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 642 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3376 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 482 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "count": 69, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 639597 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.061 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 202, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132876 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 834336 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62676 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3953829 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 93, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4916400 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 92, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79567538594 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 93, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 83905410586 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 279, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13484982579 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.062 INFO:tasks.workunit.client.0.trial144.stdout: "count": 279, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15267 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 193835 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37322332 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44081 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15936920 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8236838 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 242339 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 128158 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65666857 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10294768 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 280, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 836726 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.063 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40329216 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24289280 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966609338 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.064 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107128390 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249570035 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132402877 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644406225 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93790815 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249570035 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6839 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 155035 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132243131 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 126, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1799834 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51834718 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1938542 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24767753 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51834718 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1938542 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24767753 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28147712 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1523 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 946176 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4158 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 745472 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 606208 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5549 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5549 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.073 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1630208 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 110675 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4098 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19918653 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1717702 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101476 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 135, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20020129 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18875 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 771 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9597 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 277 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 182 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 67, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 490403 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 114, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 159163 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 47, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 232484 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3648005 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 36, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2028512 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 35, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68825881302 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 36, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53612218421 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 213, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 287359 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 213, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12910 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 150485 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33909678 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48372 2026-02-17T22:15:48.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33019724 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5941210 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244791 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99847 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76700829 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7540958 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 214, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 763411 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781451596 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39510016 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690303488 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25108480 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.078 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608750 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133074 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249565628 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132407284 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405833 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791207 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249565628 2026-02-17T22:15:48.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6920 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166083 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132236409 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.082 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "count": 19, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 214678 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 461627 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.083 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.084 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 461627 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.085 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1994 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 995328 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.086 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5139 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 741376 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 602112 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1675264 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "count": 142, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 119021 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 111839 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3086 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.089 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19512765 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2052240 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97309 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19610074 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19817 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 640 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7513 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 301 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.090 INFO:tasks.workunit.client.0.trial144.stdout: "value": 197 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 72, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 468830 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 119, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116526 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 47, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 106959 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 58177 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2372699 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 32, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1826557 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 100899530961 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "count": 32, 2026-02-17T22:15:48.091 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49731785994 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 237, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10253779892 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 237, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19742 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 179955 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40319158 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 46450 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22399136 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6400005 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 243066 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 30, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93575 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71693219 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8054139 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "count": 238, 2026-02-17T22:15:48.092 INFO:tasks.workunit.client.0.trial144.stdout: "value": 776496 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42729472 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41730048 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 999424 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608337 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133487 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249562529 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132410383 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405558 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.095 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791482 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249562529 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11595 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 169290 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.096 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231626 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1006434 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.097 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6417930 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 743563 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2754905 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.098 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6417930 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 743563 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2754905 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.099 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1623 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1110016 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4770 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 864256 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 724992 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5552 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.102 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1912832 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 565248 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "count": 137, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 92849 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80912 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.103 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3626 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21774203 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 163, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1558549 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88911 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 164, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21863114 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22922 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.104 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 811 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4248 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 288 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 203 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 66, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 363097 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82436 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 167940 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59301 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2095015 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1564111 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97919085389 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39307039069 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 253, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10423497569 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 253, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21847 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131112 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33325087 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41659 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19626433 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6349873 2026-02-17T22:15:48.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244796 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "count": 25, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68878 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61551119 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7891563 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "count": 254, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 780596 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42000384 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22618112 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.107 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608157 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133667 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561177 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.108 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132411735 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405438 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.109 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791602 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561177 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.110 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12793 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170968 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132230102 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.111 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 21, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1432024 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.112 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.113 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28168192 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1914 2026-02-17T22:15:48.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 974848 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4498 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.115 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 778240 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 638976 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5551 2026-02-17T22:15:48.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5551 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1691648 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1146880 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 129, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61882 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3627 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20853225 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "count": 137, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1513409 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.118 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70071 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 143, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20923296 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24966 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 582 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6351 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 256 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 208 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 68, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 319653 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89170 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33, 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: "value": 207834 2026-02-17T22:15:48.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1676957 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 23, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1253182 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77485288421 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 23, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32626702854 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 289584 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 226, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29703 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "value": 129749 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.120 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36446581 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40262 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20262473 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5156174 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 834803 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53970 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63695808 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6432777 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "count": 227, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 690183 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42131456 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.121 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22487040 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966608248 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107133576 2026-02-17T22:15:48.122 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561861 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132411051 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644405498 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93791542 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.124 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249561861 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9486 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 171937 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132231756 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.125 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "count": 46, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1946742 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2348 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36378581 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4059841 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15018381 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.126 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.127 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2348 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36378581 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4059841 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "count": 9, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15018381 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28749824 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.128 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2004 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12288 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: "value": 868352 2026-02-17T22:15:48.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4369 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619268608 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27590656 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 667648 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 528384 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9306112 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 206475 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282048 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:15:48.130 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1286144 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4986 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5547 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5547 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1474560 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1142784 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "count": 123, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42203 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39073 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.132 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27512 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19606105 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 114, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1123868 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 50520 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19656625 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20117 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 983 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "omap_seek_to_first_lat": { 2026-02-17T22:15:48.133 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2404 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 315 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 223 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 72, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 890586 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 103, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75526 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 682317 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1334983 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.134 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 946942 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 15, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 66034702154 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23213651592 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 256, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 177330 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 256, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14308 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88375 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 52173627 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32742 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44347841 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5918520 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 832988 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "count": 15, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35138 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.135 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 103881337 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7051455 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "count": 257, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1643125 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16781452814 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64618496 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42762240 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20690304921 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21856256 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1073741824 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 966599274 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.136 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135168 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107007382 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7449083904 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249494558 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.137 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2128 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132478354 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 805306368 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67108864 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 464 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 644399516 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.138 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93797524 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "committed_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7381975040 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri0_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri10_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri11_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7249494558 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri1_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri2_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri3_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri4_bytes": { 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10786 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.139 INFO:tasks.workunit.client.0.trial144.stdout: "pri5_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 184573 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "pri6_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "pri7_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "pri8_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "pri9_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132285123 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "count": 75, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2031643 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.140 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33177232 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131765 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4790299 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 29, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20921327 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1942126 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131765 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776637 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1553851 2026-02-17T22:15:48.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2989555 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1191931 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2861086 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28245551 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "count": 7, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1821731 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.142 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16506390 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 590368 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28745728 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:15:48.143 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192851679406886e-07, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 136, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 245760, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 135, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 98304, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 98304, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 1.7209854874522534e-08, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:48.144 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 3146, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 3146, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 9438, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 47, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 16384 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:48.145 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712076367872, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904025403392, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.151231859315317e-09, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:15:48.146 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:15:47.837752", 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_stats": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "version": "7.9.2" 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:48.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "osd": 1 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pg": [ 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308114+0000", 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308114+0000", 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308247+0000", 2026-02-17T22:15:48.148 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099661+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3f", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:30:46.647032+0000", 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.150 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307352+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307352+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307803+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103572+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3e", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:42:52.363478+0000", 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.151 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.152 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306788+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306788+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306931+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100868+0000", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.153 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3d", 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:55:35.082231+0000", 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.154 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306216+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306216+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306774+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103434+0000", 2026-02-17T22:15:48.155 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3c", 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:05:48.404357+0000", 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307133+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307133+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307411+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099415+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3b", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:06:03.209267+0000", 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.159 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306659+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306659+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307078+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103214+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3a", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:18:52.056832+0000", 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.161 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308893+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308893+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309131+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099182+0000", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.39", 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.162 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:28:29.167808+0000", 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.163 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307080+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307080+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307311+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519670+0000", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.164 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.38", 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:10:02.329542+0000", 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308339+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308339+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308457+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099702+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.37", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:17:07.399558+0000", 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.168 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309316+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309316+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309616+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558305+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.36", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:59:21.800311+0000", 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.170 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308914+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308914+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309406+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558272+0000", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.35", 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.171 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:35.756375+0000", 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.172 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307210+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307210+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308043+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103312+0000", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.173 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.34", 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:25:21.555734+0000", 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306016+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306016+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306199+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519838+0000", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.33", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:48:09.146255+0000", 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309617+0000", 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309617+0000", 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309741+0000", 2026-02-17T22:15:48.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100576+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.32", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:52:33.140198+0000", 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.179 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308968+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308968+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309173+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103156+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.31", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:41:34.282938+0000", 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.180 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.181 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305066+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305066+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305233+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103119+0000", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.182 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.30", 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:55:57.741714+0000", 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.304895+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.304895+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305110+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103571+0000", 2026-02-17T22:15:48.184 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2f", 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:19:01.425933+0000", 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309515+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309515+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309644+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100872+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2e", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:00:00.829877+0000", 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.188 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.309487+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.309487+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309596+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099555+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2d", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:18:18.800589+0000", 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.190 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307967+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307967+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308460+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557879+0000", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2c", 2026-02-17T22:15:48.191 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:51:07.629264+0000", 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307535+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307535+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307884+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100777+0000", 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.193 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2b", 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:18:06.952021+0000", 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307357+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307357+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307903+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103314+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2a", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:36:48.328267+0000", 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.197 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308844+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308844+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309010+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519697+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.29", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:15:17.679726+0000", 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.199 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305641+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305641+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305813+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103131+0000", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.28", 2026-02-17T22:15:48.200 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:40:03.363585+0000", 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306086+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306086+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306240+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520111+0000", 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.202 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.27", 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:09:36.142529+0000", 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308811+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308811+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309079+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558347+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.26", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:07:28.276730+0000", 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.206 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306208+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306208+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103375+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.25", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:47:48.967676+0000", 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.208 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308057+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308057+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308188+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520001+0000", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.24", 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.209 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:22:13.170449+0000", 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.210 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308089+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308089+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308430+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100799+0000", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.211 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.23", 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:17:08.430126+0000", 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306625+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306625+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307099+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103304+0000", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.22", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:47:57.580811+0000", 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308269+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308269+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308376+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100582+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.21", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:50:34.330013+0000", 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.217 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307526+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307526+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307797+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557467+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.20", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:07:30.687575+0000", 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.218 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.219 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305026+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305026+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305293+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103128+0000", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.220 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1a", 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:39:37.272308+0000", 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587333+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587333+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587525+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520064+0000", 2026-02-17T22:15:48.222 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1b", 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:20:06.921510+0000", 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.310104+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.310104+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.310248+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100862+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1b", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:46:38.166307+0000", 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.226 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584375+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584375+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584529+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557757+0000", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1a", 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.227 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:52:48.978894+0000", 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587397+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587397+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587776+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519829+0000", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.229 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.19", 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:05:20.048243+0000", 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.230 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305579+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305579+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305732+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.231 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519786+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.18", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:45:36.260147+0000", 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.233 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585877+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585877+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586124+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103185+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.18", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:28:31.195029+0000", 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.235 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308556+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308556+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308680+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103147+0000", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.19", 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:12:32.487931+0000", 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.237 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585213+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585213+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585366+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558166+0000", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.238 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.17", 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:28:32.389317+0000", 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.239 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306519+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306519+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306807+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.240 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103525+0000", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.16", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:08:17.636026+0000", 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.241 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.242 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585277+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585277+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585793+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103510+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.16", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:26:56.537276+0000", 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.243 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.244 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307169+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307169+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307775+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101157+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.17", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:51:12.314270+0000", 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.246 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585709+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585709+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585853+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103459+0000", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.15", 2026-02-17T22:15:48.247 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 21, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:38:45.237211+0000", 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 90, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:15:48.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'3" 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308206+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308206+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308496+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103343+0000", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.249 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.14", 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:48:53.133358+0000", 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585479+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585479+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585614+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.251 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557918+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.14", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 26, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:35:15.213113+0000", 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 2348, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:15:48.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 8, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 5 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "version": "49'8" 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.253 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307331+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307331+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307494+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099406+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.15", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:00:51.425769+0000", 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.254 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.255 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586146+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586146+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586359+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100924+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.13", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:51:04.995334+0000", 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.256 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 34, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 7 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.257 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305537+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305537+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306081+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100655+0000", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.258 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.12", 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:29:03.321696+0000", 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585910+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585910+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586150+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103403+0000", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.260 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.12", 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:12:56.706606+0000", 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308931+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308931+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309234+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.262 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.13", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:52:13.408717+0000", 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.264 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584250+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584250+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584932+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557650+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.11", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:51:59.848694+0000", 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.265 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.266 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307521+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307521+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307756+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557483+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.10", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:30:22.410226+0000", 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.267 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.268 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587897+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587897+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.588019+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100619+0000", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.269 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.10", 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 26, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:41:04.039821+0000", 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 4, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 12, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'8" 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308971+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308971+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.309198+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099251+0000", 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.271 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.11", 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:35:06.102145+0000", 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584528+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584528+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584702+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103537+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.f", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:13:06.317315+0000", 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 22, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.275 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307190+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307190+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307446+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099628+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.e", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:58:24.340939+0000", 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.277 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586448+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586448+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586579+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100934+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.e", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:12:40.197886+0000", 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.278 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.279 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307691+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307691+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307838+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099694+0000", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.280 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.f", 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:11.350915+0000", 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586623+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586623+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586757+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103498+0000", 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.282 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.d", 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:04:05.937199+0000", 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 70, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307402+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307402+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308111+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103506+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.c", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:49:51.271303+0000", 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.286 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586316+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586316+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586474+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100804+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.c", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:21:38.631148+0000", 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.288 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308521+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308521+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308636+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099475+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.d", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:57:47.696736+0000", 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.289 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.290 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.247456+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.247456+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.558388+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.616646+0000", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.291 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.5", 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:08:57.622370+0000", 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000450078, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "created": 16, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:45.562414+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:45.562414+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:45.566410+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 43, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099325+0000", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 99, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 42, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 99, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "1.0", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 52, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:21:40.838705+0000", 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 136, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 240, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 135, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "version": "51'99" 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.295 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585989+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585989+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586178+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103224+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.3", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:01:51.853450+0000", 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.297 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306134+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306134+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306812+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519745+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:18:08.637074+0000", 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.298 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.299 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248868+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248868+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.101369+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.854270+0000", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.300 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.6", 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:55:39.512065+0000", 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000379563, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584194+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584194+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584486+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099195+0000", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.0", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:57:44.264754+0000", 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.310119+0000", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.310119+0000", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.310271+0000", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100564+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:55:50.743780+0000", 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.306 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.130694+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.130694+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103738+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358389+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.7", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:22:41.897087+0000", 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000180735, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.308 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586111+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586111+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586289+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.100642+0000", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1", 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.309 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:37:08.762600+0000", 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306814+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306814+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307300+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103176+0000", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.311 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.0", 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:07:35.159618+0000", 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248817+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248817+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103618+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358167+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.4", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:25:01.984500+0000", 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000298953, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.315 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585148+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585148+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585404+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103398+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.2", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:28:34.672090+0000", 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.317 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307254+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307254+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307597+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103347+0000", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3", 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.318 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:14:59.492081+0000", 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.131032+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.131032+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103817+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.358011+0000", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.320 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.2", 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 21, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:14:49.318828+0000", 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000619317, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "version": "52'2" 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587051+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587051+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587206+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.322 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103514+0000", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.4", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:26:37.460550+0000", 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305678+0000", 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305678+0000", 2026-02-17T22:15:48.324 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305870+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103446+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.5", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:00:01.372554+0000", 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.326 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248854+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248854+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.101041+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.853989+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.3", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:52:32.198648+0000", 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000389451, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.328 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "version": "50'1" 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584278+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584278+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584752+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099599+0000", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.329 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.5", 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:22:30.439654+0000", 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.330 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306080+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306080+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306359+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.331 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103418+0000", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.4", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:23:43.155555+0000", 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.332 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.248894+0000", 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.248894+0000", 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.333 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.357753+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.0", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:17:05.740391+0000", 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000513811, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.334 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.335 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586868+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586868+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586999+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103596+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.6", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:07:04.281825+0000", 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.336 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.337 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "version": "47'1" 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305211+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305211+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305403+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520175+0000", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.338 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.7", 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:38:24.436501+0000", 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.339 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:15:07.129337+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:15:07.129337+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:15:10.103358+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 49, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:20.356747+0000", 2026-02-17T22:15:48.340 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 48, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.1", 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 53, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:03:25.742803+0000", 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000368295, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.341 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585516+0000", 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585516+0000", 2026-02-17T22:15:48.342 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585635+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.558282+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.7", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:44:55.600967+0000", 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.343 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.344 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306966+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306966+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307181+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101289+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.6", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:50:09.168426+0000", 2026-02-17T22:15:48.345 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.346 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584329+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584329+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584624+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099175+0000", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.347 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.8", 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:09:39.787848+0000", 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.308159+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.308159+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308715+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.349 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103232+0000", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.9", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:35:10.894114+0000", 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.350 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587041+0000", 2026-02-17T22:15:48.351 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587041+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587204+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103259+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.9", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:08:21.358061+0000", 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.352 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.353 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305186+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305186+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305380+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519802+0000", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.8", 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.354 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:57:01.259553+0000", 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.355 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.586341+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.586341+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.586478+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103469+0000", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.356 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.a", 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 18, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:53:23.153662+0000", 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.357 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.305095+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.305095+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.305336+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.358 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.519948+0000", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.b", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:14:35.131062+0000", 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585068+0000", 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585068+0000", 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585373+0000", 2026-02-17T22:15:48.360 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099543+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.b", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:56:43.098631+0000", 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.361 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.362 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.306544+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.306899+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.557753+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.a", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:45:46.841183+0000", 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.363 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.364 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307529+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307529+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307646+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103430+0000", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.365 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1d", 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:40:14.703478+0000", 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.366 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.585343+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.585343+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.585691+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099423+0000", 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.367 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1c", 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:54:20.467493+0000", 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.368 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307009+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307009+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307266+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.369 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.103488+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1c", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:47:56.406584+0000", 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.370 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.371 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.584279+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.584279+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.584705+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.099519+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1d", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 20, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:25:09.215577+0000", 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.372 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.373 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307353+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307353+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.307921+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101130+0000", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1f", 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.374 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:27:25.738278+0000", 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.375 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587149+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587149+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587855+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520124+0000", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.376 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1e", 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 19, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:12:38.435033+0000", 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.377 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:53.307813+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:53.307813+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:53.308080+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 46, 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.378 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.520069+0000", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 45, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1e", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 17, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:51:47.492989+0000", 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:14:52.587128+0000", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:14:52.587128+0000", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:14:52.587241+0000", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 45, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:15:10.101201+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 4, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 44, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 4, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1f", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 52, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 22, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:54:03.168006+0000", 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 582, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'4" 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pool": [ 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 24, 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.382 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 8, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 4, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:48.383 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 12288, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 57, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "up": 24 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 192, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 64, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 3, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "up": 192 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 96, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 41, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 32, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 41, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 2, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 3146, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.385 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 66, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 22, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 22, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 14, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 47, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 16 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 98304, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 9438, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:48.386 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "up": 96 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 3, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 99, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 1, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 3, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 99, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 1, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:15:48.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 136, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 240, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 135, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 1781760, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 1771104, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "up": 3 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 227065856, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.7762776628369465e-05 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012727148544, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 227065856 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:15:48.388 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:15:48.389 INFO:tasks.workunit.client.0.trial144.stderr:+ echo OK 2026-02-17T22:15:48.389 INFO:tasks.workunit.client.0.trial144.stdout:OK 2026-02-17T22:15:48.389 INFO:teuthology.orchestra.run:Running command with timeout 3600 2026-02-17T22:15:48.389 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2026-02-17T22:15:48.415 INFO:tasks.workunit:Stopping ['test_telemetry_reef.sh'] on client.0... 2026-02-17T22:15:48.415 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2026-02-17T22:15:48.746 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.746 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.746 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.746 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.746 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.747 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.748 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.750 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.751 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.752 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.753 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.754 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.755 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.756 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:48 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.757 DEBUG:teuthology.parallel:result is None 2026-02-17T22:15:48.758 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:15:48.782 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:15:48.783 DEBUG:teuthology.orchestra.run.trial144:> rmdir -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.24836 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.792 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.793 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:15:48.793 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:15:48.793 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:15:48.793 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:15:48.793 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:48 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:15:48.838 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:15:48.838 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:48.854 INFO:teuthology.task.print:**** done end telemetry reef... 2026-02-17T22:15:48.854 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:15:48.872 INFO:teuthology.task.print:**** done start upgrade sequence... 2026-02-17T22:15:48.872 INFO:teuthology.run_tasks:Running task sequential... 2026-02-17T22:15:48.891 INFO:teuthology.task.sequential:In sequential, running task print... 2026-02-17T22:15:48.892 INFO:teuthology.task.print:**** done start upgrade... 2026-02-17T22:15:48.892 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2026-02-17T22:15:48.892 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:15:48.893 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph config set global log_to_journald false --force' 2026-02-17T22:15:49.020 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:49.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[36654]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[36654]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.561 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[36654]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.562 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[36654]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[21352]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[21352]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[21352]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.562 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:49 trial144 ceph-mon[21352]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.578 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2026-02-17T22:15:49.708 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:49.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:49 trial172 ceph-mon[26165]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:49 trial172 ceph-mon[26165]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:49 trial172 ceph-mon[26165]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:49.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:49 trial172 ceph-mon[26165]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:50.127 INFO:teuthology.orchestra.run.trial144.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:50.299 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2026-02-17T22:15:50.429 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:50.679 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:50.680 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:50 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:50.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:15:50.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:15:50.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:15:50.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:50 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:15:50.864 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:15:51.157 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:15:51.157 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (31s) 27s ago 40s 22.6M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (36s) 26s ago 36s 84.8M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (64s) 27s ago 64s 17.0M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (63s) 26s ago 63s 14.0M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,8765 running (2m) 26s ago 2m 483M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a 5f9fd6607dc2 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:9283,8765 running (3m) 27s ago 3m 537M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ae3a2405c47d 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (3m) 27s ago 3m 53.7M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a d4b1824cbf5e 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (2m) 26s ago 2m 51.9M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a 26f4a3262485 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (2m) 27s ago 2m 50.6M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a c10e50bf610f 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (34s) 27s ago 34s 4307k - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (33s) 26s ago 33s 5905k - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:15:51.158 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (2m) 27s ago 2m 47.0M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a abfa24a4242d 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (2m) 27s ago 2m 49.9M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a dbe289e66f89 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (117s) 27s ago 117s 45.4M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 6006d285daeb 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (108s) 27s ago 108s 44.4M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 81bd5ba8c3c4 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (100s) 26s ago 100s 45.6M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (91s) 26s ago 91s 45.5M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (82s) 26s ago 82s 46.1M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (73s) 26s ago 73s 47.9M 19.2G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:15:51.159 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (30s) 26s ago 47s 33.5M - 2.43.0 a07b618ecd1d df0367e0310b 2026-02-17T22:15:51.331 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:15:51.331 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:15:51.332 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:15:51.333 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:15:51.333 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 15 2026-02-17T22:15:51.333 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:15:51.333 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:15:51.489 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:15:51.489 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed", 2026-02-17T22:15:51.489 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:15:51.489 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:15:51.489 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [], 2026-02-17T22:15:51.490 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "", 2026-02-17T22:15:51.490 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed image", 2026-02-17T22:15:51.490 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:15:51.490 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:15:51.490 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[36654]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:51.490 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[36654]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[36654]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/1651737092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[21352]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[21352]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[21352]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.491 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:51 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/1651737092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:15:51.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:51 trial172 ceph-mon[26165]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:51 trial172 ceph-mon[26165]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:51 trial172 ceph-mon[26165]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:15:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:51 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/1651737092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:15:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[21352]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[21352]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[21352]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[21352]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[36654]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[36654]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[36654]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[36654]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:52 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:52 trial172 ceph-mon[26165]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:52 trial172 ceph-mon[26165]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:52 trial172 ceph-mon[26165]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:52.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:52 trial172 ceph-mon[26165]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:52.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:52 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:15:53.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:53 trial144 ceph-mon[36654]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:53.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:53 trial144 ceph-mon[21352]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:53.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:53 trial172 ceph-mon[26165]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:15:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:54 trial144 ceph-mon[21352]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:54.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:54 trial144 ceph-mon[36654]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:54.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:54 trial172 ceph-mon[26165]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:56.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:15:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:15:55] "GET /metrics HTTP/1.1" 200 33657 "" "Prometheus/2.43.0" 2026-02-17T22:15:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:56 trial144 ceph-mon[21352]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:56.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:56 trial144 ceph-mon[36654]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:56 trial172 ceph-mon[26165]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:15:58 trial144 ceph-mon[21352]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:58.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:15:58 trial144 ceph-mon[36654]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:15:58.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:15:58 trial172 ceph-mon[26165]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:16:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[21352]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:16:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[36654]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:16:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:00 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:00 trial172 ceph-mon[26165]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 56 KiB/s rd, 0 B/s wr, 66 op/s 2026-02-17T22:16:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:00 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:00 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:00 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:01.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[36654]: Upgrade: Target is version 20.2.0-670-gadc19233 (unknown) 2026-02-17T22:16:01.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[36654]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c'] 2026-02-17T22:16:01.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[36654]: Upgrade: Need to upgrade myself (mgr.y) 2026-02-17T22:16:01.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[36654]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c on trial172 2026-02-17T22:16:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[21352]: Upgrade: Target is version 20.2.0-670-gadc19233 (unknown) 2026-02-17T22:16:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[21352]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c'] 2026-02-17T22:16:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[21352]: Upgrade: Need to upgrade myself (mgr.y) 2026-02-17T22:16:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:01 trial144 ceph-mon[21352]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c on trial172 2026-02-17T22:16:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:01 trial172 ceph-mon[26165]: Upgrade: Target is version 20.2.0-670-gadc19233 (unknown) 2026-02-17T22:16:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:01 trial172 ceph-mon[26165]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c'] 2026-02-17T22:16:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:01 trial172 ceph-mon[26165]: Upgrade: Need to upgrade myself (mgr.y) 2026-02-17T22:16:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:01 trial172 ceph-mon[26165]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c on trial172 2026-02-17T22:16:02.759 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:02 trial144 ceph-mon[36654]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:02.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:02 trial144 ceph-mon[21352]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:02.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:02 trial172 ceph-mon[26165]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:04.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:04 trial144 ceph-mon[36654]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:04.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:04 trial144 ceph-mon[21352]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:04.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:04 trial172 ceph-mon[26165]: pgmap v35: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:16:05] "GET /metrics HTTP/1.1" 200 33657 "" "Prometheus/2.43.0" 2026-02-17T22:16:06.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:06 trial144 ceph-mon[36654]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:06.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:06 trial144 ceph-mon[21352]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:06 trial172 ceph-mon[26165]: pgmap v36: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:07 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]: dispatch 2026-02-17T22:16:07.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:07 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:08.524 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:08.524 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]': finished 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: osdmap e54: 8 total, 8 up, 8 in 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.525 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:08.526 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:08 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:08.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:08.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2026-02-17T22:16:08.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]': finished 2026-02-17T22:16:08.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2026-02-17T22:16:08.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]': finished 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]': finished 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]': finished 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: osdmap e54: 8 total, 8 up, 8 in 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:08.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: pgmap v37: 105 pgs: 105 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.f", "id": [0, 1]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.13", "id": [4, 3]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.17", "id": [0, 2]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1, 7, 2]}]': finished 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: osdmap e54: 8 total, 8 up, 8 in 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:08.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:08 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:08.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:08 trial172 systemd[1]: Stopping Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:09.195 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:08 trial172 podman[71205]: 2026-02-17 22:16:08.85025554 +0000 UTC m=+0.045348851 container died 5f9fd6607dc20e0ea1990c8c9bb014cf986a15f5fb2ac8a0b7ef3e518071c0f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_REF=reef, ceph=True, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-17T22:16:09.195 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:08 trial172 podman[71205]: 2026-02-17 22:16:08.968642473 +0000 UTC m=+0.163735764 container remove 5f9fd6607dc20e0ea1990c8c9bb014cf986a15f5fb2ac8a0b7ef3e518071c0f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=reef, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, OSD_FLAVOR=default, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:16:09.196 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:08 trial172 bash[71205]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x 2026-02-17T22:16:09.196 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:08 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:16:09.196 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Failed with result 'exit-code'. 2026-02-17T22:16:09.196 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 systemd[1]: Stopped Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:09.196 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Consumed 5.832s CPU time. 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: Upgrade: Updating mgr.x 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: osdmap e55: 8 total, 8 up, 8 in 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 systemd[1]: Starting Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 podman[71384]: 2026-02-17 22:16:09.279268054 +0000 UTC m=+0.016533533 container create d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True) 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 podman[71384]: 2026-02-17 22:16:09.319839321 +0000 UTC m=+0.057104739 container init d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 podman[71384]: 2026-02-17 22:16:09.323530955 +0000 UTC m=+0.060796373 container start d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216) 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 bash[71384]: d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 podman[71384]: 2026-02-17 22:16:09.27238176 +0000 UTC m=+0.009647168 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 systemd[1]: Started Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:09.538 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:09 trial172 ceph-mgr[71433]: -- 10.20.193.172:0/1120400588 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55583f960000 con 0x55583f93f000 2026-02-17T22:16:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: Upgrade: Updating mgr.x 2026-02-17T22:16:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: osdmap e55: 8 total, 8 up, 8 in 2026-02-17T22:16:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: Upgrade: Updating mgr.x 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: osdmap e55: 8 total, 8 up, 8 in 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:09.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:09 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:10.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:10 trial144 ceph-mon[36654]: pgmap v40: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:10.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:10 trial144 ceph-mon[36654]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2026-02-17T22:16:10.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:10 trial144 ceph-mon[21352]: pgmap v40: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:10.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:10 trial144 ceph-mon[21352]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2026-02-17T22:16:10.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:10 trial172 ceph-mon[26165]: pgmap v40: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:10.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:10 trial172 ceph-mon[26165]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2026-02-17T22:16:10.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:10 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: /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-17T22:16:10.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:10 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 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-17T22:16:10.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:10 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:11.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:11 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:11.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:11 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.413 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.132+0000 7fae3eaa7640 -1 mgr handle_mgr_map I was active but no longer am 2026-02-17T22:16:12.414 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setuser ceph since I am not root 2026-02-17T22:16:12.414 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ignoring --setgroup ceph since I am not root 2026-02-17T22:16:12.414 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.185+0000 7f88403ea140 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:12.536 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE Bus STARTING 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: CherryPy Checker: 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: The Application mounted at '' has an empty config. 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE Serving on http://:::9283 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE Bus STARTED 2026-02-17T22:16:12.537 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE Bus STOPPING 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: pgmap v41: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:12.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: Activating manager daemon x 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: osdmap e56: 8 total, 8 up, 8 in 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: mgrmap e22: x(active, starting, since 0.00374815s) 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: Active manager daemon x restarted 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: Activating manager daemon x 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: osdmap e57: 8 total, 8 up, 8 in 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: mgrmap e23: x(active, starting, since 0.00363271s) 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:12.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:12.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:12.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:12.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:12.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:12.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:12 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: pgmap v41: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:12.685 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: Activating manager daemon x 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: osdmap e56: 8 total, 8 up, 8 in 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: mgrmap e22: x(active, starting, since 0.00374815s) 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: Active manager daemon x restarted 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: Activating manager daemon x 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: osdmap e57: 8 total, 8 up, 8 in 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: mgrmap e23: x(active, starting, since 0.00363271s) 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:12.686 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:12.687 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:12.688 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: pgmap v41: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 10.20.193.144:0/3999149500' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: Activating manager daemon x 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.14577 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: osdmap e56: 8 total, 8 up, 8 in 2026-02-17T22:16:12.689 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: mgrmap e22: x(active, starting, since 0.00374815s) 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: Active manager daemon x restarted 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: Activating manager daemon x 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: osdmap e57: 8 total, 8 up, 8 in 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: mgrmap e23: x(active, starting, since 0.00363271s) 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:12.690 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:12.691 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:12 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:12.959 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.683+0000 7f88403ea140 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2026-02-17T22:16:12.959 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.715+0000 7f88403ea140 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2026-02-17T22:16:12.959 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.756+0000 7f88403ea140 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2026-02-17T22:16:12.959 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.787+0000 7f88403ea140 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2026-02-17T22:16:12.959 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.821+0000 7f88403ea140 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2026-02-17T22:16:12.960 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.887+0000 7f88403ea140 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2026-02-17T22:16:12.960 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: /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-17T22:16:12.960 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 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-17T22:16:12.960 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.960+0000 7f88403ea140 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:12.994+0000 7f88403ea140 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.088+0000 7f88403ea140 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.147+0000 7f88403ea140 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.182+0000 7f88403ea140 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2026-02-17T22:16:13.216 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.213+0000 7f88403ea140 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2026-02-17T22:16:13.281 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:16:13.282 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:12 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:12] ENGINE Bus STOPPED 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: Manager daemon x is now available 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: Checking for cert/key for grafana.a 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: Migrating grafana.a cert to cert store 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: Migrating grafana.a key to cert store 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:13 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:13] ENGINE Bus STARTING 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac5f4f640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac5f4f640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac5f4f640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac1f47640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac1f47640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:13.314+0000 7fbac1f47640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:13] ENGINE Serving on http://:::9283 2026-02-17T22:16:13.419 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:13] ENGINE Bus STARTED 2026-02-17T22:16:13.508 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.247+0000 7f88403ea140 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2026-02-17T22:16:13.508 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.279+0000 7f88403ea140 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2026-02-17T22:16:13.508 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: Manager daemon x is now available 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: Checking for cert/key for grafana.a 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: Migrating grafana.a cert to cert store 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: Migrating grafana.a key to cert store 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: Manager daemon x is now available 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: Checking for cert/key for grafana.a 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: Migrating grafana.a cert to cert store 2026-02-17T22:16:13.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: Migrating grafana.a key to cert store 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:13.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:16:13.507Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://trial144:8443/api/prometheus_receiver\": dial tcp 10.20.193.144:8443: connect: connection refused" 2026-02-17T22:16:13.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:16:13.507Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://trial172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:16:13.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.519+0000 7f88403ea140 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2026-02-17T22:16:13.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.620+0000 7f88403ea140 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2026-02-17T22:16:13.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.651+0000 7f88403ea140 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2026-02-17T22:16:13.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.682+0000 7f88403ea140 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2026-02-17T22:16:14.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:16:13.890Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=2 2026-02-17T22:16:14.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.775+0000 7f88403ea140 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:16:14.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.805+0000 7f88403ea140 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2026-02-17T22:16:14.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:13 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:13.897+0000 7f88403ea140 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2026-02-17T22:16:14.748 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: mgrmap e24: x(active, since 1.23849s) 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: pgmap v3: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: Deploying cephadm binary to trial144 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: Deploying cephadm binary to trial172 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: pgmap v4: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:14 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:14] ENGINE Bus STARTING 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: mgrmap e24: x(active, since 1.23849s) 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: pgmap v3: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: Deploying cephadm binary to trial144 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: Deploying cephadm binary to trial172 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: pgmap v4: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:14] ENGINE Bus STARTING 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: mgrmap e24: x(active, since 1.23849s) 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: pgmap v3: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: Deploying cephadm binary to trial144 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: Deploying cephadm binary to trial172 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: pgmap v4: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:14 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:14] ENGINE Bus STARTING 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:14.365+0000 7f88403ea140 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2026-02-17T22:16:14.749 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:14.395+0000 7f88403ea140 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2026-02-17T22:16:15.010 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:16:14.972Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify success" attempts=3 2026-02-17T22:16:15.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:14.800+0000 7f88403ea140 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2026-02-17T22:16:15.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:16:14] ENGINE Bus STARTING 2026-02-17T22:16:15.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: CherryPy Checker: 2026-02-17T22:16:15.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: The Application mounted at '' has an empty config. 2026-02-17T22:16:15.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: 2026-02-17T22:16:15.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:16:14] ENGINE Serving on http://:::9283 2026-02-17T22:16:15.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:14 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: [17/Feb/2026:22:16:14] ENGINE Bus STARTED 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:14] ENGINE Serving on https://10.20.193.172:7150 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:14] ENGINE Client ('10.20.193.172', 55286) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: Cluster is now healthy 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: mgrmap e25: x(active, since 2s) 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:14] ENGINE Serving on http://10.20.193.172:8765 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:14] ENGINE Bus STARTED 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: Standby manager daemon y started 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:15.489 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:15 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:15 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[21633]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:16:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:14] ENGINE Serving on https://10.20.193.172:7150 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:14] ENGINE Client ('10.20.193.172', 55286) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: Cluster is now healthy 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: mgrmap e25: x(active, since 2s) 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:14] ENGINE Serving on http://10.20.193.172:8765 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:14] ENGINE Bus STARTED 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: Standby manager daemon y started 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:14] ENGINE Serving on https://10.20.193.172:7150 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:14] ENGINE Client ('10.20.193.172', 55286) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: Cluster is now healthy 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: mgrmap e25: x(active, since 2s) 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:14] ENGINE Serving on http://10.20.193.172:8765 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:14] ENGINE Bus STARTED 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: Standby manager daemon y started 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.144:0/2444945863' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:15 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: mgrmap e26: x(active, since 3s), standbys: y 2026-02-17T22:16:16.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial144 to 19219M 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[21352]: pgmap v5: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: mgrmap e26: x(active, since 3s), standbys: y 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:16.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial144 to 19219M 2026-02-17T22:16:16.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:16 trial144 ceph-mon[36654]: pgmap v5: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:16.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: mgrmap e26: x(active, since 3s), standbys: y 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial144 to 19219M 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:16.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:16 trial172 ceph-mon[26165]: pgmap v5: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:18.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:17 trial144 ceph-mon[21352]: mgrmap e27: x(active, since 4s), standbys: y 2026-02-17T22:16:18.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:17 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: Adjusting osd_memory_target on trial172 to 19219M 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: mgrmap e27: x(active, since 4s), standbys: y 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: Adjusting osd_memory_target on trial172 to 19219M 2026-02-17T22:16:18.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:18 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: mgrmap e27: x(active, since 4s), standbys: y 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.265 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: Adjusting osd_memory_target on trial172 to 19219M 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.266 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.267 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:17 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:18.536 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 systemd[1]: Stopping Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:18.850 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:907 level=info msg="Scrape manager stopped" 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2026-02-17T22:16:18.851 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[68608]: ts=2026-02-17T22:16:18.566Z caller=main.go:1147 level=info msg="See you next time!" 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82479]: 2026-02-17 22:16:18.576267109 +0000 UTC m=+0.026032985 container died df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82479]: 2026-02-17 22:16:18.687190855 +0000 UTC m=+0.136956721 container remove df0367e0310bdf3e26d0f5fb766a2bf7efcf3e9d4e7df4552b240f3ef2cf91da (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 bash[82479]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service: Deactivated successfully. 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 systemd[1]: Stopped Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 systemd[1]: Starting Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:18.852 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82620]: 2026-02-17 22:16:18.848947407 +0000 UTC m=+0.017679954 container create d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:19.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: pgmap v6: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:19.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: pgmap v6: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:19 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:19.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: pgmap v6: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:19.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:19 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:19.288 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82620]: 2026-02-17 22:16:18.897241453 +0000 UTC m=+0.065973990 container init d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:19.288 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82620]: 2026-02-17 22:16:18.901041328 +0000 UTC m=+0.069773885 container start d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:19.288 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 bash[82620]: d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd 2026-02-17T22:16:19.288 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 podman[82620]: 2026-02-17 22:16:18.841419019 +0000 UTC m=+0.010151576 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2026-02-17T22:16:19.288 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 systemd[1]: Started Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.918Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.918Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.918Z caller=main.go:570 level=info host_details="(Linux 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64 trial172 (none))" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.918Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.918Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.919Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.920Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.921Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.921Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.922Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2026-02-17T22:16:19.289 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.922Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=912ns 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.922Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.923Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.928Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.928Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.928Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=16.962µs wal_replay_duration=6.048566ms wbl_replay_duration=120ns total_replay_duration=6.077871ms 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.929Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.929Z caller=main.go:1029 level=info msg="TSDB started" 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.929Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.942Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=13.221824ms db_storage=932ns remote_storage=942ns web_handler=501ns query_engine=722ns scrape=319.564µs scrape_sd=81.201µs notify=7.273µs notify_sd=17.042µs rules=12.585992ms tracing=3.988µs 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.942Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2026-02-17T22:16:19.290 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:18.942Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2026-02-17T22:16:19.924 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:19 trial144 systemd[1]: Stopping Ceph mgr.y for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:20.258 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:20.259 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:20.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:19 trial144 podman[96765]: 2026-02-17 22:16:19.923251886 +0000 UTC m=+0.045677276 container died ae3a2405c47d36f99bf8c439c2b9ec988f36cf9da23bd24768fb938d72abbab4 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=reef, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260209, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 podman[96765]: 2026-02-17 22:16:20.03783065 +0000 UTC m=+0.160256030 container remove ae3a2405c47d36f99bf8c439c2b9ec988f36cf9da23bd24768fb938d72abbab4 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_REF=reef, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7) 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 bash[96765]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service: Failed with result 'exit-code'. 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: Stopped Ceph mgr.y for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:20.261 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service: Consumed 21.538s CPU time. 2026-02-17T22:16:20.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:20.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: Upgrade: Need to upgrade myself (mgr.x) 2026-02-17T22:16:20.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:20.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:20.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:20.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:20 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:20.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: Starting Ceph mgr.y for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:20.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 podman[96952]: 2026-02-17 22:16:20.340541192 +0000 UTC m=+0.015898740 container create d44615aa491a462739045b163171ec587517087a18083893d9bffa62a3f06eef (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:16:20.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 podman[96952]: 2026-02-17 22:16:20.390919448 +0000 UTC m=+0.066276996 container init d44615aa491a462739045b163171ec587517087a18083893d9bffa62a3f06eef (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, OSD_FLAVOR=debug) 2026-02-17T22:16:20.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 podman[96952]: 2026-02-17 22:16:20.394308317 +0000 UTC m=+0.069665865 container start d44615aa491a462739045b163171ec587517087a18083893d9bffa62a3f06eef (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug) 2026-02-17T22:16:20.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 bash[96952]: d44615aa491a462739045b163171ec587517087a18083893d9bffa62a3f06eef 2026-02-17T22:16:20.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 podman[96952]: 2026-02-17 22:16:20.333458188 +0000 UTC m=+0.008815736 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:20.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 systemd[1]: Started Ceph mgr.y for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:20.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:20 trial144 ceph-mgr[97002]: -- 10.20.193.144:0/1669949896 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5609a4668000 con 0x5609a4646800 2026-02-17T22:16:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: Upgrade: Updating mgr.y 2026-02-17T22:16:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: Deploying daemon mgr.y on trial144 2026-02-17T22:16:21.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: pgmap v7: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:21.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: Upgrade: Updating mgr.y 2026-02-17T22:16:21.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: Deploying daemon mgr.y on trial144 2026-02-17T22:16:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: pgmap v7: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:21.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:21 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.279 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: Upgrade: Updating mgr.y 2026-02-17T22:16:21.279 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: Deploying daemon mgr.y on trial144 2026-02-17T22:16:21.280 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: pgmap v7: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:21.280 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.280 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:21.280 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:21 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:21.681 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: /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-17T22:16:21.681 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 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-17T22:16:21.681 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:21.682 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (62s) 0s ago 71s 32.0M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (67s) 0s ago 67s 92.4M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (95s) 0s ago 95s 17.9M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (94s) 0s ago 94s 14.6M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:16:22.034 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (12s) 0s ago 2m 620M - 20.2.0-670-gadc19233 c2bc6184fe25 d8f7dc1ef8f3 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (1s) 0s ago 3m 146M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (3m) 0s ago 3m 51.5M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a d4b1824cbf5e 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (3m) 0s ago 3m 48.0M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a 26f4a3262485 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (3m) 0s ago 3m 45.8M 2048M 18.2.7-1047-ge6ab6507 6cbbcec95e0a c10e50bf610f 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (65s) 0s ago 65s 18.6M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (64s) 0s ago 64s 12.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (2m) 0s ago 2m 48.7M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a abfa24a4242d 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (2m) 0s ago 2m 50.0M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a dbe289e66f89 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (2m) 0s ago 2m 47.0M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 6006d285daeb 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (2m) 0s ago 2m 44.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 81bd5ba8c3c4 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (2m) 0s ago 2m 45.8M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (2m) 0s ago 2m 46.7M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:16:22.035 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (113s) 0s ago 113s 46.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:16:22.036 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (104s) 0s ago 104s 48.9M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:16:22.036 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (3s) 0s ago 78s 38.2M - 2.43.0 a07b618ecd1d d392b55ea0b9 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 1, 2026-02-17T22:16:22.250 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 1 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 14, 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 1 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:16:22.251 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:16:22.430 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "2/20 daemons upgraded", 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading mgr daemons", 2026-02-17T22:16:22.431 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:16:22.432 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:16:22.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[21352]: from='client.? 10.20.193.144:0/487939976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:22 trial144 ceph-mon[36654]: from='client.? 10.20.193.144:0/487939976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:22.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:22 trial172 ceph-mon[26165]: from='client.? 10.20.193.144:0/487939976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:23.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:23 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:23] ENGINE Bus STOPPING 2026-02-17T22:16:23.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:23 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:23.016+0000 7fbbd87ba640 -1 mgr handle_mgr_map I was active but no longer am 2026-02-17T22:16:23.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:23 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: ignoring --setuser ceph since I am not root 2026-02-17T22:16:23.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:23 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: ignoring --setgroup ceph since I am not root 2026-02-17T22:16:23.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mgr[71433]: -- 10.20.193.172:0/1819416486 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555f7e452000 con 0x555f7e431000 2026-02-17T22:16:23.349 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE Bus STARTING 2026-02-17T22:16:23.349 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: CherryPy Checker: 2026-02-17T22:16:23.349 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: The Application mounted at '' has an empty config. 2026-02-17T22:16:23.349 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE Serving on http://:::9283 2026-02-17T22:16:23.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE Bus STARTED 2026-02-17T22:16:23.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE Bus STOPPING 2026-02-17T22:16:23.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:23] ENGINE Bus STOPPED 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='client.24986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: pgmap v8: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172:9095"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.24670 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: osdmap e58: 8 total, 8 up, 8 in 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: mgrmap e28: y(active, starting, since 0.00285909s) 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: Active manager daemon y restarted 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: mgrmap e29: y(active, starting, since 0.00441753s) 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:23.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='client.24986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: pgmap v8: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:23.764 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172:9095"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.765 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.24670 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: osdmap e58: 8 total, 8 up, 8 in 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: mgrmap e28: y(active, starting, since 0.00285909s) 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: Active manager daemon y restarted 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: Activating manager daemon y 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: mgrmap e29: y(active, starting, since 0.00441753s) 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:23.766 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:23.767 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:23.767 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:23.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:23.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:23.767 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:23.768 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:23.769 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:23.770 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:23.770 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:23.770 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:23.770 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:23.770 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:23 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='client.24986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:23.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: pgmap v8: 105 pgs: 105 active+clean; 581 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://trial172:9095"}]: dispatch 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 10.20.193.172:0/2086465346' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: Activating manager daemon y 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.24670 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: osdmap e58: 8 total, 8 up, 8 in 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: mgrmap e28: y(active, starting, since 0.00285909s) 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: Active manager daemon y restarted 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: Activating manager daemon y 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:23.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: mgrmap e29: y(active, starting, since 0.00441753s) 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2026-02-17T22:16:23.790 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2026-02-17T22:16:23.791 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:23 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:24.137 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaff86640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.137 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaa77b640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.137 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaa77b640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.138 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaa77b640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.138 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaa77b640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.138 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:23.838+0000 7fdaaa77b640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:24.337 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:24 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: /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-17T22:16:24.338 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:24 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 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-17T22:16:24.338 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:24 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:24.462 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: Manager daemon y is now available 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:24.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:24.464 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:24] ENGINE Bus STARTING 2026-02-17T22:16:24.464 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:24] ENGINE Serving on http://:::9283 2026-02-17T22:16:24.464 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:24] ENGINE Bus STARTED 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:24.465 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.466 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.466 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:24.466 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:24 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: Manager daemon y is now available 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:24.646 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:24 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: mgrmap e30: y(active, since 1.09564s) 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: pgmap v3: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.565 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: mgrmap e30: y(active, since 1.09564s) 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: pgmap v3: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.566 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:25 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: mgrmap e30: y(active, since 1.09564s) 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: pgmap v3: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:25 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:25 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:25] ENGINE Bus STARTING 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:25 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: CherryPy Checker: 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:25 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: The Application mounted at '' has an empty config. 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:25 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:26] ENGINE Serving on http://:::9283 2026-02-17T22:16:26.286 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:26 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[71405]: [17/Feb/2026:22:16:26] ENGINE Bus STARTED 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:24] ENGINE Bus STARTING 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:25] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:25] ENGINE Client ('10.20.193.144', 56696) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:25] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:25] ENGINE Bus STARTED 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: pgmap v4: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:26.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: mgrmap e31: y(active, since 2s), standbys: x 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:24] ENGINE Bus STARTING 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:25] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:25] ENGINE Client ('10.20.193.144', 56696) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:26.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:25] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: [17/Feb/2026:22:16:25] ENGINE Bus STARTED 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: pgmap v4: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: Standby manager daemon x started 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:26.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:26.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: mgrmap e31: y(active, since 2s), standbys: x 2026-02-17T22:16:26.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:26 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:24] ENGINE Bus STARTING 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:25] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:25] ENGINE Client ('10.20.193.144', 56696) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:25] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:25] ENGINE Bus STARTED 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: pgmap v4: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3960323194' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:26.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: mgrmap e31: y(active, since 2s), standbys: x 2026-02-17T22:16:26.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:26 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.503 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.504 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:27 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:27 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:27.786 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 systemd[1]: Stopping Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:907 level=info msg="Scrape manager stopped" 2026-02-17T22:16:27.787 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2026-02-17T22:16:27.788 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2026-02-17T22:16:27.788 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[82645]: ts=2026-02-17T22:16:27.674Z caller=main.go:1147 level=info msg="See you next time!" 2026-02-17T22:16:27.788 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85409]: 2026-02-17 22:16:27.684560721 +0000 UTC m=+0.024576637 container died d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:28.214 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85409]: 2026-02-17 22:16:27.795359835 +0000 UTC m=+0.135375751 container remove d392b55ea0b9f0907bcc33fb4e3975f3eef93929af631a138c81ed9502aea9fd (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:28.214 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 bash[85409]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a 2026-02-17T22:16:28.214 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service: Deactivated successfully. 2026-02-17T22:16:28.214 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 systemd[1]: Stopped Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:28.214 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 systemd[1]: Starting Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85555]: 2026-02-17 22:16:27.947504596 +0000 UTC m=+0.019142473 container create 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85555]: 2026-02-17 22:16:27.990587893 +0000 UTC m=+0.062225780 container init 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85555]: 2026-02-17 22:16:27.99503958 +0000 UTC m=+0.066677467 container start 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 bash[85555]: 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 podman[85555]: 2026-02-17 22:16:27.939421717 +0000 UTC m=+0.011059594 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:27 trial172 systemd[1]: Started Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=main.go:570 level=info host_details="(Linux 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64 trial172 (none))" 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2026-02-17T22:16:28.215 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.013Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.014Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.015Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.015Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.016Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.016Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=991ns 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.016Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.018Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.023Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.023Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.023Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2026-02-17T22:16:28.216 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.023Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.889µs wal_replay_duration=6.987312ms wbl_replay_duration=120ns total_replay_duration=7.022367ms 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.025Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.025Z caller=main.go:1029 level=info msg="TSDB started" 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.025Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.038Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.773961ms db_storage=731ns remote_storage=791ns web_handler=140ns query_engine=470ns scrape=371.23µs scrape_sd=65.302µs notify=18.404µs notify_sd=12.463µs rules=12.127519ms tracing=4.058µs 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.038Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2026-02-17T22:16:28.217 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:16:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:16:28.038Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2026-02-17T22:16:28.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: pgmap v5: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: mgrmap e32: y(active, since 4s), standbys: x 2026-02-17T22:16:28.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:28 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: pgmap v5: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: mgrmap e32: y(active, since 4s), standbys: x 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Reconfiguring prometheus.a deps ['8765', '9283', 'alertmanager', 'mgr.x', 'node-exporter', 'secure_monitoring_stack:False'] -> ['8765', '9283', 'alertmanager', 'mgr.y', 'node-exporter', 'secure_monitoring_stack:False'] (diff {'mgr.x', 'mgr.y'}) 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: Reconfiguring daemon prometheus.a on trial172 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: pgmap v5: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: mgrmap e32: y(active, since 4s), standbys: x 2026-02-17T22:16:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:28 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:29.207 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:28 trial172 systemd[1]: Stopping Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:29.207 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[85998]: 2026-02-17 22:16:29.028571268 +0000 UTC m=+0.055695368 container died d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:16:29.208 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[85998]: 2026-02-17 22:16:29.146901045 +0000 UTC m=+0.174025145 container remove d8f7dc1ef8f3cdd9a295260dd0223ef8af2c3941fe0a6c48427ef6754a3f3498 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:16:29.208 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 bash[85998]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x 2026-02-17T22:16:29.208 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:16:29.476 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mon[26165]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:29.476 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.476 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.476 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:29.476 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:29.477 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Failed with result 'exit-code'. 2026-02-17T22:16:29.477 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: Stopped Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:29.477 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Consumed 10.199s CPU time. 2026-02-17T22:16:29.477 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: Starting Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:29.477 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[86177]: 2026-02-17 22:16:29.445845487 +0000 UTC m=+0.016388183 container create 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0) 2026-02-17T22:16:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[21352]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[36654]: Certificate for "grafana_cert (trial172)" is still valid for 3649 days. 2026-02-17T22:16:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2026-02-17T22:16:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2026-02-17T22:16:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:29 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[86177]: 2026-02-17 22:16:29.488248609 +0000 UTC m=+0.058791315 container init 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[86177]: 2026-02-17 22:16:29.49206205 +0000 UTC m=+0.062604756 container start 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, 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, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 bash[86177]: 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 podman[86177]: 2026-02-17 22:16:29.439116265 +0000 UTC m=+0.009658961 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 systemd[1]: Started Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:29.765 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:29 trial172 ceph-mgr[86224]: -- 10.20.193.172:0/114815682 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5647a1d8e000 con 0x5647a1d6d400 2026-02-17T22:16:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: Upgrade: Updating mgr.x 2026-02-17T22:16:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: pgmap v6: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:30 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: Upgrade: Updating mgr.x 2026-02-17T22:16:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: pgmap v6: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: Upgrade: Updating mgr.x 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: Deploying daemon mgr.x on trial172 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: pgmap v6: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:30 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:31.036 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: /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-17T22:16:31.036 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: 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-17T22:16:31.037 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:31.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:31 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:31.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:31 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:31.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:31 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:31 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:31.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:31 trial172 ceph-mon[26165]: pgmap v7: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[21352]: pgmap v7: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:31 trial144 ceph-mon[36654]: pgmap v7: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:32.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:32] ENGINE Bus STARTING 2026-02-17T22:16:32.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: CherryPy Checker: 2026-02-17T22:16:32.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: The Application mounted at '' has an empty config. 2026-02-17T22:16:32.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: 2026-02-17T22:16:32.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:32] ENGINE Serving on http://:::9283 2026-02-17T22:16:32.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:32] ENGINE Bus STARTED 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.509 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: Upgrade: Setting container_image for all mgr 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-17T22:16:33.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: Upgrade: It appears safe to stop mon.a 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: Standby manager daemon x restarted 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:16:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[36654]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: Stopping Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: Upgrade: Setting container_image for all mgr 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-17T22:16:33.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: Upgrade: It appears safe to stop mon.a 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: Standby manager daemon x restarted 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: Standby manager daemon x started 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[21352]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[21327]: 2026-02-17T22:16:33.237+0000 7f7486d6d640 -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-17T22:16:33.515 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[21327]: 2026-02-17T22:16:33.237+0000 7f7486d6d640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2026-02-17T22:16:33.515 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107571]: 2026-02-17 22:16:33.400124226 +0000 UTC m=+0.178185241 container died d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=reef, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260209, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7) 2026-02-17T22:16:33.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: Upgrade: Setting container_image for all mgr 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: Upgrade: It appears safe to stop mon.a 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: Standby manager daemon x restarted 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:33.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/3939771915' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='mgr.y' 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2026-02-17T22:16:33.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:33 trial172 ceph-mon[26165]: from='mgr.15063 10.20.193.144:0/1514902807' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2026-02-17T22:16:33.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107571]: 2026-02-17 22:16:33.511383869 +0000 UTC m=+0.289444884 container remove d4b1824cbf5e4b39a91ea7e8863ac86b63163148a02de94e7f3ef2061a8e213f (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=reef, OSD_FLAVOR=default, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:16:33.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 bash[107571]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a 2026-02-17T22:16:33.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-17T22:16:33.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: Stopped Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:33.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service: Consumed 3.967s CPU time. 2026-02-17T22:16:33.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: Starting Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107761]: 2026-02-17 22:16:33.821279965 +0000 UTC m=+0.015417718 container create 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107761]: 2026-02-17 22:16:33.861918975 +0000 UTC m=+0.056056728 container init 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, 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, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107761]: 2026-02-17 22:16:33.865602711 +0000 UTC m=+0.059740464 container start 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216) 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 bash[107761]: 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 podman[107761]: 2026-02-17 22:16:33.81538371 +0000 UTC m=+0.009521463 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 systemd[1]: Started Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:34.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: set uid:gid to 167:167 (ceph:ceph) 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: pidfile_write: ignore empty --pid-file 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: load: jerasure load: lrc 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: RocksDB version: 7.9.2 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Git sha 0 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: DB SUMMARY 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: DB Session ID: 82PEC8C4F7LTQ5BDV4ME 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: CURRENT file: CURRENT 2026-02-17T22:16:34.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: IDENTITY file: IDENTITY 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: MANIFEST file: MANIFEST-000015 size: 776 Bytes 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000023.sst 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000021.log size: 167818 ; 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.error_if_exists: 0 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.create_if_missing: 0 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.paranoid_checks: 1 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.env: 0x55aababc2100 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.fs: PosixFileSystem 2026-02-17T22:16:34.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.info_log: 0x55aac0161b00 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_file_opening_threads: 16 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.statistics: (nil) 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.use_fsync: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_log_file_size: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.keep_log_file_num: 1000 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.recycle_log_file_num: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_fallocate: 1 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_mmap_reads: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_mmap_writes: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.use_direct_reads: 0 2026-02-17T22:16:34.265 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.create_missing_column_families: 0 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.db_log_dir: 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.wal_dir: 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.advise_random_on_open: 1 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.db_write_buffer_size: 0 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.write_buffer_manager: 0x55aac0164b40 2026-02-17T22:16:34.266 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.rate_limiter: (nil) 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.wal_recovery_mode: 2 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enable_thread_tracking: 0 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enable_pipelined_write: 0 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.unordered_write: 0 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-17T22:16:34.267 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.row_cache: None 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.wal_filter: None 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_ingest_behind: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.two_write_queues: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.manual_wal_flush: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.wal_compression: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.atomic_flush: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.log_readahead_size: 0 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-17T22:16:34.268 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.best_efforts_recovery: 0 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.allow_data_in_errors: 0 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.db_host_id: __hostname__ 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_background_jobs: 2 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_background_compactions: -1 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_subcompactions: 1 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-17T22:16:34.269 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_total_wal_size: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_open_files: -1 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bytes_per_sync: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_readahead_size: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_background_flushes: -1 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Compression algorithms supported: 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kZSTD supported: 0 2026-02-17T22:16:34.270 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kXpressCompression supported: 0 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kBZip2Compression supported: 0 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kLZ4Compression supported: 1 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kZlibCompression supported: 1 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kLZ4HCCompression supported: 1 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: kSnappyCompression supported: 1 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.merge_operator: 2026-02-17T22:16:34.271 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_filter: None 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_filter_factory: None 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.sst_partitioner_factory: None 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aac0160240) 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: index_type: 0 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: data_block_index_type: 0 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: index_shortening: 1 2026-02-17T22:16:34.272 INFO:journalctl@ceph.mon.a.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: checksum: 4 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: no_block_cache: 0 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache: 0x55aac0181b90 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_options: 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: capacity : 536870912 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: num_shard_bits : 4 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: strict_capacity_limit : 0 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: block_cache_compressed: (nil) 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: persistent_cache: (nil) 2026-02-17T22:16:34.273 INFO:journalctl@ceph.mon.a.trial144.stdout: block_size: 4096 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: block_size_deviation: 10 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: block_restart_interval: 16 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: index_block_restart_interval: 1 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: metadata_block_size: 4096 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: partition_filters: 0 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: use_delta_encoding: 1 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: filter_policy: bloomfilter 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: whole_key_filtering: 1 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: verify_compression: 0 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: format_version: 5 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: enable_index_compression: 1 2026-02-17T22:16:34.274 INFO:journalctl@ceph.mon.a.trial144.stdout: block_align: 0 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout: max_auto_readahead_size: 262144 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout: prepopulate_block_cache: 0 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.write_buffer_size: 33554432 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_write_buffer_number: 2 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression: NoCompression 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression: Disabled 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.prefix_extractor: nullptr 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.num_levels: 7 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-17T22:16:34.275 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-17T22:16:34.276 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.level: 32767 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.strategy: 0 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.enabled: false 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.target_file_size_base: 67108864 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-17T22:16:34.277 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.arena_block_size: 1048576 2026-02-17T22:16:34.278 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.disable_auto_compactions: 0 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-17T22:16:34.279 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.inplace_update_support: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.bloom_locality: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.max_successive_merges: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.paranoid_file_checks: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.force_consistency_checks: 1 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.report_bg_io_stats: 0 2026-02-17T22:16:34.280 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.ttl: 2592000 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enable_blob_files: false 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.min_blob_size: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_file_size: 268435456 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.blob_file_starting_level: 0 2026-02-17T22:16:34.281 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: 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 25, last_sequence is 7950, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 21 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 21 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1b6e4336-2782-4a29-bbf4-ae108c718cca 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366593895015, "job": 1, "event": "recovery_started", "wal_files": [21]} 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #21 mode 2 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366593896099, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 153288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 7951, "largest_seqno": 8082, "table_properties": {"data_size": 151654, "index_size": 341, "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": 2405, "raw_average_key_size": 28, "raw_value_size": 149784, "raw_average_value_size": 1762, "num_data_blocks": 15, "num_entries": 85, "num_filter_entries": 85, "num_deletions": 2, "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": 1771366593, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1b6e4336-2782-4a29-bbf4-ae108c718cca", "db_session_id": "82PEC8C4F7LTQ5BDV4ME", "orig_file_number": 26, "seqno_to_time_mapping": "N/A"}} 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366593896169, "job": 1, "event": "recovery_finished"} 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/version_set.cc:5047] Creating manifest 28 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-17T22:16:34.282 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aac0184700 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: DB pointer 0x55aac0196000 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: ** DB Stats ** 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:34.283 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: L0 1/0 149.70 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 177.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: L6 1/0 8.88 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: Sum 2/0 9.02 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 177.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 177.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-17T22:16:34.284 INFO:journalctl@ceph.mon.a.trial144.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 177.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Cumulative compaction: 0.00 GB write, 46.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Interval compaction: 0.00 GB write, 46.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:34.285 INFO:journalctl@ceph.mon.a.trial144.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: Block cache BinnedLRUCache@0x55aac0181b90#7 capacity: 512.00 MB usage: 0.74 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.32 KB,6.10948e-05%) IndexBlock(1,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: starting mon.a rank 0 at public addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] at bind addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???) e3 preinit fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).mds e8 new map 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).mds e8 print_map 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: e8 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: btime 1970-01-01T00:00:00:000000+0000 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-17T22:16:34.286 INFO:journalctl@ceph.mon.a.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: legacy client fscid: 1 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: Filesystem 'cephfs' (1) 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: fs_name cephfs 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: epoch 8 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: created 2026-02-17T22:14:53.298938+0000 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: modified 2026-02-17T22:14:57.305712+0000 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: tableserver 0 2026-02-17T22:16:34.287 INFO:journalctl@ceph.mon.a.trial144.stdout: root 0 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: session_timeout 60 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: session_autoclose 300 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: max_file_size 1099511627776 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: max_xattr_size 65536 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: required_client_features {} 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: last_failure 0 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: last_failure_osd_epoch 0 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: max_mds 1 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: in 0 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: up {0=24350} 2026-02-17T22:16:34.288 INFO:journalctl@ceph.mon.a.trial144.stdout: failed 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: damaged 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: stopped 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: data_pools [3] 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: metadata_pool 2 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: inline_data disabled 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: balancer 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: bal_rank_mask -1 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: standby_count_wanted 0 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: qdb_cluster leader: 0 members: 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: [mds.a{0:24350} state up:active seq 3 addr [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.289 INFO:journalctl@ceph.mon.a.trial144.stdout: Standby daemons: 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout: 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout: [mds.b{-1:24322} state up:standby seq 1 addr [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).osd e59 crush map has features 3314933000854323200, adjusting msgr requires 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).osd e59 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).osd e59 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).osd e59 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:34.290 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:33 trial144 ceph-mon[107811]: mon.a@-1(???).paxosservice(auth 1..17) refresh upgraded, format 0 -> 3 2026-02-17T22:16:35.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ignoring --setuser ceph since I am not root 2026-02-17T22:16:35.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ignoring --setgroup ceph since I am not root 2026-02-17T22:16:35.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mgr[97002]: -- 10.20.193.144:0/3033941193 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561ab91e8000 con 0x561ab91c7000 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: Upgrade: Updating mon.a 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: Deploying daemon mon.a on trial144 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: pgmap v8: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: mon.a calling monitor election 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: monmap epoch 3 2026-02-17T22:16:35.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: min_mon_release 18 (reef) 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: election_strategy: 1 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: mgrmap e32: y(active, since 12s), standbys: x 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: overall HEALTH_OK 2026-02-17T22:16:35.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: from='mgr.15063 ' entity='' 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: Standby manager daemon x restarted 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: Standby manager daemon x started 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[107811]: mgrmap e33: y(active, since 12s), standbys: x 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: Upgrade: Updating mon.a 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: Deploying daemon mon.a on trial144 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: pgmap v8: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: mon.a calling monitor election 2026-02-17T22:16:35.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: monmap epoch 3 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: min_mon_release 18 (reef) 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: election_strategy: 1 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: mgrmap e32: y(active, since 12s), standbys: x 2026-02-17T22:16:35.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: overall HEALTH_OK 2026-02-17T22:16:35.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: from='mgr.15063 ' entity='' 2026-02-17T22:16:35.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: Standby manager daemon x restarted 2026-02-17T22:16:35.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:16:35.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:35 trial144 ceph-mon[36654]: mgrmap e33: y(active, since 12s), standbys: x 2026-02-17T22:16:35.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: ignoring --setuser ceph since I am not root 2026-02-17T22:16:35.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: ignoring --setgroup ceph since I am not root 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mgr[86224]: -- 10.20.193.172:0/1340406609 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5571a0002000 con 0x55719ffe1000 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: Upgrade: Updating mon.a 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: Deploying daemon mon.a on trial144 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: pgmap v8: 105 pgs: 105 active+clean; 582 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: mon.a calling monitor election 2026-02-17T22:16:35.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: monmap epoch 3 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: min_mon_release 18 (reef) 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: election_strategy: 1 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: osdmap e59: 8 total, 8 up, 8 in 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: mgrmap e32: y(active, since 12s), standbys: x 2026-02-17T22:16:35.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: overall HEALTH_OK 2026-02-17T22:16:35.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: from='mgr.15063 ' entity='' 2026-02-17T22:16:35.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: Standby manager daemon x restarted 2026-02-17T22:16:35.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:16:35.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:35 trial172 ceph-mon[26165]: mgrmap e33: y(active, since 12s), standbys: x 2026-02-17T22:16:36.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: /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-17T22:16:36.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 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-17T22:16:36.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:36.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: /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-17T22:16:36.786 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: 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-17T22:16:36.787 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: from numpy import show_config as show_numpy_config 2026-02-17T22:16:37.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:37 trial144 ceph-mon[107811]: mgrmap e34: y(active, since 13s), standbys: x 2026-02-17T22:16:37.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:37 trial144 ceph-mon[36654]: mgrmap e34: y(active, since 13s), standbys: x 2026-02-17T22:16:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:37 trial172 ceph-mon[26165]: mgrmap e34: y(active, since 13s), standbys: x 2026-02-17T22:16:38.442 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:38] ENGINE Bus STARTING 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: CherryPy Checker: 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: The Application mounted at '' has an empty config. 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:38] ENGINE Serving on http://:::9283 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:16:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x[86196]: [17/Feb/2026:22:16:38] ENGINE Bus STARTED 2026-02-17T22:16:38.443 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: Active manager daemon y restarted 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: Activating manager daemon y 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: mgrmap e35: y(active, starting, since 0.00560005s), standbys: x 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: Standby manager daemon x restarted 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: Standby manager daemon x started 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:38.444 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:16:38.445 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:16:38.446 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2026-02-17T22:16:38.446 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2026-02-17T22:16:38.446 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2026-02-17T22:16:38.446 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:38 trial172 ceph-mon[26165]: Manager daemon y is now available 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f835df68640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f8360f6e640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f8360f6e640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f8360f6e640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f8360f6e640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.722 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:38 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:38.407+0000 7f8360f6e640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: Active manager daemon y restarted 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: Activating manager daemon y 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: mgrmap e35: y(active, starting, since 0.00560005s), standbys: x 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: Standby manager daemon x restarted 2026-02-17T22:16:38.723 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: Standby manager daemon x started 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:16:38.724 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[107811]: Manager daemon y is now available 2026-02-17T22:16:38.725 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: Active manager daemon y restarted 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: Activating manager daemon y 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: mgrmap e35: y(active, starting, since 0.00560005s), standbys: x 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: Standby manager daemon x restarted 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: Standby manager daemon x started 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:38.726 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.? 10.20.193.172:0/2191312092' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:16:38.727 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:16:38.728 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2026-02-17T22:16:38.728 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2026-02-17T22:16:38.728 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2026-02-17T22:16:38.728 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:38 trial144 ceph-mon[36654]: Manager daemon y is now available 2026-02-17T22:16:39.230 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:39.165+0000 7f838ea9d640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-02-17T22:16:39.231 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:39] ENGINE Bus STARTING 2026-02-17T22:16:39.231 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: CherryPy Checker: 2026-02-17T22:16:39.231 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: The Application mounted at '' has an empty config. 2026-02-17T22:16:39.231 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:39.498 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:39.499 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:39.499 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:16:39.499 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2026-02-17T22:16:39.499 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2026-02-17T22:16:39.499 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:39 trial172 ceph-mon[26165]: mgrmap e36: y(active, since 1.00972s), standbys: x 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2026-02-17T22:16:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[107811]: mgrmap e36: y(active, since 1.00972s), standbys: x 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:39] ENGINE Serving on http://:::9283 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:39 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:16:39] ENGINE Bus STARTED 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2026-02-17T22:16:39.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2026-02-17T22:16:39.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:39 trial144 ceph-mon[36654]: mgrmap e36: y(active, since 1.00972s), standbys: x 2026-02-17T22:16:40.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: [17/Feb/2026:22:16:38] ENGINE Bus STARTING 2026-02-17T22:16:40.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: [17/Feb/2026:22:16:38] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:40.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: [17/Feb/2026:22:16:39] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:40.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: [17/Feb/2026:22:16:39] ENGINE Bus STARTED 2026-02-17T22:16:40.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: [17/Feb/2026:22:16:39] ENGINE Client ('10.20.193.144', 46962) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: pgmap v3: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.634 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:38] ENGINE Bus STARTING 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:38] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:39] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:39] ENGINE Bus STARTED 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: [17/Feb/2026:22:16:39] ENGINE Client ('10.20.193.144', 46962) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:40.635 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: pgmap v3: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:40.636 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:40 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:38] ENGINE Bus STARTING 2026-02-17T22:16:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:38] ENGINE Serving on http://10.20.193.144:8765 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:39] ENGINE Serving on https://10.20.193.144:7150 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:39] ENGINE Bus STARTED 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: [17/Feb/2026:22:16:39] ENGINE Client ('10.20.193.144', 46962) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: pgmap v3: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:40.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:40.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:40 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:41.631 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: Stopping Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: pgmap v4: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[36654]: mgrmap e37: y(active, since 2s), standbys: x 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c[36629]: 2026-02-17T22:16:41.426+0000 7f5d7e424640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c[36629]: 2026-02-17T22:16:41.426+0000 7f5d7e424640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2026-02-17T22:16:41.632 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[109961]: 2026-02-17 22:16:41.44727886 +0000 UTC m=+0.035265765 container died c10e50bf610f611c94b673724cf52c1a42fd8b278898089d44cff7a5ba48ff19 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, 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.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[109961]: 2026-02-17 22:16:41.558312455 +0000 UTC m=+0.146299360 container remove c10e50bf610f611c94b673724cf52c1a42fd8b278898089d44cff7a5ba48ff19 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_REF=reef, 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/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 bash[109961]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: pgmap v4: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:41.633 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[107811]: mgrmap e37: y(active, since 2s), standbys: x 2026-02-17T22:16:41.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.conf 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.conf 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.conf 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial172:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: pgmap v4: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: Updating trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-17T22:16:41.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:41.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:41 trial172 ceph-mon[26165]: mgrmap e37: y(active, since 2s), standbys: x 2026-02-17T22:16:41.892 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-17T22:16:41.892 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: Stopped Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:41.892 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.c.service: Consumed 2.447s CPU time. 2026-02-17T22:16:41.892 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: Starting Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:41.892 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[110147]: 2026-02-17 22:16:41.860638464 +0000 UTC m=+0.016165634 container create 46c022d4c727c070de59c018d5cf96e140a263134b23bf7df6cb9b73aa123f66 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[110147]: 2026-02-17 22:16:41.893056241 +0000 UTC m=+0.048583331 container init 46c022d4c727c070de59c018d5cf96e140a263134b23bf7df6cb9b73aa123f66 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[110147]: 2026-02-17 22:16:41.8964506 +0000 UTC m=+0.051977700 container start 46c022d4c727c070de59c018d5cf96e140a263134b23bf7df6cb9b73aa123f66 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, 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.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 bash[110147]: 46c022d4c727c070de59c018d5cf96e140a263134b23bf7df6cb9b73aa123f66 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 podman[110147]: 2026-02-17 22:16:41.854388013 +0000 UTC m=+0.009915113 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 systemd[1]: Started Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: set uid:gid to 167:167 (ceph:ceph) 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: pidfile_write: ignore empty --pid-file 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: load: jerasure load: lrc 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: RocksDB version: 7.9.2 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Git sha 0 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: DB SUMMARY 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: DB Session ID: 4SBQK2QOML35FUTVS0DU 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: CURRENT file: CURRENT 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: IDENTITY file: IDENTITY 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: MANIFEST file: MANIFEST-000010 size: 669 Bytes 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000018.sst 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000016.log size: 2969423 ; 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.error_if_exists: 0 2026-02-17T22:16:42.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.create_if_missing: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.paranoid_checks: 1 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.env: 0x559039a7d100 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.fs: PosixFileSystem 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.info_log: 0x55903f998e80 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_file_opening_threads: 16 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.statistics: (nil) 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.use_fsync: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_log_file_size: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.keep_log_file_num: 1000 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.recycle_log_file_num: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_fallocate: 1 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_mmap_reads: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_mmap_writes: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.use_direct_reads: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.create_missing_column_families: 0 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.db_log_dir: 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.wal_dir: 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-17T22:16:42.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.advise_random_on_open: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.db_write_buffer_size: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.write_buffer_manager: 0x55903f99cb40 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.rate_limiter: (nil) 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.wal_recovery_mode: 2 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enable_thread_tracking: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enable_pipelined_write: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.unordered_write: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.row_cache: None 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.wal_filter: None 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_ingest_behind: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.two_write_queues: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.manual_wal_flush: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.wal_compression: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.atomic_flush: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.log_readahead_size: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.best_efforts_recovery: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.allow_data_in_errors: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.db_host_id: __hostname__ 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_background_jobs: 2 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_background_compactions: -1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_subcompactions: 1 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_total_wal_size: 0 2026-02-17T22:16:42.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_open_files: -1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bytes_per_sync: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_readahead_size: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_background_flushes: -1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Compression algorithms supported: 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kZSTD supported: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kXpressCompression supported: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kBZip2Compression supported: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kLZ4Compression supported: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kZlibCompression supported: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kLZ4HCCompression supported: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: kSnappyCompression supported: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.merge_operator: 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_filter: None 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_filter_factory: None 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.sst_partitioner_factory: None 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55903f9983c0) 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: index_type: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: data_block_index_type: 0 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: index_shortening: 1 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: checksum: 4 2026-02-17T22:16:42.263 INFO:journalctl@ceph.mon.c.trial144.stdout: no_block_cache: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache: 0x55903f9b9b90 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_options: 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: capacity : 536870912 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: num_shard_bits : 4 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: strict_capacity_limit : 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_cache_compressed: (nil) 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: persistent_cache: (nil) 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_size: 4096 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_size_deviation: 10 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_restart_interval: 16 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: index_block_restart_interval: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: metadata_block_size: 4096 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: partition_filters: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: use_delta_encoding: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: filter_policy: bloomfilter 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: whole_key_filtering: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: verify_compression: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: format_version: 5 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: enable_index_compression: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: block_align: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: max_auto_readahead_size: 262144 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: prepopulate_block_cache: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.write_buffer_size: 33554432 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_write_buffer_number: 2 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression: NoCompression 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression: Disabled 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.prefix_extractor: nullptr 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.num_levels: 7 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:42.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.level: 32767 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.strategy: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.enabled: false 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.target_file_size_base: 67108864 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.arena_block_size: 1048576 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.disable_auto_compactions: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.inplace_update_support: 0 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-17T22:16:42.265 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.bloom_locality: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.max_successive_merges: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.paranoid_file_checks: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.force_consistency_checks: 1 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.report_bg_io_stats: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.ttl: 2592000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enable_blob_files: false 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.min_blob_size: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_file_size: 268435456 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.blob_file_starting_level: 0 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 20, last_sequence is 8206, log_number is 16,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 16 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 16 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 26023c13-9276-47bd-a1c4-c7f738ce3bbf 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366601924765, "job": 1, "event": "recovery_started", "wal_files": [16]} 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #16 mode 2 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366601929748, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 1886261, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8211, "largest_seqno": 8706, "table_properties": {"data_size": 1883056, "index_size": 1462, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 709, "raw_key_size": 6901, "raw_average_key_size": 25, "raw_value_size": 1877261, "raw_average_value_size": 6978, "num_data_blocks": 68, "num_entries": 269, "num_filter_entries": 269, "num_deletions": 2, "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": 1771366601, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "26023c13-9276-47bd-a1c4-c7f738ce3bbf", "db_session_id": "4SBQK2QOML35FUTVS0DU", "orig_file_number": 21, "seqno_to_time_mapping": "N/A"}} 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366601929809, "job": 1, "event": "recovery_finished"} 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:5047] Creating manifest 23 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000016.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55903f9bc700 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: DB pointer 0x55903f9ce000 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: ** DB Stats ** 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:42.266 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: L0 1/0 1.80 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: L6 1/0 8.88 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Sum 2/0 10.67 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 867.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 867.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Flush(GB): cumulative 0.002, interval 0.002 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Cumulative compaction: 0.00 GB write, 241.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Interval compaction: 0.00 GB write, 241.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Block cache BinnedLRUCache@0x55903f9b9b90#7 capacity: 512.00 MB usage: 2.37 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.79 KB,0.000150502%) IndexBlock(1,1.58 KB,0.000301003%) Misc(1,0.00 KB,0%) 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: starting mon.c rank 2 at public addrs [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] at bind addrs [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???) e3 preinit fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).mds e8 new map 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).mds e8 print_map 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: e8 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: btime 1970-01-01T00:00:00:000000+0000 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: legacy client fscid: 1 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: Filesystem 'cephfs' (1) 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: fs_name cephfs 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: epoch 8 2026-02-17T22:16:42.267 INFO:journalctl@ceph.mon.c.trial144.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: created 2026-02-17T22:14:53.298938+0000 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: modified 2026-02-17T22:14:57.305712+0000 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: tableserver 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: root 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: session_timeout 60 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: session_autoclose 300 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: max_file_size 1099511627776 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: max_xattr_size 65536 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: required_client_features {} 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: last_failure 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: last_failure_osd_epoch 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: max_mds 1 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: in 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: up {0=24350} 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: failed 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: damaged 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: stopped 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: data_pools [3] 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: metadata_pool 2 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: inline_data disabled 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: balancer 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: bal_rank_mask -1 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: standby_count_wanted 0 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: qdb_cluster leader: 0 members: 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: [mds.a{0:24350} state up:active seq 3 addr [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: Standby daemons: 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout: [mds.b{-1:24322} state up:standby seq 1 addr [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).osd e60 crush map has features 3314933000854323200, adjusting msgr requires 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:42.268 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:41 trial144 ceph-mon[110196]: mon.c@-1(???).paxosservice(auth 1..18) refresh upgraded, format 0 -> 3 2026-02-17T22:16:43.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: mon.c calling monitor election 2026-02-17T22:16:43.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: mon.a calling monitor election 2026-02-17T22:16:43.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:43.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: monmap epoch 3 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: min_mon_release 18 (reef) 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: election_strategy: 1 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: mgrmap e37: y(active, since 3s), standbys: x 2026-02-17T22:16:43.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: overall HEALTH_OK 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: pgmap v5: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: mon.c calling monitor election 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: mon.a calling monitor election 2026-02-17T22:16:43.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: monmap epoch 3 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: min_mon_release 18 (reef) 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: election_strategy: 1 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:43.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: mgrmap e37: y(active, since 3s), standbys: x 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: overall HEALTH_OK 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: pgmap v5: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.264 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: mon.c calling monitor election 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: mon.a calling monitor election 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: monmap epoch 3 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: last_changed 2026-02-17T22:13:17.301729+0000 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: min_mon_release 18 (reef) 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: election_strategy: 1 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:43.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: mgrmap e37: y(active, since 3s), standbys: x 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: overall HEALTH_OK 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: pgmap v5: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:43.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:43 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.423 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[107811]: mgrmap e38: y(active, since 5s), standbys: x 2026-02-17T22:16:44.423 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.423 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.423 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[110196]: mgrmap e38: y(active, since 5s), standbys: x 2026-02-17T22:16:44.424 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.424 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:44 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:44 trial172 ceph-mon[26165]: mgrmap e38: y(active, since 5s), standbys: x 2026-02-17T22:16:44.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:44 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:44.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:44 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: pgmap v6: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:45.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.417 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:45.418 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-mon[26165]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: pgmap v6: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:45.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:45.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: pgmap v6: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:45.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:45.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:45.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 systemd[1]: Stopping Ceph mon.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b[26139]: 2026-02-17T22:16:45.577+0000 7f508184b640 -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-17T22:16:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b[26139]: 2026-02-17T22:16:45.577+0000 7f508184b640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2026-02-17T22:16:45.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 podman[93052]: 2026-02-17 22:16:45.759426247 +0000 UTC m=+0.196820389 container died 26f4a3262485d7e3fba77fc33895e134adaa3617d6ea747a1bf3705f1884d5df (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, CEPH_REF=reef, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, 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.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:16:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:16:45] "GET /metrics HTTP/1.1" 200 34355 "" "Prometheus/2.43.0" 2026-02-17T22:16:46.188 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 podman[93052]: 2026-02-17 22:16:45.870459287 +0000 UTC m=+0.307853409 container remove 26f4a3262485d7e3fba77fc33895e134adaa3617d6ea747a1bf3705f1884d5df (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, 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, ceph=True, CEPH_REF=reef, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.license=GPLv2) 2026-02-17T22:16:46.188 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 bash[93052]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b 2026-02-17T22:16:46.188 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-17T22:16:46.188 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 systemd[1]: Stopped Ceph mon.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:46.189 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:45 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.b.service: Consumed 2.977s CPU time. 2026-02-17T22:16:46.189 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 systemd[1]: Starting Ceph mon.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 podman[93236]: 2026-02-17 22:16:46.186779837 +0000 UTC m=+0.017238774 container create 73524ec7662a977c0a99fefd1a719caa689cadd8dab2b798d30d2c14ce179bae (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 podman[93236]: 2026-02-17 22:16:46.222304911 +0000 UTC m=+0.052763848 container init 73524ec7662a977c0a99fefd1a719caa689cadd8dab2b798d30d2c14ce179bae (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug) 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 podman[93236]: 2026-02-17 22:16:46.226246129 +0000 UTC m=+0.056705066 container start 73524ec7662a977c0a99fefd1a719caa689cadd8dab2b798d30d2c14ce179bae (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, 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.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 bash[93236]: 73524ec7662a977c0a99fefd1a719caa689cadd8dab2b798d30d2c14ce179bae 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 podman[93236]: 2026-02-17 22:16:46.180218056 +0000 UTC m=+0.010676994 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 systemd[1]: Started Ceph mon.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: set uid:gid to 167:167 (ceph:ceph) 2026-02-17T22:16:46.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: pidfile_write: ignore empty --pid-file 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: load: jerasure load: lrc 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: RocksDB version: 7.9.2 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Git sha 0 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: DB SUMMARY 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: DB Session ID: 7FF42NPQTCVRWP9GHQDX 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: CURRENT file: CURRENT 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: IDENTITY file: IDENTITY 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: MANIFEST file: MANIFEST-000010 size: 669 Bytes 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000018.sst 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000016.log size: 3744401 ; 2026-02-17T22:16:46.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.error_if_exists: 0 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.create_if_missing: 0 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.paranoid_checks: 1 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.env: 0x55e1e9f1f100 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.fs: PosixFileSystem 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.info_log: 0x55e1ef721b00 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_file_opening_threads: 16 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.statistics: (nil) 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.use_fsync: 0 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_log_file_size: 0 2026-02-17T22:16:46.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.keep_log_file_num: 1000 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.recycle_log_file_num: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_fallocate: 1 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_mmap_reads: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_mmap_writes: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.use_direct_reads: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.create_missing_column_families: 0 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.db_log_dir: 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.wal_dir: 2026-02-17T22:16:46.540 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-17T22:16:46.541 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.advise_random_on_open: 1 2026-02-17T22:16:46.542 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.db_write_buffer_size: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.write_buffer_manager: 0x55e1ef724b40 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.rate_limiter: (nil) 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.wal_recovery_mode: 2 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enable_thread_tracking: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enable_pipelined_write: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.unordered_write: 0 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-17T22:16:46.543 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.row_cache: None 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.wal_filter: None 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_ingest_behind: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.two_write_queues: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.manual_wal_flush: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.wal_compression: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.atomic_flush: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-17T22:16:46.544 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.log_readahead_size: 0 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.best_efforts_recovery: 0 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.allow_data_in_errors: 0 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.db_host_id: __hostname__ 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_background_jobs: 2 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_background_compactions: -1 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_subcompactions: 1 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-17T22:16:46.545 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_total_wal_size: 0 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_open_files: -1 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bytes_per_sync: 0 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_readahead_size: 0 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_background_flushes: -1 2026-02-17T22:16:46.546 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Compression algorithms supported: 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kZSTD supported: 0 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kXpressCompression supported: 0 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kBZip2Compression supported: 0 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kLZ4Compression supported: 1 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kZlibCompression supported: 1 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kLZ4HCCompression supported: 1 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: kSnappyCompression supported: 1 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2026-02-17T22:16:46.547 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.merge_operator: 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_filter: None 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_filter_factory: None 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.sst_partitioner_factory: None 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e1ef720240) 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout: cache_index_and_filter_blocks: 1 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout: pin_top_level_index_and_filter: 1 2026-02-17T22:16:46.548 INFO:journalctl@ceph.mon.b.trial172.stdout: index_type: 0 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: data_block_index_type: 0 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: index_shortening: 1 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: checksum: 4 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: no_block_cache: 0 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: block_cache: 0x55e1ef741b90 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: block_cache_name: BinnedLRUCache 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: block_cache_options: 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: capacity : 536870912 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: num_shard_bits : 4 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: strict_capacity_limit : 0 2026-02-17T22:16:46.549 INFO:journalctl@ceph.mon.b.trial172.stdout: high_pri_pool_ratio: 0.000 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: block_cache_compressed: (nil) 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: persistent_cache: (nil) 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: block_size: 4096 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: block_size_deviation: 10 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: block_restart_interval: 16 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: index_block_restart_interval: 1 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: metadata_block_size: 4096 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: partition_filters: 0 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: use_delta_encoding: 1 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: filter_policy: bloomfilter 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: whole_key_filtering: 1 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: verify_compression: 0 2026-02-17T22:16:46.550 INFO:journalctl@ceph.mon.b.trial172.stdout: read_amp_bytes_per_bit: 0 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: format_version: 5 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: enable_index_compression: 1 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: block_align: 0 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: max_auto_readahead_size: 262144 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: prepopulate_block_cache: 0 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: initial_auto_readahead_size: 8192 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout: num_file_reads_for_auto_readahead: 2 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.write_buffer_size: 33554432 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_write_buffer_number: 2 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression: NoCompression 2026-02-17T22:16:46.551 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression: Disabled 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.prefix_extractor: nullptr 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.num_levels: 7 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-17T22:16:46.552 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.level: 32767 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.strategy: 0 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.enabled: false 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-17T22:16:46.553 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.target_file_size_base: 67108864 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-17T22:16:46.554 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.arena_block_size: 1048576 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.disable_auto_compactions: 0 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-17T22:16:46.555 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.inplace_update_support: 0 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.bloom_locality: 0 2026-02-17T22:16:46.556 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.max_successive_merges: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.paranoid_file_checks: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.force_consistency_checks: 1 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.report_bg_io_stats: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.ttl: 2592000 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enable_blob_files: false 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.min_blob_size: 0 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_file_size: 268435456 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-17T22:16:46.557 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.blob_file_starting_level: 0 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: 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 20, last_sequence is 8309, log_number is 16,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 16 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 16 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c2990332-6dd3-4e8c-9f9a-0a4d75166a1c 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366606256757, "job": 1, "event": "recovery_started", "wal_files": [16]} 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #16 mode 2 2026-02-17T22:16:46.558 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366606262996, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 2334068, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8315, "largest_seqno": 8995, "table_properties": {"data_size": 2330118, "index_size": 2011, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 8690, "raw_average_key_size": 25, "raw_value_size": 2322672, "raw_average_value_size": 6732, "num_data_blocks": 94, "num_entries": 345, "num_filter_entries": 345, "num_deletions": 2, "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": 1771366606, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c2990332-6dd3-4e8c-9f9a-0a4d75166a1c", "db_session_id": "7FF42NPQTCVRWP9GHQDX", "orig_file_number": 21, "seqno_to_time_mapping": "N/A"}} 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771366606263056, "job": 1, "event": "recovery_finished"} 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/version_set.cc:5047] Creating manifest 23 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000016.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e1ef744700 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: DB pointer 0x55e1ef756000 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout: ** DB Stats ** 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.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-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:46.559 INFO:journalctl@ceph.mon.b.trial172.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.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-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.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-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: L0 1/0 2.23 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 864.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: L6 1/0 8.88 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.stdout: Sum 2/0 11.10 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 864.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-17T22:16:46.560 INFO:journalctl@ceph.mon.b.trial172.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 864.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: ** Compaction Stats [default] ** 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.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-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.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 864.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: Flush(GB): cumulative 0.002, interval 0.002 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-17T22:16:46.561 INFO:journalctl@ceph.mon.b.trial172.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: Cumulative compaction: 0.00 GB write, 259.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: Interval compaction: 0.00 GB write, 259.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.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-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: Block cache BinnedLRUCache@0x55e1ef741b90#7 capacity: 512.00 MB usage: 3.12 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.04 KB,0.000198185%) IndexBlock(1,2.08 KB,0.000396371%) Misc(1,0.00 KB,0%) 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: starting mon.b rank 1 at public addrs [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] at bind addrs [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???) e3 preinit fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).mds e8 new map 2026-02-17T22:16:46.562 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).mds e8 print_map 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: e8 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: btime 1970-01-01T00:00:00:000000+0000 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.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} 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: legacy client fscid: 1 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: Filesystem 'cephfs' (1) 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: fs_name cephfs 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: epoch 8 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: created 2026-02-17T22:14:53.298938+0000 2026-02-17T22:16:46.563 INFO:journalctl@ceph.mon.b.trial172.stdout: modified 2026-02-17T22:14:57.305712+0000 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: tableserver 0 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: root 0 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: session_timeout 60 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: session_autoclose 300 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: max_file_size 1099511627776 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: max_xattr_size 65536 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: required_client_features {} 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: last_failure 0 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: last_failure_osd_epoch 0 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: max_mds 1 2026-02-17T22:16:46.564 INFO:journalctl@ceph.mon.b.trial172.stdout: in 0 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: up {0=24350} 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: failed 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: damaged 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: stopped 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: data_pools [3] 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: metadata_pool 2 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: inline_data disabled 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: balancer 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: bal_rank_mask -1 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: standby_count_wanted 0 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: qdb_cluster leader: 0 members: 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: [mds.a{0:24350} state up:active seq 3 addr [v2:10.20.193.144:6834/1768837729,v1:10.20.193.144:6835/1768837729] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:46.565 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout: Standby daemons: 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout: 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout: [mds.b{-1:24322} state up:standby seq 1 addr [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] compat {c=[1],r=[1],i=[7ff]}] 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).osd e60 crush map has features 3314933000854323200, adjusting msgr requires 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).osd e60 crush map has features 432629239337189376, adjusting msgr requires 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: mon.b@-1(???).paxosservice(auth 1..18) refresh upgraded, format 0 -> 3 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.566 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: purged_snaps scrub ok 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: Upgrade: It appears safe to stop mon.b 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: Upgrade: Updating mon.b 2026-02-17T22:16:46.567 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:46 trial172 ceph-mon[93286]: Deploying daemon mon.b on trial172 2026-02-17T22:16:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: Upgrade: It appears safe to stop mon.b 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: Upgrade: Updating mon.b 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[107811]: Deploying daemon mon.b on trial172 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: purged_snaps scrub ok 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: Upgrade: It appears safe to stop mon.b 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: Upgrade: Updating mon.b 2026-02-17T22:16:46.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:46 trial144 ceph-mon[110196]: Deploying daemon mon.b on trial172 2026-02-17T22:16:47.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:46.938+0000 7f838ea9d640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-17T22:16:51.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:16:51.272+0000 7f838ea9d640 -1 mgr.server handle_report got status from non-daemon mon.b 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: pgmap v7: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: mgrmap e38: y(active, since 8s), standbys: x 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: overall HEALTH_OK 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: mon.b calling monitor election 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: mon.a calling monitor election 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: pgmap v8: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: pgmap v9: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: pgmap v10: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: monmap epoch 4 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: min_mon_release 20 (tentacle) 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: election_strategy: 1 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:51.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: mgrmap e38: y(active, since 13s), standbys: x 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: overall HEALTH_OK 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:51.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:51 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:51.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: pgmap v7: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:51.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: mgrmap e38: y(active, since 8s), standbys: x 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: overall HEALTH_OK 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: mon.b calling monitor election 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: mon.a calling monitor election 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: pgmap v8: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: pgmap v9: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: pgmap v10: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:51.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: monmap epoch 4 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: min_mon_release 20 (tentacle) 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: election_strategy: 1 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: mgrmap e38: y(active, since 13s), standbys: x 2026-02-17T22:16:51.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: overall HEALTH_OK 2026-02-17T22:16:51.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:51.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:51.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:51 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:52.615 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:16:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[107811]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2026-02-17T22:16:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: pgmap v7: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: mgrmap e38: y(active, since 8s), standbys: x 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: overall HEALTH_OK 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: mon.b calling monitor election 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: mon.a calling monitor election 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:16:52.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: pgmap v8: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: pgmap v9: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: pgmap v10: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: monmap epoch 4 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: min_mon_release 20 (tentacle) 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: election_strategy: 1 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:52.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: mgrmap e38: y(active, since 13s), standbys: x 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: overall HEALTH_OK 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:52 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:52 trial172 ceph-mon[93286]: Health check failed: Telemetry requires re-opt-in (TELEMETRY_CHANGED) 2026-02-17T22:16:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:52 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:52 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:52.957 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (93s) 9s ago 102s 34.2M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (97s) 0s ago 97s 94.5M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (2m) 9s ago 2m 18.6M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (2m) 0s ago 2m 15.3M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (23s) 0s ago 3m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (32s) 9s ago 4m 611M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (19s) 9s ago 4m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (6s) 0s ago 3m 90.8M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:16:52.958 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (11s) 9s ago 3m 90.6M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (96s) 9s ago 96s 18.6M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (95s) 0s ago 95s 16.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (3m) 9s ago 3m 49.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a abfa24a4242d 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (3m) 9s ago 3m 50.4M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a dbe289e66f89 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (2m) 9s ago 2m 47.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 6006d285daeb 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (2m) 9s ago 2m 45.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 81bd5ba8c3c4 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (2m) 0s ago 2m 46.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (2m) 0s ago 2m 47.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (2m) 0s ago 2m 47.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:16:52.959 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (2m) 0s ago 2m 49.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:16:52.960 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (25s) 0s ago 109s 46.7M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:16:53.164 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:16:53.164 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:16:53.165 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:16:53.166 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 10, 2026-02-17T22:16:53.166 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 5 2026-02-17T22:16:53.166 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:16:53.166 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:16:53.337 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:16:53.337 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "5/20 daemons upgraded", 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading mon daemons", 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:16:53.338 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: mon.c calling monitor election 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: pgmap v11: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: mon.b calling monitor election 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: mon.a calling monitor election 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: monmap epoch 4 2026-02-17T22:16:53.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: min_mon_release 20 (tentacle) 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: election_strategy: 1 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: mgrmap e38: y(active, since 14s), standbys: x 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2026-02-17T22:16:53.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/3557678846' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:53.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: mon.c calling monitor election 2026-02-17T22:16:53.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: pgmap v11: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: mon.b calling monitor election 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: mon.a calling monitor election 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: monmap epoch 4 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: min_mon_release 20 (tentacle) 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: election_strategy: 1 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:53.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: mgrmap e38: y(active, since 14s), standbys: x 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/3557678846' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: mon.c calling monitor election 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: pgmap v11: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: mon.b calling monitor election 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: mon.a calling monitor election 2026-02-17T22:16:53.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: monmap epoch 4 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: fsid be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: last_changed 2026-02-17T22:16:46.367555+0000 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: created 2026-02-17T22:12:37.695285+0000 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: min_mon_release 20 (tentacle) 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: election_strategy: 1 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: 0: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.a 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: 1: [v2:10.20.193.172:3300/0,v1:10.20.193.172:6789/0] mon.b 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: 2: [v2:10.20.193.144:3301/0,v1:10.20.193.144:6790/0] mon.c 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:16:53.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: osdmap e60: 8 total, 8 up, 8 in 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: mgrmap e38: y(active, since 14s), standbys: x 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: Health detail: HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: [WRN] TELEMETRY_CHANGED: Telemetry requires re-opt-in 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: telemetry module includes new collections; please re-opt-in to new collections with `ceph telemetry on` 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='client.34149 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/3557678846' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='client.34173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:53.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:16:55.387 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.388 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.390 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.391 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: Reconfiguring mon.a (monmap changed)... 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: Reconfiguring daemon mon.a on trial144 2026-02-17T22:16:55.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:55.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:55.966 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:16:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:16:55] "GET /metrics HTTP/1.1" 200 37117 "" "Prometheus/2.43.0" 2026-02-17T22:16:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: pgmap v12: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring mgr.y (monmap changed)... 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring osd.0 (monmap changed)... 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: Reconfiguring daemon osd.0 on trial144 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: pgmap v12: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring mgr.y (monmap changed)... 2026-02-17T22:16:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring osd.0 (monmap changed)... 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: Reconfiguring daemon osd.0 on trial144 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:16:56.513 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:16:56.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: pgmap v12: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2026-02-17T22:16:56.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring mgr.y (monmap changed)... 2026-02-17T22:16:56.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring daemon mgr.y on trial144 2026-02-17T22:16:56.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring mon.c (monmap changed)... 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring daemon mon.c on trial144 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring osd.0 (monmap changed)... 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: Reconfiguring daemon osd.0 on trial144 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:56.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:56.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:16:56.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: Reconfiguring osd.1 (monmap changed)... 2026-02-17T22:16:57.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: Reconfiguring daemon osd.1 on trial144 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: Reconfiguring osd.2 (monmap changed)... 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: Reconfiguring daemon osd.2 on trial144 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:57.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: Reconfiguring osd.1 (monmap changed)... 2026-02-17T22:16:57.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: Reconfiguring daemon osd.1 on trial144 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: Reconfiguring osd.2 (monmap changed)... 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: Reconfiguring daemon osd.2 on trial144 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: Reconfiguring osd.1 (monmap changed)... 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: Reconfiguring daemon osd.1 on trial144 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: Reconfiguring osd.2 (monmap changed)... 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: Reconfiguring daemon osd.2 on trial144 2026-02-17T22:16:57.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-17T22:16:57.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: pgmap v13: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:58.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring osd.3 (monmap changed)... 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring daemon osd.3 on trial144 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring mds.a (monmap changed)... 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring daemon mds.a on trial144 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:58.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:58.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:16:58.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: pgmap v13: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring osd.3 (monmap changed)... 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring daemon osd.3 on trial144 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring mds.a (monmap changed)... 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring daemon mds.a on trial144 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:16:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: pgmap v13: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring osd.3 (monmap changed)... 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring daemon osd.3 on trial144 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring mds.a (monmap changed)... 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring daemon mds.a on trial144 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring mon.b (monmap changed)... 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: Reconfiguring daemon mon.b on trial172 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2026-02-17T22:16:58.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:58.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:58.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:16:58.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.744 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring mgr.x (monmap changed)... 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring daemon mgr.x on trial172 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring osd.4 (monmap changed)... 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring daemon osd.4 on trial172 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring osd.5 (monmap changed)... 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.745 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: Reconfiguring daemon osd.5 on trial172 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:16:59.746 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:16:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring mgr.x (monmap changed)... 2026-02-17T22:16:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring daemon mgr.x on trial172 2026-02-17T22:16:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring osd.4 (monmap changed)... 2026-02-17T22:16:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring daemon osd.4 on trial172 2026-02-17T22:16:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring osd.5 (monmap changed)... 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: Reconfiguring daemon osd.5 on trial172 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring mgr.x (monmap changed)... 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring daemon mgr.x on trial172 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring osd.4 (monmap changed)... 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring daemon osd.4 on trial172 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring osd.5 (monmap changed)... 2026-02-17T22:16:59.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: Reconfiguring daemon osd.5 on trial172 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:16:59.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:16:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: pgmap v14: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: Reconfiguring osd.6 (monmap changed)... 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: Reconfiguring daemon osd.6 on trial172 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: Reconfiguring osd.7 (monmap changed)... 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: Reconfiguring daemon osd.7 on trial172 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: pgmap v14: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: Reconfiguring osd.6 (monmap changed)... 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: Reconfiguring daemon osd.6 on trial172 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: Reconfiguring osd.7 (monmap changed)... 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: Reconfiguring daemon osd.7 on trial172 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2026-02-17T22:17:00.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: pgmap v14: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: Reconfiguring osd.6 (monmap changed)... 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: Reconfiguring daemon osd.6 on trial172 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: Reconfiguring osd.7 (monmap changed)... 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: Reconfiguring daemon osd.7 on trial172 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:00.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:00.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2026-02-17T22:17:00.789 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:01.394 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 systemd[1]: Stopping Ceph osd.0 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:01.395 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:17:01.308+0000 7f11dac6b640 -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 (PID: 1) UID: 0 2026-02-17T22:17:01.395 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:17:01.308+0000 7f11dac6b640 -1 osd.0 60 *** Got signal Terminated *** 2026-02-17T22:17:01.395 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[43244]: 2026-02-17T22:17:01.308+0000 7f11dac6b640 -1 osd.0 60 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:17:01.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Reconfiguring mds.b (monmap changed)... 2026-02-17T22:17:01.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Reconfiguring daemon mds.b on trial172 2026-02-17T22:17:01.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all mon 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all crash 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Upgrade: osd.0 is safe to restart 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Upgrade: Updating osd.0 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: Deploying daemon osd.0 on trial144 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[107811]: osd.0 marked itself down and dead 2026-02-17T22:17:01.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Reconfiguring mds.b (monmap changed)... 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Reconfiguring daemon mds.b on trial172 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all mon 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all crash 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Upgrade: osd.0 is safe to restart 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Upgrade: Updating osd.0 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: Deploying daemon osd.0 on trial144 2026-02-17T22:17:01.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:01 trial144 ceph-mon[110196]: osd.0 marked itself down and dead 2026-02-17T22:17:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Reconfiguring mds.b (monmap changed)... 2026-02-17T22:17:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Reconfiguring daemon mds.b on trial172 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all mon 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all crash 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Upgrade: osd.0 is safe to restart 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Upgrade: Updating osd.0 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: Deploying daemon osd.0 on trial144 2026-02-17T22:17:01.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:01 trial172 ceph-mon[93286]: osd.0 marked itself down and dead 2026-02-17T22:17:02.114 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 podman[116144]: 2026-02-17 22:17:01.825189765 +0000 UTC m=+0.530987557 container died abfa24a4242dfc0edc104994d8981148974f5a032351cd36a1f2d2964048089a (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, 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, CEPH_REF=reef, OSD_FLAVOR=default, org.label-schema.build-date=20260209, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:02.115 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 podman[116144]: 2026-02-17 22:17:01.93703326 +0000 UTC m=+0.642831042 container remove abfa24a4242dfc0edc104994d8981148974f5a032351cd36a1f2d2964048089a (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, CEPH_REF=reef, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:02.115 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:01 trial144 bash[116144]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.11396665 +0000 UTC m=+0.015900473 container create 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, ceph=True, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.149745825 +0000 UTC m=+0.051679648 container init 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, 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.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, ceph=True, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.153379458 +0000 UTC m=+0.055313271 container start 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.153834471 +0000 UTC m=+0.055768294 container attach 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, 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/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.10767361 +0000 UTC m=+0.009607433 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:02.381 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.270394866 +0000 UTC m=+0.172328689 container died 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, 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, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:17:02.644 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[107811]: pgmap v15: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:02.645 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:02.645 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[107811]: osdmap e61: 8 total, 7 up, 8 in 2026-02-17T22:17:02.645 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[110196]: pgmap v15: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:02.645 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:02.645 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:02 trial144 ceph-mon[110196]: osdmap e61: 8 total, 7 up, 8 in 2026-02-17T22:17:02.646 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116288]: 2026-02-17 22:17:02.383497945 +0000 UTC m=+0.285431758 container remove 8ded883f74d020fa7cc940c94b810daa6a978cd8e1df9b9c82390d90a26b25b5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, 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, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7) 2026-02-17T22:17:02.646 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.0.service: Deactivated successfully. 2026-02-17T22:17:02.646 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 systemd[1]: Stopped Ceph osd.0 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:02.646 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.0.service: Consumed 1.672s CPU time. 2026-02-17T22:17:02.646 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 systemd[1]: Starting Ceph osd.0 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:02.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:02 trial172 ceph-mon[93286]: pgmap v15: 105 pgs: 105 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:02.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:02 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:02.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:02 trial172 ceph-mon[93286]: osdmap e61: 8 total, 7 up, 8 in 2026-02-17T22:17:03.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116465]: 2026-02-17 22:17:02.643604175 +0000 UTC m=+0.016017599 container create 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, OSD_FLAVOR=debug, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116465]: 2026-02-17 22:17:02.684865879 +0000 UTC m=+0.057279293 container init 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, 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, 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, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug) 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116465]: 2026-02-17 22:17:02.688134996 +0000 UTC m=+0.060548420 container start 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0) 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116465]: 2026-02-17 22:17:02.688581093 +0000 UTC m=+0.060994517 container attach 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 podman[116465]: 2026-02-17 22:17:02.637209827 +0000 UTC m=+0.009623261 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 bash[116465]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.011 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:02 trial144 bash[116465]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.498 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:03 trial144 ceph-mon[107811]: osdmap e62: 8 total, 7 up, 8 in 2026-02-17T22:17:03.498 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:03 trial144 ceph-mon[110196]: osdmap e62: 8 total, 7 up, 8 in 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate[116490]: --> ceph-volume lvm activate successful for osd ID: 0 2026-02-17T22:17:03.498 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116465]: --> ceph-volume lvm activate successful for osd ID: 0 2026-02-17T22:17:03.499 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116465]: 2026-02-17 22:17:03.387572505 +0000 UTC m=+0.759985929 container died 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, 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.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:03.760 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116465]: 2026-02-17 22:17:03.501743974 +0000 UTC m=+0.874157388 container remove 075c14c8e98c2a128a66fa3b422b6a001cf45030a8b4d47fad8f2fb8dd8e5e70 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2) 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116800]: 2026-02-17 22:17:03.580331277 +0000 UTC m=+0.015798383 container create 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116800]: 2026-02-17 22:17:03.616544416 +0000 UTC m=+0.052011462 container init 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, 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, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116800]: 2026-02-17 22:17:03.620299073 +0000 UTC m=+0.055766129 container start 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, ceph=True, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 bash[116800]: 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 podman[116800]: 2026-02-17 22:17:03.573963478 +0000 UTC m=+0.009430534 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 systemd[1]: Started Ceph osd.0 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:03.761 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-osd[116848]: -- 10.20.193.144:0/2025268680 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c925a6f860 con 0x55c921867c00 2026-02-17T22:17:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:03 trial172 ceph-mon[93286]: osdmap e62: 8 total, 7 up, 8 in 2026-02-17T22:17:04.160 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:17:03.892+0000 7f04cb4038c0 -1 Falling back to public interface 2026-02-17T22:17:04.450 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:17:04.385+0000 7f04cb4038c0 -1 osd.0 60 log_to_monitors true 2026-02-17T22:17:04.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[107811]: pgmap v18: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:04.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:04.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[107811]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-17T22:17:04.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[110196]: pgmap v18: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:04.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:04.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:04 trial144 ceph-mon[110196]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-17T22:17:04.760 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:17:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:17:04.685+0000 7f04be963640 -1 osd.0 60 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:17:04.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:04 trial172 ceph-mon[93286]: pgmap v18: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:04.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:04 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:04 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:04.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:04 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:04.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:04 trial172 ceph-mon[93286]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: pgmap v19: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: osdmap e63: 8 total, 7 up, 8 in 2026-02-17T22:17:05.660 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded (PG_DEGRADED) 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: pgmap v19: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.661 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:17:05.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: osdmap e63: 8 total, 7 up, 8 in 2026-02-17T22:17:05.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:05.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:05.662 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:05 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded (PG_DEGRADED) 2026-02-17T22:17:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:05] "GET /metrics HTTP/1.1" 200 37117 "" "Prometheus/2.43.0" 2026-02-17T22:17:06.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: pgmap v19: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 217 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:06.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: osdmap e63: 8 total, 7 up, 8 in 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:06.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:05 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded (PG_DEGRADED) 2026-02-17T22:17:06.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:06 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:17:06.239+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2026-02-17T22:17:07.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:07.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375] boot 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: osdmap e64: 8 total, 8 up, 8 in 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375] boot 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: osdmap e64: 8 total, 8 up, 8 in 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:07.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:06 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2026-02-17T22:17:07.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:07.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: osd.0 [v2:10.20.193.144:6802/4234191375,v1:10.20.193.144:6803/4234191375] boot 2026-02-17T22:17:07.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: osdmap e64: 8 total, 8 up, 8 in 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:07.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:07.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:06 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2026-02-17T22:17:08.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:07 trial144 ceph-mon[107811]: pgmap v22: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:08.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:07 trial144 ceph-mon[107811]: osdmap e65: 8 total, 8 up, 8 in 2026-02-17T22:17:08.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:07 trial144 ceph-mon[110196]: pgmap v22: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:08.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:07 trial144 ceph-mon[110196]: osdmap e65: 8 total, 8 up, 8 in 2026-02-17T22:17:08.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:07 trial172 ceph-mon[93286]: pgmap v22: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:08.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:07 trial172 ceph-mon[93286]: osdmap e65: 8 total, 8 up, 8 in 2026-02-17T22:17:09.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:09.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:09.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:09.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:10.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:10 trial144 ceph-mon[107811]: pgmap v24: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:10.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:10 trial144 ceph-mon[110196]: pgmap v24: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:10.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:10 trial172 ceph-mon[93286]: pgmap v24: 105 pgs: 36 active+undersized, 8 active+undersized+degraded, 61 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail; 15/78 objects degraded (19.231%) 2026-02-17T22:17:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:11 trial144 ceph-mon[107811]: pgmap v25: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:11 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded) 2026-02-17T22:17:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:11 trial144 ceph-mon[110196]: pgmap v25: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:11 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded) 2026-02-17T22:17:11.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:11 trial172 ceph-mon[93286]: pgmap v25: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:11.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:11 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/78 objects degraded (19.231%), 8 pgs degraded) 2026-02-17T22:17:13.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:13 trial144 ceph-mon[107811]: pgmap v26: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:13.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:13 trial144 ceph-mon[110196]: pgmap v26: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:13.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:13 trial172 ceph-mon[93286]: pgmap v26: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:15.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:15 trial144 ceph-mon[107811]: pgmap v27: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:15.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:15 trial144 ceph-mon[110196]: pgmap v27: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:15.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:15 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:15] "GET /metrics HTTP/1.1" 200 37048 "" "Prometheus/2.43.0" 2026-02-17T22:17:15.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:15 trial172 ceph-mon[93286]: pgmap v27: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:17.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:17 trial144 ceph-mon[107811]: pgmap v28: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:17.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:17 trial144 ceph-mon[110196]: pgmap v28: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:17.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:17 trial172 ceph-mon[93286]: pgmap v28: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:19.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:19.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:19.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:20.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:20 trial144 ceph-mon[107811]: pgmap v29: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:20.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:20 trial144 ceph-mon[110196]: pgmap v29: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:20.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:20 trial172 ceph-mon[93286]: pgmap v29: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:21.647 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:21.647 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:21.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: pgmap v30: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: Upgrade: osd.1 is safe to restart 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:17:22.451 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: pgmap v30: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: Upgrade: osd.1 is safe to restart 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:17:22.452 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:22.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: pgmap v30: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:22.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2026-02-17T22:17:22.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: Upgrade: osd.1 is safe to restart 2026-02-17T22:17:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-17T22:17:22.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:23.010 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:22 trial144 systemd[1]: Stopping Ceph osd.1 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:23.010 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:17:22.609+0000 7fe5422d1640 -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 (PID: 1) UID: 0 2026-02-17T22:17:23.010 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:17:22.609+0000 7fe5422d1640 -1 osd.1 65 *** Got signal Terminated *** 2026-02-17T22:17:23.011 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:22 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[50507]: 2026-02-17T22:17:22.609+0000 7fe5422d1640 -1 osd.1 65 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:17:23.527 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:17:23.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[107811]: Upgrade: Updating osd.1 2026-02-17T22:17:23.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[107811]: Deploying daemon osd.1 on trial144 2026-02-17T22:17:23.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[107811]: osd.1 marked itself down and dead 2026-02-17T22:17:23.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:23.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[110196]: Upgrade: Updating osd.1 2026-02-17T22:17:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[110196]: Deploying daemon osd.1 on trial144 2026-02-17T22:17:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[110196]: osd.1 marked itself down and dead 2026-02-17T22:17:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:23.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:23 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:23.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:23 trial172 ceph-mon[93286]: Upgrade: Updating osd.1 2026-02-17T22:17:23.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:23 trial172 ceph-mon[93286]: Deploying daemon osd.1 on trial144 2026-02-17T22:17:23.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:23 trial172 ceph-mon[93286]: osd.1 marked itself down and dead 2026-02-17T22:17:23.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:23 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:23.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:23 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (2m) 19s ago 2m 34.2M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (2m) 31s ago 2m 94.5M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (2m) 19s ago 2m 18.9M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (2m) 31s ago 2m 15.3M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (54s) 31s ago 3m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (63s) 19s ago 4m 621M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (50s) 19s ago 4m 112M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (37s) 31s ago 4m 90.8M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:17:23.867 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (42s) 19s ago 4m 106M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (2m) 19s ago 2m 19.8M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (2m) 31s ago 2m 16.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (20s) 19s ago 3m 81.7M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (3m) 19s ago 3m 51.4M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a dbe289e66f89 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (3m) 19s ago 3m 47.9M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 6006d285daeb 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (3m) 19s ago 3m 46.4M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 81bd5ba8c3c4 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (3m) 31s ago 3m 46.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (3m) 31s ago 3m 47.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (2m) 31s ago 2m 47.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (2m) 31s ago 2m 49.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:17:23.868 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (55s) 31s ago 2m 46.7M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:17:24.073 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:17:24.073 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:17:24.073 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:17:24.073 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:24.073 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 6, 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 1 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 8, 2026-02-17T22:17:24.074 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 6 2026-02-17T22:17:24.075 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:17:24.075 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:17:24.234 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:23 trial144 podman[122493]: 2026-02-17 22:17:23.966592829 +0000 UTC m=+1.371411622 container died dbe289e66f89d8dc616405ed55322887cec647716d27dc13e63bb2b7fb580b88 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, ceph=True, CEPH_REF=reef, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-17T22:17:24.235 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122493]: 2026-02-17 22:17:24.078743467 +0000 UTC m=+1.483562260 container remove dbe289e66f89d8dc616405ed55322887cec647716d27dc13e63bb2b7fb580b88 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=reef, FROM_IMAGE=quay.io/centos/centos:stream9, 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=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:17:24.235 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 bash[122493]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1 2026-02-17T22:17:24.252 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:17:24.252 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:17:24.252 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "6/20 daemons upgraded", 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading osd daemons", 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:17:24.253 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:17:24.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[107811]: pgmap v31: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[107811]: osdmap e66: 8 total, 7 up, 8 in 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/95594298' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[110196]: pgmap v31: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[110196]: osdmap e66: 8 total, 7 up, 8 in 2026-02-17T22:17:24.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:24 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/95594298' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:24.512 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.234218757 +0000 UTC m=+0.015958972 container create 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:17:24.512 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.278548432 +0000 UTC m=+0.060288657 container init 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, 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=debug, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-02-17T22:17:24.512 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.282121377 +0000 UTC m=+0.063861602 container start 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:17:24.512 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.282625682 +0000 UTC m=+0.064365917 container attach 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260216, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:17:24.512 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.227719145 +0000 UTC m=+0.009459370 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:24.513 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.404490131 +0000 UTC m=+0.186230356 container died 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:17:24.771 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122748]: 2026-02-17 22:17:24.518762834 +0000 UTC m=+0.300503059 container remove 2f0482a41529b9a00a45063ccc96ebffb5aae5856ae47f242b90f49cd8986112 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216) 2026-02-17T22:17:24.771 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.1.service: Deactivated successfully. 2026-02-17T22:17:24.771 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 systemd[1]: Stopped Ceph osd.1 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:24.771 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.1.service: Consumed 1.810s CPU time. 2026-02-17T22:17:24.772 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 systemd[1]: Starting Ceph osd.1 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:24 trial172 ceph-mon[93286]: pgmap v31: 105 pgs: 105 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:24 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:24 trial172 ceph-mon[93286]: osdmap e66: 8 total, 7 up, 8 in 2026-02-17T22:17:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:24 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/95594298' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:25.260 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122922]: 2026-02-17 22:17:24.770395567 +0000 UTC m=+0.016894707 container create c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122922]: 2026-02-17 22:17:24.806453075 +0000 UTC m=+0.052952225 container init c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, 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.vendor=CentOS, org.label-schema.build-date=20260216, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122922]: 2026-02-17 22:17:24.809798868 +0000 UTC m=+0.056298008 container start c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122922]: 2026-02-17 22:17:24.810282785 +0000 UTC m=+0.056781936 container attach c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, io.buildah.version=1.33.7) 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 podman[122922]: 2026-02-17 22:17:24.763443237 +0000 UTC m=+0.009942387 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 bash[122922]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.261 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:24 trial144 bash[122922]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.588 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[107811]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.588 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[107811]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[107811]: from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[107811]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[107811]: osdmap e67: 8 total, 7 up, 8 in 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[110196]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[110196]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.589 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[110196]: from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.590 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[110196]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.590 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:25 trial144 ceph-mon[110196]: osdmap e67: 8 total, 7 up, 8 in 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:25.590 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate[122944]: --> ceph-volume lvm activate successful for osd ID: 1 2026-02-17T22:17:25.591 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[122922]: --> ceph-volume lvm activate successful for osd ID: 1 2026-02-17T22:17:25.592 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[122922]: 2026-02-17 22:17:25.47510593 +0000 UTC m=+0.721605080 container died c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:17:25.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:25 trial172 ceph-mon[93286]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:25 trial172 ceph-mon[93286]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:25 trial172 ceph-mon[93286]: from='client.34197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:25 trial172 ceph-mon[93286]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:25.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:25 trial172 ceph-mon[93286]: osdmap e67: 8 total, 7 up, 8 in 2026-02-17T22:17:25.963 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:25] "GET /metrics HTTP/1.1" 200 37195 "" "Prometheus/2.43.0" 2026-02-17T22:17:25.964 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[122922]: 2026-02-17 22:17:25.591066803 +0000 UTC m=+0.837565943 container remove c137a47d0482785e3554d04334fa89fb220ae5ad4105bc28afdd37e67ef6f836 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-activate, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:17:25.964 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[123255]: 2026-02-17 22:17:25.670021629 +0000 UTC m=+0.016798008 container create 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, OSD_FLAVOR=debug, ceph=True, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-17T22:17:25.964 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[123255]: 2026-02-17 22:17:25.698374912 +0000 UTC m=+0.045151230 container init 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:17:25.964 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[123255]: 2026-02-17 22:17:25.701446898 +0000 UTC m=+0.048223216 container start 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-17T22:17:25.965 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 bash[123255]: 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 2026-02-17T22:17:25.965 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 podman[123255]: 2026-02-17 22:17:25.663266364 +0000 UTC m=+0.010042682 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:25.965 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 systemd[1]: Started Ceph osd.1 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:25.965 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-osd[123307]: -- 10.20.193.144:0/1489611988 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55ead4907860 con 0x55ead47fc400 2026-02-17T22:17:26.260 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:17:25.990+0000 7fa5401898c0 -1 Falling back to public interface 2026-02-17T22:17:26.520 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[110196]: pgmap v34: 105 pgs: 31 peering, 2 stale+active+clean, 72 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:26.520 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[110196]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:26.520 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.520 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.521 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:26.521 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:26 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:17:26.494+0000 7fa5401898c0 -1 osd.1 65 log_to_monitors true 2026-02-17T22:17:26.521 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[107811]: pgmap v34: 105 pgs: 31 peering, 2 stale+active+clean, 72 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:26.522 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[107811]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:26.522 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.522 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.522 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:26 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:26 trial172 ceph-mon[93286]: pgmap v34: 105 pgs: 31 peering, 2 stale+active+clean, 72 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:26 trial172 ceph-mon[93286]: Health check failed: Reduced data availability: 8 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:26 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:26 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:26.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:26 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:27.468 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:17:27 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:17:27.440+0000 7fa5336e9640 -1 osd.1 65 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:17:27.468 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: pgmap v35: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:27.468 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-17T22:17:27.468 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: pgmap v35: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.469 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: pgmap v35: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 218 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:27.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-17T22:17:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.417 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:28 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:17:28.271+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2026-02-17T22:17:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:17:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: osdmap e68: 8 total, 7 up, 8 in 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: osdmap e68: 8 total, 7 up, 8 in 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:28.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:28.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:28 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2026-02-17T22:17:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-17T22:17:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: osdmap e68: 8 total, 7 up, 8 in 2026-02-17T22:17:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:28.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:28 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2026-02-17T22:17:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: pgmap v37: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198] boot 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: osdmap e69: 8 total, 8 up, 8 in 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[110196]: osdmap e70: 8 total, 8 up, 8 in 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: pgmap v37: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198] boot 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: osdmap e69: 8 total, 8 up, 8 in 2026-02-17T22:17:29.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:17:29.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:29 trial144 ceph-mon[107811]: osdmap e70: 8 total, 8 up, 8 in 2026-02-17T22:17:29.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: pgmap v37: 105 pgs: 7 active+undersized, 31 peering, 67 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:29.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:29.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: osd.1 [v2:10.20.193.144:6810/1871549198,v1:10.20.193.144:6811/1871549198] boot 2026-02-17T22:17:29.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: osdmap e69: 8 total, 8 up, 8 in 2026-02-17T22:17:29.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-17T22:17:29.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:29 trial172 ceph-mon[93286]: osdmap e70: 8 total, 8 up, 8 in 2026-02-17T22:17:31.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:31 trial144 ceph-mon[110196]: pgmap v40: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:31.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:31 trial144 ceph-mon[107811]: pgmap v40: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:31.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:31 trial172 ceph-mon[93286]: pgmap v40: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:33.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:33 trial144 ceph-mon[110196]: pgmap v41: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:33.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:33 trial144 ceph-mon[107811]: pgmap v41: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:33.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:33 trial172 ceph-mon[93286]: pgmap v41: 105 pgs: 2 active+undersized, 31 peering, 72 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:34.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:34 trial144 ceph-mon[110196]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2026-02-17T22:17:34.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:34 trial144 ceph-mon[107811]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2026-02-17T22:17:34.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:34 trial172 ceph-mon[93286]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 12 pgs peering) 2026-02-17T22:17:35.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:35 trial144 ceph-mon[110196]: pgmap v42: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:35.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:35 trial144 ceph-mon[107811]: pgmap v42: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:35.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:35] "GET /metrics HTTP/1.1" 200 37195 "" "Prometheus/2.43.0" 2026-02-17T22:17:35.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:35 trial172 ceph-mon[93286]: pgmap v42: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:37.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:37 trial144 ceph-mon[107811]: pgmap v43: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:37.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:37 trial144 ceph-mon[110196]: pgmap v43: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:37 trial172 ceph-mon[93286]: pgmap v43: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:38.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:38.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:39.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:39 trial144 ceph-mon[107811]: pgmap v44: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:39.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:39 trial144 ceph-mon[110196]: pgmap v44: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:39.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:39 trial172 ceph-mon[93286]: pgmap v44: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:41.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:41 trial144 ceph-mon[107811]: pgmap v45: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:41.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:41 trial144 ceph-mon[110196]: pgmap v45: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:41.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:41 trial172 ceph-mon[93286]: pgmap v45: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:43.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[107811]: pgmap v46: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:43.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:43.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:43.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[107811]: Upgrade: osd.2 is safe to restart 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[110196]: pgmap v46: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[110196]: Upgrade: osd.2 is safe to restart 2026-02-17T22:17:43.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:43 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:43.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:43 trial172 ceph-mon[93286]: pgmap v46: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:43.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:43 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2026-02-17T22:17:43.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:43 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2026-02-17T22:17:43.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:43 trial172 ceph-mon[93286]: Upgrade: osd.2 is safe to restart 2026-02-17T22:17:43.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:43 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:44.708 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:44 trial144 systemd[1]: Stopping Ceph osd.2 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:44.708 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:17:44.631+0000 7efc9ad5f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:17:44.708 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:17:44.631+0000 7efc9ad5f640 -1 osd.2 70 *** Got signal Terminated *** 2026-02-17T22:17:44.708 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[57834]: 2026-02-17T22:17:44.631+0000 7efc9ad5f640 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:17:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: Upgrade: Updating osd.2 2026-02-17T22:17:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:17:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: Deploying daemon osd.2 on trial144 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[107811]: osd.2 marked itself down and dead 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: Upgrade: Updating osd.2 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: Deploying daemon osd.2 on trial144 2026-02-17T22:17:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:44 trial144 ceph-mon[110196]: osd.2 marked itself down and dead 2026-02-17T22:17:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: Upgrade: Updating osd.2 2026-02-17T22:17:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-17T22:17:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: Deploying daemon osd.2 on trial144 2026-02-17T22:17:45.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:44 trial172 ceph-mon[93286]: osd.2 marked itself down and dead 2026-02-17T22:17:45.478 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128545]: 2026-02-17 22:17:45.199202583 +0000 UTC m=+0.581876046 container died 6006d285daeb742e9c8a1b1a1745ebf5867a2faed9bffc7db5478966c18c87ea (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, 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.license=GPLv2, ceph=True, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7, org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=reef, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:17:45.478 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128545]: 2026-02-17 22:17:45.312569236 +0000 UTC m=+0.695242699 container remove 6006d285daeb742e9c8a1b1a1745ebf5867a2faed9bffc7db5478966c18c87ea (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, io.buildah.version=1.33.7, CEPH_REF=reef, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.schema-version=1.0) 2026-02-17T22:17:45.478 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 bash[128545]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2 2026-02-17T22:17:45.478 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.446489178 +0000 UTC m=+0.015938905 container create 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, 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.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:17:45.728 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:45] "GET /metrics HTTP/1.1" 200 37202 "" "Prometheus/2.43.0" 2026-02-17T22:17:45.728 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[107811]: pgmap v47: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:45.728 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:45.728 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[107811]: osdmap e71: 8 total, 7 up, 8 in 2026-02-17T22:17:45.729 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[110196]: pgmap v47: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:45.729 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:45.729 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:45 trial144 ceph-mon[110196]: osdmap e71: 8 total, 7 up, 8 in 2026-02-17T22:17:45.729 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.487826365 +0000 UTC m=+0.057276112 container init 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , 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.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, ceph=True) 2026-02-17T22:17:45.730 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.491621732 +0000 UTC m=+0.061071479 container start 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , 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, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:17:45.730 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.492200836 +0000 UTC m=+0.061650583 container attach 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS) 2026-02-17T22:17:45.730 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.440219944 +0000 UTC m=+0.009669681 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:45.730 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.613570508 +0000 UTC m=+0.183020245 container died 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, 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/, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:17:45.730 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128689]: 2026-02-17 22:17:45.727475629 +0000 UTC m=+0.296925366 container remove 76dbc61a73d9157dc59ab5c15612457b1a7b3c2b0d48ed2fbe866574b05b4a7f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-17T22:17:45.983 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.2.service: Deactivated successfully. 2026-02-17T22:17:45.984 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 systemd[1]: Stopped Ceph osd.2 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:45.984 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.2.service: Consumed 1.714s CPU time. 2026-02-17T22:17:45.984 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 systemd[1]: Starting Ceph osd.2 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:17:46.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:45 trial172 ceph-mon[93286]: pgmap v47: 105 pgs: 105 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:46.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:45 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:17:46.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:45 trial172 ceph-mon[93286]: osdmap e71: 8 total, 7 up, 8 in 2026-02-17T22:17:46.260 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:45 trial144 podman[128859]: 2026-02-17 22:17:45.982815436 +0000 UTC m=+0.015675136 container create 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, 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.label-schema.vendor=CentOS, ceph=True, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:17:46.260 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:46.021788739 +0000 UTC m=+0.054648369 container init 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug) 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:46.025453695 +0000 UTC m=+0.058313325 container start 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:46.025966606 +0000 UTC m=+0.058826236 container attach 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, ceph=True, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:45.976833845 +0000 UTC m=+0.009693475 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.261 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:46 trial144 ceph-mon[110196]: osdmap e72: 8 total, 7 up, 8 in 2026-02-17T22:17:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:46 trial144 ceph-mon[107811]: osdmap e72: 8 total, 7 up, 8 in 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-17T22:17:46.761 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate[128882]: --> ceph-volume lvm activate successful for osd ID: 2 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[128859]: --> ceph-volume lvm activate successful for osd ID: 2 2026-02-17T22:17:46.762 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:46.658745344 +0000 UTC m=+0.691604984 container died 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug) 2026-02-17T22:17:47.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:46 trial172 ceph-mon[93286]: osdmap e72: 8 total, 7 up, 8 in 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[128859]: 2026-02-17 22:17:46.773250347 +0000 UTC m=+0.806109967 container remove 55638cc4ddf0d7cba1d6eb58b6069e34eb2e74dbbbb5c9496a481aee7f27f409 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-activate, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[129193]: 2026-02-17 22:17:46.851698665 +0000 UTC m=+0.016223502 container create 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, io.buildah.version=1.33.7, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, 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/) 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[129193]: 2026-02-17 22:17:46.883515069 +0000 UTC m=+0.048039926 container init 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[129193]: 2026-02-17 22:17:46.887390324 +0000 UTC m=+0.051915171 container start 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, ceph=True, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 bash[129193]: 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 podman[129193]: 2026-02-17 22:17:46.845054556 +0000 UTC m=+0.009579403 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:17:47.151 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 systemd[1]: Started Ceph osd.2 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:17:47.152 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:46 trial144 ceph-osd[129244]: -- 10.20.193.144:0/3159171624 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56150d2c9860 con 0x56150d1ba000 2026-02-17T22:17:47.487 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:17:47.150+0000 7f1d6c9928c0 -1 Falling back to public interface 2026-02-17T22:17:47.760 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:17:47.599+0000 7f1d6c9928c0 -1 osd.2 70 log_to_monitors true 2026-02-17T22:17:48.260 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:17:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:17:47.961+0000 7f1d5fef2640 -1 osd.2 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: pgmap v50: 105 pgs: 8 stale+active+clean, 97 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: pgmap v50: 105 pgs: 8 stale+active+clean, 97 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:47 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: pgmap v50: 105 pgs: 8 stale+active+clean, 97 active+clean; 583 KiB data, 219 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:48.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:48.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-17T22:17:48.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:48.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:47 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.204 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[107811]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[107811]: osdmap e73: 8 total, 7 up, 8 in 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[107811]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[110196]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[110196]: osdmap e73: 8 total, 7 up, 8 in 2026-02-17T22:17:49.205 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[110196]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:49.206 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.206 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:48 trial172 ceph-mon[93286]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-17T22:17:49.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:48 trial172 ceph-mon[93286]: osdmap e73: 8 total, 7 up, 8 in 2026-02-17T22:17:49.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:48 trial172 ceph-mon[93286]: from='osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:17:49.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:49.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:49 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:17:49.399+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2026-02-17T22:17:50.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: pgmap v52: 105 pgs: 6 peering, 5 active+undersized, 1 active+undersized+degraded, 93 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:50.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:50.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161] boot 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: osdmap e74: 8 total, 8 up, 8 in 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: pgmap v52: 105 pgs: 6 peering, 5 active+undersized, 1 active+undersized+degraded, 93 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161] boot 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: osdmap e74: 8 total, 8 up, 8 in 2026-02-17T22:17:50.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.263 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:17:50.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:17:50.264 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:49 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2026-02-17T22:17:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: pgmap v52: 105 pgs: 6 peering, 5 active+undersized, 1 active+undersized+degraded, 93 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:17:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: osd.2 [v2:10.20.193.144:6818/3339574161,v1:10.20.193.144:6819/3339574161] boot 2026-02-17T22:17:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: osdmap e74: 8 total, 8 up, 8 in 2026-02-17T22:17:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:50.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:17:50.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:17:50.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:49 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (5 PGs are or would become offline) 2026-02-17T22:17:51.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:50 trial144 ceph-mon[107811]: osdmap e75: 8 total, 8 up, 8 in 2026-02-17T22:17:51.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:50 trial144 ceph-mon[110196]: osdmap e75: 8 total, 8 up, 8 in 2026-02-17T22:17:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:50 trial172 ceph-mon[93286]: osdmap e75: 8 total, 8 up, 8 in 2026-02-17T22:17:52.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:51 trial144 ceph-mon[107811]: pgmap v55: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:52.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:51 trial144 ceph-mon[110196]: pgmap v55: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:52.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:51 trial172 ceph-mon[93286]: pgmap v55: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:54.440 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:17:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[107811]: pgmap v56: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:54.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:54.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[110196]: pgmap v56: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:54.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:54.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:54.772 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:17:54.772 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (2m) 6s ago 2m 34.2M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:17:54.772 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (2m) 62s ago 2m 94.5M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:17:54.772 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (3m) 6s ago 3m 19.3M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (3m) 62s ago 3m 15.3M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (85s) 62s ago 4m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (94s) 6s ago 5m 625M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (80s) 6s ago 5m 115M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (68s) 62s ago 4m 90.8M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (72s) 6s ago 4m 108M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (2m) 6s ago 2m 20.1M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (2m) 62s ago 2m 16.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (51s) 6s ago 4m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (29s) 6s ago 4m 112M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (7s) 6s ago 4m 83.2M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (3m) 6s ago 3m 48.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 81bd5ba8c3c4 2026-02-17T22:17:54.773 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (3m) 62s ago 3m 46.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:17:54.774 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (3m) 62s ago 3m 47.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:17:54.774 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (3m) 62s ago 3m 47.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:17:54.774 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (3m) 62s ago 3m 49.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:17:54.774 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (86s) 62s ago 2m 46.7M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:17:54.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:54 trial172 ceph-mon[93286]: pgmap v56: 105 pgs: 25 peering, 5 active+undersized, 1 active+undersized+degraded, 74 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:17:54.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:54.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:17:54.973 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 5, 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:54.974 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 7, 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 8 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:17:54.975 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:17:55.145 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:17:55.145 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:17:55.145 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "8/20 daemons upgraded", 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading osd daemons", 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:17:55.146 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:17:55.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:55 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/4266055534' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:55.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:55 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/4266055534' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:55 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/4266055534' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:17:56.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:17:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:17:55] "GET /metrics HTTP/1.1" 200 37216 "" "Prometheus/2.43.0" 2026-02-17T22:17:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: pgmap v57: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: from='client.44162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded) 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: pgmap v57: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: from='client.44162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2026-02-17T22:17:56.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:56 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded) 2026-02-17T22:17:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: pgmap v57: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: from='client.44150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: from='client.44162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:17:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2026-02-17T22:17:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:56 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded) 2026-02-17T22:17:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:58 trial144 ceph-mon[107811]: pgmap v58: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:58.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:58 trial144 ceph-mon[110196]: pgmap v58: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:58 trial172 ceph-mon[93286]: pgmap v58: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:17:59.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:17:59 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:59.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:17:59 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:17:59.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:17:59 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:00 trial144 ceph-mon[107811]: pgmap v59: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:00.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:00 trial144 ceph-mon[110196]: pgmap v59: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:00 trial172 ceph-mon[93286]: pgmap v59: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:02.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:02 trial144 ceph-mon[107811]: pgmap v60: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:02.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:02 trial144 ceph-mon[110196]: pgmap v60: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:02.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:02 trial172 ceph-mon[93286]: pgmap v60: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:04.671 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:04 trial144 ceph-mon[107811]: pgmap v61: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:04.671 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:04 trial144 ceph-mon[110196]: pgmap v61: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:04.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:04 trial172 ceph-mon[93286]: pgmap v61: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:05.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:18:05.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:05.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:18:05.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:05.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:18:05.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:05.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:18:05.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:05 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:05.687 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2026-02-17T22:18:05.687 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:05.687 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2026-02-17T22:18:05.688 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:05 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:06.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:05] "GET /metrics HTTP/1.1" 200 37216 "" "Prometheus/2.43.0" 2026-02-17T22:18:06.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:05 trial144 systemd[1]: Stopping Ceph osd.3 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:06.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:18:05.738+0000 7f63263c4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:18:06.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:18:05.738+0000 7f63263c4640 -1 osd.3 75 *** Got signal Terminated *** 2026-02-17T22:18:06.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[65237]: 2026-02-17T22:18:05.738+0000 7f63263c4640 -1 osd.3 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:18:06.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:18:06.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: Upgrade: osd.3 is safe to restart 2026-02-17T22:18:06.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: pgmap v62: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: Upgrade: Updating osd.3 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: Deploying daemon osd.3 on trial144 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[107811]: osd.3 marked itself down and dead 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: Upgrade: osd.3 is safe to restart 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: pgmap v62: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: Upgrade: Updating osd.3 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: Deploying daemon osd.3 on trial144 2026-02-17T22:18:06.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:06 trial144 ceph-mon[110196]: osd.3 marked itself down and dead 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: Upgrade: osd.3 is safe to restart 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: pgmap v62: 105 pgs: 105 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: Upgrade: Updating osd.3 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: Deploying daemon osd.3 on trial144 2026-02-17T22:18:06.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:06 trial172 ceph-mon[93286]: osd.3 marked itself down and dead 2026-02-17T22:18:07.148 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:06 trial144 podman[134608]: 2026-02-17 22:18:06.872985118 +0000 UTC m=+1.148098947 container died 81bd5ba8c3c46842fc544fc92183ce62663acf04b4d3448c267d6f4892789ae5 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, ceph=True, 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.label-schema.build-date=20260209) 2026-02-17T22:18:07.149 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:06 trial144 podman[134608]: 2026-02-17 22:18:06.984806972 +0000 UTC m=+1.259920791 container remove 81bd5ba8c3c46842fc544fc92183ce62663acf04b4d3448c267d6f4892789ae5 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=reef, OSD_FLAVOR=default) 2026-02-17T22:18:07.149 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:06 trial144 bash[134608]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3 2026-02-17T22:18:07.411 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.147992752 +0000 UTC m=+0.015380089 container create f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:07.412 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.184348333 +0000 UTC m=+0.051735680 container init f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, 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_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, ceph=True) 2026-02-17T22:18:07.412 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.188168556 +0000 UTC m=+0.055555903 container start f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, ceph=True) 2026-02-17T22:18:07.412 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.188582934 +0000 UTC m=+0.055970271 container attach f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, 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/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug) 2026-02-17T22:18:07.412 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.142082964 +0000 UTC m=+0.009470321 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:07.412 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.309563595 +0000 UTC m=+0.176950942 container died f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[107811]: osdmap e76: 8 total, 7 up, 8 in 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[107811]: pgmap v64: 105 pgs: 15 stale+active+clean, 90 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[110196]: osdmap e76: 8 total, 7 up, 8 in 2026-02-17T22:18:07.674 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:07 trial144 ceph-mon[110196]: pgmap v64: 105 pgs: 15 stale+active+clean, 90 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:07.674 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134754]: 2026-02-17 22:18:07.42376756 +0000 UTC m=+0.291154907 container remove f2c13de5a8bc0d6d716585c86d1ca2d839613ec2faa16dd6f8152751e98b7782 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:07.674 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.3.service: Deactivated successfully. 2026-02-17T22:18:07.674 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 systemd[1]: Stopped Ceph osd.3 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:07.674 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.3.service: Consumed 1.886s CPU time. 2026-02-17T22:18:07.674 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 systemd[1]: Starting Ceph osd.3 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:07 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:07 trial172 ceph-mon[93286]: osdmap e76: 8 total, 7 up, 8 in 2026-02-17T22:18:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:07 trial172 ceph-mon[93286]: pgmap v64: 105 pgs: 15 stale+active+clean, 90 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:08.010 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134923]: 2026-02-17 22:18:07.673023527 +0000 UTC m=+0.016477664 container create 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134923]: 2026-02-17 22:18:07.71447763 +0000 UTC m=+0.057931777 container init 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134923]: 2026-02-17 22:18:07.717773712 +0000 UTC m=+0.061227859 container start 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134923]: 2026-02-17 22:18:07.718229046 +0000 UTC m=+0.061683193 container attach 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, 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/, org.label-schema.vendor=CentOS) 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 podman[134923]: 2026-02-17 22:18:07.665896281 +0000 UTC m=+0.009350428 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 bash[134923]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.011 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:07 trial144 bash[134923]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.462 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[107811]: osdmap e77: 8 total, 7 up, 8 in 2026-02-17T22:18:08.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:08.463 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:08.463 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[110196]: osdmap e77: 8 total, 7 up, 8 in 2026-02-17T22:18:08.463 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:08.463 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2026-02-17T22:18:08.464 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate[134949]: --> ceph-volume lvm activate successful for osd ID: 3 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[134923]: --> ceph-volume lvm activate successful for osd ID: 3 2026-02-17T22:18:08.465 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[134923]: 2026-02-17 22:18:08.35242928 +0000 UTC m=+0.695883427 container died 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:08.760 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[134923]: 2026-02-17 22:18:08.465775323 +0000 UTC m=+0.809229470 container remove 6fb12744b2db0297a75357fed173d6a7841175e6c4d2c64b0af8847a269fc0c9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-activate, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[135252]: 2026-02-17 22:18:08.542602095 +0000 UTC m=+0.016193787 container create d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[135252]: 2026-02-17 22:18:08.574259815 +0000 UTC m=+0.047851507 container init d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[135252]: 2026-02-17 22:18:08.577398254 +0000 UTC m=+0.050989956 container start d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 bash[135252]: d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 podman[135252]: 2026-02-17 22:18:08.536493248 +0000 UTC m=+0.010084950 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 systemd[1]: Started Ceph osd.3 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:08.761 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-osd[135303]: -- 10.20.193.144:0/45406689 <== mon.2 v2:10.20.193.144:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5561535d3860 con 0x55614f3cfc00 2026-02-17T22:18:08.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:08 trial172 ceph-mon[93286]: osdmap e77: 8 total, 7 up, 8 in 2026-02-17T22:18:08.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:08.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:09.223 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:08 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:18:08.844+0000 7fe14fdda8c0 -1 Falling back to public interface 2026-02-17T22:18:09.476 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:09 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:18:09.307+0000 7fe14fdda8c0 -1 osd.3 75 log_to_monitors true 2026-02-17T22:18:09.760 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:18:09 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:18:09.643+0000 7fe14333a640 -1 osd.3 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:18:09.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: pgmap v66: 105 pgs: 8 active+undersized, 14 stale+active+clean, 2 active+undersized+degraded, 81 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: pgmap v66: 105 pgs: 8 active+undersized, 14 stale+active+clean, 2 active+undersized+degraded, 81 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:09.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: pgmap v66: 105 pgs: 8 active+undersized, 14 stale+active+clean, 2 active+undersized+degraded, 81 active+clean; 583 KiB data, 220 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:18:10.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.959 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: osdmap e78: 8 total, 7 up, 8 in 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.960 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:18:10.961 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: osdmap e78: 8 total, 7 up, 8 in 2026-02-17T22:18:10.961 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:10.961 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:10.961 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:10.961 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:10 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: osdmap e78: 8 total, 7 up, 8 in 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: from='osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:11.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:10 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:11.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:18:11.156+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2026-02-17T22:18:12.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: pgmap v68: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659] boot 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: osdmap e79: 8 total, 8 up, 8 in 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: mgrmap e39: y(active, since 92s), standbys: x 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:12.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: pgmap v68: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:12.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659] boot 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: osdmap e79: 8 total, 8 up, 8 in 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: mgrmap e39: y(active, since 92s), standbys: x 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.013 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.014 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.014 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:12.014 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:12.014 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:11 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2026-02-17T22:18:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: pgmap v68: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: osd.3 [v2:10.20.193.144:6826/774047659,v1:10.20.193.144:6827/774047659] boot 2026-02-17T22:18:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: osdmap e79: 8 total, 8 up, 8 in 2026-02-17T22:18:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: mgrmap e39: y(active, since 92s), standbys: x 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:12.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:11 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2026-02-17T22:18:13.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:12 trial144 ceph-mon[110196]: osdmap e80: 8 total, 8 up, 8 in 2026-02-17T22:18:13.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:12 trial144 ceph-mon[107811]: osdmap e80: 8 total, 8 up, 8 in 2026-02-17T22:18:13.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:12 trial172 ceph-mon[93286]: osdmap e80: 8 total, 8 up, 8 in 2026-02-17T22:18:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:13 trial144 ceph-mon[107811]: pgmap v71: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 614 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:14.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:13 trial144 ceph-mon[110196]: pgmap v71: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 614 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:13 trial172 ceph-mon[93286]: pgmap v71: 105 pgs: 33 active+undersized, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 614 B/s wr, 0 op/s; 8/78 objects degraded (10.256%) 2026-02-17T22:18:15.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:14 trial144 ceph-mon[107811]: Health check update: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:18:15.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:14 trial144 ceph-mon[110196]: Health check update: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:18:15.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:14 trial172 ceph-mon[93286]: Health check update: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded (PG_DEGRADED) 2026-02-17T22:18:16.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:15 trial144 ceph-mon[107811]: pgmap v72: 105 pgs: 18 active+undersized, 1 active+undersized+degraded, 86 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 2/78 objects degraded (2.564%); 61 B/s, 0 objects/s recovering 2026-02-17T22:18:16.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:15 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:15] "GET /metrics HTTP/1.1" 200 37277 "" "Prometheus/2.43.0" 2026-02-17T22:18:16.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:15 trial144 ceph-mon[110196]: pgmap v72: 105 pgs: 18 active+undersized, 1 active+undersized+degraded, 86 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 2/78 objects degraded (2.564%); 61 B/s, 0 objects/s recovering 2026-02-17T22:18:16.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:15 trial172 ceph-mon[93286]: pgmap v72: 105 pgs: 18 active+undersized, 1 active+undersized+degraded, 86 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 511 B/s wr, 0 op/s; 2/78 objects degraded (2.564%); 61 B/s, 0 objects/s recovering 2026-02-17T22:18:17.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:16 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded) 2026-02-17T22:18:17.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:16 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded) 2026-02-17T22:18:17.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:16 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/78 objects degraded (2.564%), 1 pg degraded) 2026-02-17T22:18:18.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:17 trial144 ceph-mon[107811]: pgmap v73: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 54 B/s, 0 objects/s recovering 2026-02-17T22:18:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:17 trial144 ceph-mon[110196]: pgmap v73: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 54 B/s, 0 objects/s recovering 2026-02-17T22:18:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:17 trial172 ceph-mon[93286]: pgmap v73: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 54 B/s, 0 objects/s recovering 2026-02-17T22:18:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:19 trial144 ceph-mon[107811]: pgmap v74: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 46 B/s, 0 objects/s recovering 2026-02-17T22:18:20.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:19 trial144 ceph-mon[110196]: pgmap v74: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 46 B/s, 0 objects/s recovering 2026-02-17T22:18:20.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:19 trial172 ceph-mon[93286]: pgmap v74: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 46 B/s, 0 objects/s recovering 2026-02-17T22:18:22.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:21 trial144 ceph-mon[107811]: pgmap v75: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 37 B/s, 0 objects/s recovering 2026-02-17T22:18:22.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:21 trial144 ceph-mon[110196]: pgmap v75: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 37 B/s, 0 objects/s recovering 2026-02-17T22:18:22.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:21 trial172 ceph-mon[93286]: pgmap v75: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 37 B/s, 0 objects/s recovering 2026-02-17T22:18:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[107811]: pgmap v76: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 34 B/s, 0 objects/s recovering 2026-02-17T22:18:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:24.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[110196]: pgmap v76: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 34 B/s, 0 objects/s recovering 2026-02-17T22:18:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:24.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:24 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:24 trial172 ceph-mon[93286]: pgmap v76: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 34 B/s, 0 objects/s recovering 2026-02-17T22:18:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:24 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:24 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:24.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:24 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:25.333 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (3m) 16s ago 3m 35.7M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (3m) 93s ago 3m 94.5M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (3m) 16s ago 3m 19.5M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (3m) 93s ago 3m 15.3M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (116s) 93s ago 4m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (2m) 16s ago 5m 626M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:18:25.671 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (111s) 16s ago 5m 114M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (99s) 93s ago 5m 90.8M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (103s) 16s ago 5m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (3m) 16s ago 3m 20.0M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (3m) 93s ago 3m 16.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (82s) 16s ago 4m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (60s) 16s ago 4m 113M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (38s) 16s ago 4m 111M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (17s) 16s ago 4m 85.4M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 d1206243cc9d 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (4m) 93s ago 4m 46.3M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 7220324f642f 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (4m) 93s ago 4m 47.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 44d2ce4217e5 2026-02-17T22:18:25.672 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (3m) 93s ago 3m 47.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:18:25.673 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (3m) 93s ago 3m 49.6M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:18:25.673 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (117s) 93s ago 3m 46.7M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:18:25.880 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 4, 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 4 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 6, 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 9 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:18:25.881 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:18:26.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:25] "GET /metrics HTTP/1.1" 200 37280 "" "Prometheus/2.43.0" 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:18:26.053 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:18:26.054 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "9/20 daemons upgraded", 2026-02-17T22:18:26.054 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading osd daemons", 2026-02-17T22:18:26.054 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:18:26.054 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:18:26.734 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:26 trial172 ceph-mon[93286]: pgmap v77: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 30 B/s, 0 objects/s recovering 2026-02-17T22:18:26.734 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:26 trial172 ceph-mon[93286]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:26.734 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:26 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/3603140879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:26.735 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:26 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:26.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[107811]: pgmap v77: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 30 B/s, 0 objects/s recovering 2026-02-17T22:18:26.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[107811]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:26.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/3603140879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:26.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[110196]: pgmap v77: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 30 B/s, 0 objects/s recovering 2026-02-17T22:18:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[110196]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/3603140879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:26.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:26 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2026-02-17T22:18:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='client.34275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: Upgrade: osd.4 is safe to restart 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='client.34275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: Upgrade: osd.4 is safe to restart 2026-02-17T22:18:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:18:27.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:27 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:27.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='client.34275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2026-02-17T22:18:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: Upgrade: osd.4 is safe to restart 2026-02-17T22:18:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2026-02-17T22:18:27.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:27 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:27.787 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:27 trial172 systemd[1]: Stopping Ceph osd.4 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:27.787 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:18:27.504+0000 7fb151e92640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:18:27.787 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:18:27.504+0000 7fb151e92640 -1 osd.4 80 *** Got signal Terminated *** 2026-02-17T22:18:27.787 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:27 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[33432]: 2026-02-17T22:18:27.504+0000 7fb151e92640 -1 osd.4 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:18:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[107811]: pgmap v78: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[107811]: Upgrade: Updating osd.4 2026-02-17T22:18:28.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[107811]: Deploying daemon osd.4 on trial172 2026-02-17T22:18:28.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[107811]: osd.4 marked itself down and dead 2026-02-17T22:18:28.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[110196]: pgmap v78: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:28.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[110196]: Upgrade: Updating osd.4 2026-02-17T22:18:28.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[110196]: Deploying daemon osd.4 on trial172 2026-02-17T22:18:28.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:28 trial144 ceph-mon[110196]: osd.4 marked itself down and dead 2026-02-17T22:18:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:28 trial172 ceph-mon[93286]: pgmap v78: 105 pgs: 105 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:28 trial172 ceph-mon[93286]: Upgrade: Updating osd.4 2026-02-17T22:18:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:28 trial172 ceph-mon[93286]: Deploying daemon osd.4 on trial172 2026-02-17T22:18:28.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:28 trial172 ceph-mon[93286]: osd.4 marked itself down and dead 2026-02-17T22:18:29.143 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:28 trial172 podman[99771]: 2026-02-17 22:18:28.891032737 +0000 UTC m=+1.400942041 container died 7220324f642fcaafb272f98034616241982543d036b7871e61f2132bdb0ad33b (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=reef, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:18:29.143 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99771]: 2026-02-17 22:18:29.00548917 +0000 UTC m=+1.515398464 container remove 7220324f642fcaafb272f98034616241982543d036b7871e61f2132bdb0ad33b (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , 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=True, org.label-schema.build-date=20260209, CEPH_REF=reef, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:18:29.143 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 bash[99771]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.142427144 +0000 UTC m=+0.017292588 container create 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.186912529 +0000 UTC m=+0.061777983 container init 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, ceph=True, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.190166005 +0000 UTC m=+0.065031449 container start 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, OSD_FLAVOR=debug) 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.190739361 +0000 UTC m=+0.065604815 container attach 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, 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_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216) 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.134420875 +0000 UTC m=+0.009286319 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:29.400 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.307918664 +0000 UTC m=+0.182784128 container died 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, 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, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, 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.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-02-17T22:18:29.678 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:29 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:29.678 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:29 trial172 ceph-mon[93286]: osdmap e81: 8 total, 7 up, 8 in 2026-02-17T22:18:29.679 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[99920]: 2026-02-17 22:18:29.421840534 +0000 UTC m=+0.296705988 container remove 9d9c28c380faff4a18ae568a958d698903982b43a8935468629be38be2a6373f (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, 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_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-17T22:18:29.679 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.4.service: Deactivated successfully. 2026-02-17T22:18:29.679 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 systemd[1]: Stopped Ceph osd.4 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:29.679 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.4.service: Consumed 1.901s CPU time. 2026-02-17T22:18:29.679 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 systemd[1]: Starting Ceph osd.4 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:29 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:29.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:29 trial144 ceph-mon[107811]: osdmap e81: 8 total, 7 up, 8 in 2026-02-17T22:18:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:29 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:29.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:29 trial144 ceph-mon[110196]: osdmap e81: 8 total, 7 up, 8 in 2026-02-17T22:18:30.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[100093]: 2026-02-17 22:18:29.677026147 +0000 UTC m=+0.016193035 container create 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS) 2026-02-17T22:18:30.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[100093]: 2026-02-17 22:18:29.716666888 +0000 UTC m=+0.055833786 container init 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, 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/) 2026-02-17T22:18:30.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[100093]: 2026-02-17 22:18:29.720377664 +0000 UTC m=+0.059544552 container start 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.build-date=20260216) 2026-02-17T22:18:30.037 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[100093]: 2026-02-17 22:18:29.720907228 +0000 UTC m=+0.060074116 container attach 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.33.7, 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, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:18:30.038 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 podman[100093]: 2026-02-17 22:18:29.670774148 +0000 UTC m=+0.009941036 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:30.038 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.038 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 bash[100093]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.038 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.038 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:29 trial172 bash[100093]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.502 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:30 trial172 ceph-mon[93286]: pgmap v80: 105 pgs: 7 stale+active+clean, 98 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:30.502 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:30 trial172 ceph-mon[93286]: osdmap e82: 8 total, 7 up, 8 in 2026-02-17T22:18:30.502 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:30.502 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.502 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2026-02-17T22:18:30.503 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate[100115]: --> ceph-volume lvm activate successful for osd ID: 4 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100093]: --> ceph-volume lvm activate successful for osd ID: 4 2026-02-17T22:18:30.504 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100093]: 2026-02-17 22:18:30.389270907 +0000 UTC m=+0.728437805 container died 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, 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.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2) 2026-02-17T22:18:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:30 trial144 ceph-mon[107811]: pgmap v80: 105 pgs: 7 stale+active+clean, 98 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:30.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:30 trial144 ceph-mon[107811]: osdmap e82: 8 total, 7 up, 8 in 2026-02-17T22:18:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:30 trial144 ceph-mon[110196]: pgmap v80: 105 pgs: 7 stale+active+clean, 98 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:30.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:30 trial144 ceph-mon[110196]: osdmap e82: 8 total, 7 up, 8 in 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100093]: 2026-02-17 22:18:30.505196571 +0000 UTC m=+0.844363449 container remove 3e3993009c2b0f87f2065faae1c07eb168e3bcf169b4d3278275902a63bd5677 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-activate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100430]: 2026-02-17 22:18:30.583875452 +0000 UTC m=+0.015856519 container create a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100430]: 2026-02-17 22:18:30.618899553 +0000 UTC m=+0.050880620 container init a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True) 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100430]: 2026-02-17 22:18:30.622391193 +0000 UTC m=+0.054372260 container start a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 bash[100430]: a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 podman[100430]: 2026-02-17 22:18:30.577730703 +0000 UTC m=+0.009711770 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 systemd[1]: Started Ceph osd.4 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:30.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-osd[100480]: -- 10.20.193.172:0/1580674097 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55abc8591860 con 0x55abc8482000 2026-02-17T22:18:31.130 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:30 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:18:30.843+0000 7fac8aa8f8c0 -1 Falling back to public interface 2026-02-17T22:18:31.387 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:31 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:18:31.284+0000 7fac8aa8f8c0 -1 osd.4 80 log_to_monitors true 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: pgmap v82: 105 pgs: 9 active+undersized, 19 peering, 2 stale+active+clean, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 5/78 objects degraded (6.410%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: pgmap v82: 105 pgs: 9 active+undersized, 19 peering, 2 stale+active+clean, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:32.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:31 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 5/78 objects degraded (6.410%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:32.036 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:18:31 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:18:31.704+0000 7fac7dfef640 -1 osd.4 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: pgmap v82: 105 pgs: 9 active+undersized, 19 peering, 2 stale+active+clean, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 221 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:31 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 5/78 objects degraded (6.410%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: osdmap e83: 8 total, 7 up, 8 in 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:32.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:32 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:18:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: osdmap e83: 8 total, 7 up, 8 in 2026-02-17T22:18:33.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: osdmap e83: 8 total, 7 up, 8 in 2026-02-17T22:18:33.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:32 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:33.671 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:33 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:18:33.315+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2026-02-17T22:18:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: pgmap v84: 105 pgs: 9 active+undersized, 21 peering, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:34.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459] boot 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: osdmap e84: 8 total, 8 up, 8 in 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: pgmap v84: 105 pgs: 9 active+undersized, 21 peering, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459] boot 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: osdmap e84: 8 total, 8 up, 8 in 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:18:34.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:34.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:33 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2026-02-17T22:18:34.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: pgmap v84: 105 pgs: 9 active+undersized, 21 peering, 3 active+undersized+degraded, 72 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:18:34.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:34.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: osd.4 [v2:10.20.193.172:6800/1654751459,v1:10.20.193.172:6801/1654751459] boot 2026-02-17T22:18:34.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: osdmap e84: 8 total, 8 up, 8 in 2026-02-17T22:18:34.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:34.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:33 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2026-02-17T22:18:35.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:34 trial144 ceph-mon[107811]: osdmap e85: 8 total, 8 up, 8 in 2026-02-17T22:18:35.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:34 trial144 ceph-mon[110196]: osdmap e85: 8 total, 8 up, 8 in 2026-02-17T22:18:35.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:34 trial172 ceph-mon[93286]: osdmap e85: 8 total, 8 up, 8 in 2026-02-17T22:18:36.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:35 trial144 ceph-mon[107811]: pgmap v87: 105 pgs: 12 active+undersized, 5 peering, 6 active+undersized+degraded, 82 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:18:36.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:35] "GET /metrics HTTP/1.1" 200 37280 "" "Prometheus/2.43.0" 2026-02-17T22:18:36.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:35 trial144 ceph-mon[110196]: pgmap v87: 105 pgs: 12 active+undersized, 5 peering, 6 active+undersized+degraded, 82 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:18:36.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:35 trial172 ceph-mon[93286]: pgmap v87: 105 pgs: 12 active+undersized, 5 peering, 6 active+undersized+degraded, 82 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:18:37.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:36 trial172 ceph-mon[93286]: Health check update: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:37.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:36 trial144 ceph-mon[107811]: Health check update: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:37.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:36 trial144 ceph-mon[110196]: Health check update: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:38.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:37 trial172 ceph-mon[93286]: pgmap v88: 105 pgs: 4 active+undersized, 5 peering, 4 active+undersized+degraded, 92 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:18:38.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:37 trial144 ceph-mon[107811]: pgmap v88: 105 pgs: 4 active+undersized, 5 peering, 4 active+undersized+degraded, 92 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:18:38.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:37 trial144 ceph-mon[110196]: pgmap v88: 105 pgs: 4 active+undersized, 5 peering, 4 active+undersized+degraded, 92 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:18:39.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:39.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:39.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:39.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:39.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:39.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:40.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[110196]: pgmap v89: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:40.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[110196]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2026-02-17T22:18:40.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded) 2026-02-17T22:18:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[107811]: pgmap v89: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[107811]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2026-02-17T22:18:40.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:40 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded) 2026-02-17T22:18:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:40 trial172 ceph-mon[93286]: pgmap v89: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:40 trial172 ceph-mon[93286]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2026-02-17T22:18:40.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:40 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/78 objects degraded (5.128%), 4 pgs degraded) 2026-02-17T22:18:42.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:42 trial144 ceph-mon[107811]: pgmap v90: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:42.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:42 trial144 ceph-mon[110196]: pgmap v90: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:42.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:42 trial172 ceph-mon[93286]: pgmap v90: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:44.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:44 trial144 ceph-mon[107811]: pgmap v91: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:44.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:44 trial144 ceph-mon[110196]: pgmap v91: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:44.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:44 trial172 ceph-mon[93286]: pgmap v91: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:46.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:45] "GET /metrics HTTP/1.1" 200 37291 "" "Prometheus/2.43.0" 2026-02-17T22:18:46.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:46 trial144 ceph-mon[107811]: pgmap v92: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:46.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:46 trial144 ceph-mon[110196]: pgmap v92: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:46.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:46 trial172 ceph-mon[93286]: pgmap v92: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:48.721 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:48 trial172 ceph-mon[93286]: pgmap v93: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:48.721 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:48.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:48 trial144 ceph-mon[107811]: pgmap v93: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:48.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:48.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:48 trial144 ceph-mon[110196]: pgmap v93: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:48.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2026-02-17T22:18:49.510 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:49.510 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: Upgrade: osd.5 is safe to restart 2026-02-17T22:18:49.510 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.510 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.510 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:18:49.511 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:49 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: Upgrade: osd.5 is safe to restart 2026-02-17T22:18:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: Upgrade: osd.5 is safe to restart 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2026-02-17T22:18:49.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:49 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:50.036 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:49 trial172 systemd[1]: Stopping Ceph osd.5 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:50.036 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:18:49.665+0000 7fc3b1167640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:18:50.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:18:49.665+0000 7fc3b1167640 -1 osd.5 85 *** Got signal Terminated *** 2026-02-17T22:18:50.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[41123]: 2026-02-17T22:18:49.665+0000 7fc3b1167640 -1 osd.5 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:18:50.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[107811]: pgmap v94: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:50.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[107811]: Upgrade: Updating osd.5 2026-02-17T22:18:50.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[107811]: Deploying daemon osd.5 on trial172 2026-02-17T22:18:50.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[107811]: osd.5 marked itself down and dead 2026-02-17T22:18:50.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[110196]: pgmap v94: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:50.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[110196]: Upgrade: Updating osd.5 2026-02-17T22:18:50.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[110196]: Deploying daemon osd.5 on trial172 2026-02-17T22:18:50.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:50 trial144 ceph-mon[110196]: osd.5 marked itself down and dead 2026-02-17T22:18:50.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:50 trial172 ceph-mon[93286]: pgmap v94: 105 pgs: 105 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:50.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:50 trial172 ceph-mon[93286]: Upgrade: Updating osd.5 2026-02-17T22:18:50.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:50 trial172 ceph-mon[93286]: Deploying daemon osd.5 on trial172 2026-02-17T22:18:50.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:50 trial172 ceph-mon[93286]: osd.5 marked itself down and dead 2026-02-17T22:18:51.128 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:50 trial172 podman[106203]: 2026-02-17 22:18:50.870381695 +0000 UTC m=+1.219209138 container died 44d2ce4217e58c665b098867fc76415225eef0290e67dfe753df7f4c69c45889 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, 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/, ceph=True, org.label-schema.build-date=20260209, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=reef, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7) 2026-02-17T22:18:51.128 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:50 trial172 podman[106203]: 2026-02-17 22:18:50.98387743 +0000 UTC m=+1.332704873 container remove 44d2ce4217e58c665b098867fc76415225eef0290e67dfe753df7f4c69c45889 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=reef, org.label-schema.license=GPLv2, 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/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7) 2026-02-17T22:18:51.128 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:50 trial172 bash[106203]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5 2026-02-17T22:18:51.403 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.126866563 +0000 UTC m=+0.016456895 container create d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-17T22:18:51.403 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.165066386 +0000 UTC m=+0.054656708 container init d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216) 2026-02-17T22:18:51.403 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.16846381 +0000 UTC m=+0.058054122 container start d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:51.403 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.168895913 +0000 UTC m=+0.058486235 container attach d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, OSD_FLAVOR=debug) 2026-02-17T22:18:51.403 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.120078017 +0000 UTC m=+0.009668349 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:51.404 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.290135182 +0000 UTC m=+0.179725504 container died d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.build-date=20260216, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:18:51.672 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:51 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:51.672 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:51 trial172 ceph-mon[93286]: osdmap e86: 8 total, 7 up, 8 in 2026-02-17T22:18:51.673 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:51 trial172 ceph-mon[93286]: pgmap v96: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:51.673 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106347]: 2026-02-17 22:18:51.405414113 +0000 UTC m=+0.295004425 container remove d9a85d2dbcbd48a92c59e8e6a51d4c2898cfbd5bf09919dcda1df3dbbfa1ede0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, 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/) 2026-02-17T22:18:51.673 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.5.service: Deactivated successfully. 2026-02-17T22:18:51.673 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 systemd[1]: Stopped Ceph osd.5 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:51.674 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.5.service: Consumed 2.161s CPU time. 2026-02-17T22:18:51.674 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 systemd[1]: Starting Ceph osd.5 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:18:51.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[107811]: osdmap e86: 8 total, 7 up, 8 in 2026-02-17T22:18:51.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[107811]: pgmap v96: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:51.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:18:51.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[110196]: osdmap e86: 8 total, 7 up, 8 in 2026-02-17T22:18:51.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:51 trial144 ceph-mon[110196]: pgmap v96: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:52.036 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106522]: 2026-02-17 22:18:51.670797398 +0000 UTC m=+0.016695398 container create 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2) 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106522]: 2026-02-17 22:18:51.713265223 +0000 UTC m=+0.059163213 container init 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, 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.license=GPLv2, 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.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS) 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106522]: 2026-02-17 22:18:51.716951444 +0000 UTC m=+0.062849424 container start 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS) 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106522]: 2026-02-17 22:18:51.717497879 +0000 UTC m=+0.063395859 container attach 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 podman[106522]: 2026-02-17 22:18:51.66407766 +0000 UTC m=+0.009975630 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 bash[106522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.037 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:51 trial172 bash[106522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.502 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:52 trial172 ceph-mon[93286]: osdmap e87: 8 total, 7 up, 8 in 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2026-02-17T22:18:52.503 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate[106544]: --> ceph-volume lvm activate successful for osd ID: 5 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106522]: --> ceph-volume lvm activate successful for osd ID: 5 2026-02-17T22:18:52.504 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106522]: 2026-02-17 22:18:52.388825026 +0000 UTC m=+0.734722996 container died 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, ceph=True, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:18:52.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:52 trial144 ceph-mon[107811]: osdmap e87: 8 total, 7 up, 8 in 2026-02-17T22:18:52.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:52 trial144 ceph-mon[110196]: osdmap e87: 8 total, 7 up, 8 in 2026-02-17T22:18:52.786 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106522]: 2026-02-17 22:18:52.504806363 +0000 UTC m=+0.850704343 container remove 7447bae355caa864b024d76206232087cfcbb97872b5760cba517def6959f94a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-activate, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:18:52.786 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106864]: 2026-02-17 22:18:52.583118454 +0000 UTC m=+0.016419667 container create bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, 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) 2026-02-17T22:18:52.786 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106864]: 2026-02-17 22:18:52.618420231 +0000 UTC m=+0.051721444 container init bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, io.buildah.version=1.33.7, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:18:52.787 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106864]: 2026-02-17 22:18:52.62187439 +0000 UTC m=+0.055175603 container start bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, 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/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0) 2026-02-17T22:18:52.787 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 bash[106864]: bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 2026-02-17T22:18:52.787 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 podman[106864]: 2026-02-17 22:18:52.577040558 +0000 UTC m=+0.010341771 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:18:52.787 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 systemd[1]: Started Ceph osd.5 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:18:52.787 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-osd[106914]: -- 10.20.193.172:0/227388849 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5558f63af860 con 0x5558f62a4400 2026-02-17T22:18:53.169 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:52 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:18:52.894+0000 7f2dddc128c0 -1 Falling back to public interface 2026-02-17T22:18:53.463 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:53 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:18:53.385+0000 7f2dddc128c0 -1 osd.5 85 log_to_monitors true 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: pgmap v98: 105 pgs: 4 active+undersized, 14 stale+active+clean, 87 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:53.750 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:53.751 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:53.751 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:53 trial172 ceph-mon[93286]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:54.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: pgmap v98: 105 pgs: 4 active+undersized, 14 stale+active+clean, 87 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:54.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[107811]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: pgmap v98: 105 pgs: 4 active+undersized, 14 stale+active+clean, 87 active+clean; 583 KiB data, 222 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:54.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:54.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:18:54.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:54.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:53 trial144 ceph-mon[110196]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2026-02-17T22:18:54.551 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:18:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:18:54.405+0000 7f2dd517a640 -1 osd.5 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:18:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:18:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: osdmap e88: 8 total, 7 up, 8 in 2026-02-17T22:18:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:54 trial172 ceph-mon[93286]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: osdmap e88: 8 total, 7 up, 8 in 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[107811]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:55.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2026-02-17T22:18:55.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: osdmap e88: 8 total, 7 up, 8 in 2026-02-17T22:18:55.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:54 trial144 ceph-mon[110196]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:18:55.658 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:18:55.392+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2026-02-17T22:18:55.658 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:18:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:18:55] "GET /metrics HTTP/1.1" 200 37312 "" "Prometheus/2.43.0" 2026-02-17T22:18:56.240 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: pgmap v100: 105 pgs: 8 peering, 23 active+undersized, 5 active+undersized+degraded, 69 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 9/78 objects degraded (11.538%) 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 9/78 objects degraded (11.538%), 5 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:56.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504] boot 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: osdmap e89: 8 total, 8 up, 8 in 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: pgmap v100: 105 pgs: 8 peering, 23 active+undersized, 5 active+undersized+degraded, 69 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 9/78 objects degraded (11.538%) 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 9/78 objects degraded (11.538%), 5 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:56.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504] boot 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: osdmap e89: 8 total, 8 up, 8 in 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:18:56.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:56 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (3m) 47s ago 3m 35.7M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (3m) 2s ago 3m 98.0M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (4m) 47s ago 4m 19.5M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (4m) 2s ago 4m 16.0M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:18:56.582 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (2m) 2s ago 5m 561M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (2m) 47s ago 6m 626M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (2m) 47s ago 6m 114M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (2m) 2s ago 5m 106M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (2m) 47s ago 5m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (3m) 47s ago 3m 20.0M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (3m) 2s ago 3m 19.1M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (113s) 47s ago 5m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (90s) 47s ago 5m 113M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (69s) 47s ago 5m 111M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (48s) 47s ago 4m 85.4M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 d1206243cc9d 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (26s) 2s ago 4m 113M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 a0f8755be7f2 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (4s) 2s ago 4m 85.4M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 bbba48adf746 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (4m) 2s ago 4m 51.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a e72f09dc4152 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (4m) 2s ago 4m 55.1M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:18:56.583 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (2m) 2s ago 3m 63.3M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:18:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: pgmap v100: 105 pgs: 8 peering, 23 active+undersized, 5 active+undersized+degraded, 69 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 9/78 objects degraded (11.538%) 2026-02-17T22:18:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 9/78 objects degraded (11.538%), 5 pgs degraded (PG_DEGRADED) 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: osd.5 [v2:10.20.193.172:6808/4248948504,v1:10.20.193.172:6809/4248948504] boot 2026-02-17T22:18:56.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: osdmap e89: 8 total, 8 up, 8 in 2026-02-17T22:18:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2026-02-17T22:18:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:18:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:18:56.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:56 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2026-02-17T22:18:56.790 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:18:56.790 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:18:56.790 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2, 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 6 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:18:56.791 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:18:56.792 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 4, 2026-02-17T22:18:56.792 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 11 2026-02-17T22:18:56.792 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:18:56.792 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:18:56.963 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "11/20 daemons upgraded", 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading osd daemons", 2026-02-17T22:18:56.964 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:18:56.965 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:18:57.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[107811]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[107811]: osdmap e90: 8 total, 8 up, 8 in 2026-02-17T22:18:57.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[107811]: from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1296730378' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:57.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[110196]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[110196]: osdmap e90: 8 total, 8 up, 8 in 2026-02-17T22:18:57.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[110196]: from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:57 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1296730378' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:57.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:57 trial172 ceph-mon[93286]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:57 trial172 ceph-mon[93286]: osdmap e90: 8 total, 8 up, 8 in 2026-02-17T22:18:57.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:57 trial172 ceph-mon[93286]: from='client.44234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:57.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:57 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1296730378' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:18:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[107811]: pgmap v103: 105 pgs: 36 active+undersized, 6 active+undersized+degraded, 63 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 10/78 objects degraded (12.821%) 2026-02-17T22:18:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[107811]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[107811]: from='client.44252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[107811]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2026-02-17T22:18:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[110196]: pgmap v103: 105 pgs: 36 active+undersized, 6 active+undersized+degraded, 63 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 10/78 objects degraded (12.821%) 2026-02-17T22:18:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[110196]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[110196]: from='client.44252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:18:58 trial144 ceph-mon[110196]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2026-02-17T22:18:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:58 trial172 ceph-mon[93286]: pgmap v103: 105 pgs: 36 active+undersized, 6 active+undersized+degraded, 63 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 10/78 objects degraded (12.821%) 2026-02-17T22:18:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:58 trial172 ceph-mon[93286]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:58 trial172 ceph-mon[93286]: from='client.44252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:18:58.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:18:58 trial172 ceph-mon[93286]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2026-02-17T22:19:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:00 trial144 ceph-mon[107811]: pgmap v104: 105 pgs: 29 active+undersized, 4 active+undersized+degraded, 72 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 7/78 objects degraded (8.974%) 2026-02-17T22:19:00.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:00 trial144 ceph-mon[110196]: pgmap v104: 105 pgs: 29 active+undersized, 4 active+undersized+degraded, 72 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 7/78 objects degraded (8.974%) 2026-02-17T22:19:00.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:00 trial172 ceph-mon[93286]: pgmap v104: 105 pgs: 29 active+undersized, 4 active+undersized+degraded, 72 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 7/78 objects degraded (8.974%) 2026-02-17T22:19:01.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:01 trial144 ceph-mon[107811]: pgmap v105: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:01.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:01 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/78 objects degraded (8.974%), 4 pgs degraded) 2026-02-17T22:19:01.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:01 trial144 ceph-mon[110196]: pgmap v105: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:01.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:01 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/78 objects degraded (8.974%), 4 pgs degraded) 2026-02-17T22:19:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:01 trial172 ceph-mon[93286]: pgmap v105: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:01.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:01 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/78 objects degraded (8.974%), 4 pgs degraded) 2026-02-17T22:19:03.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:03 trial144 ceph-mon[107811]: pgmap v106: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:03.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:03 trial144 ceph-mon[110196]: pgmap v106: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:03 trial172 ceph-mon[93286]: pgmap v106: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:05 trial144 ceph-mon[107811]: pgmap v107: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:05.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:05 trial144 ceph-mon[110196]: pgmap v107: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:05.761 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:05] "GET /metrics HTTP/1.1" 200 37312 "" "Prometheus/2.43.0" 2026-02-17T22:19:05.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:05 trial172 ceph-mon[93286]: pgmap v107: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:07.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:07 trial144 ceph-mon[107811]: pgmap v108: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:07.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:07 trial144 ceph-mon[110196]: pgmap v108: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:07.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:07 trial172 ceph-mon[93286]: pgmap v108: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:09.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:09.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:09.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:09.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:09.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:09.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:09.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:10.656 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:10 trial172 ceph-mon[93286]: pgmap v109: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:10.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:10 trial144 ceph-mon[107811]: pgmap v109: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:10.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:10 trial144 ceph-mon[110196]: pgmap v109: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: Upgrade: osd.6 is safe to restart 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:19:11.529 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:19:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:19:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: Upgrade: osd.6 is safe to restart 2026-02-17T22:19:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:11.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: Upgrade: osd.6 is safe to restart 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2026-02-17T22:19:11.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:11.786 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:11 trial172 systemd[1]: Stopping Ceph osd.6 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:11.786 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:11 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:19:11.733+0000 7f141d279640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:19:11.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:11 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:19:11.733+0000 7f141d279640 -1 osd.6 90 *** Got signal Terminated *** 2026-02-17T22:19:11.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:11 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[48942]: 2026-02-17T22:19:11.733+0000 7f141d279640 -1 osd.6 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:19:12.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[107811]: pgmap v110: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:12.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[107811]: Upgrade: Updating osd.6 2026-02-17T22:19:12.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[107811]: Deploying daemon osd.6 on trial172 2026-02-17T22:19:12.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[107811]: osd.6 marked itself down and dead 2026-02-17T22:19:12.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[110196]: pgmap v110: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:12.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[110196]: Upgrade: Updating osd.6 2026-02-17T22:19:12.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[110196]: Deploying daemon osd.6 on trial172 2026-02-17T22:19:12.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:12 trial144 ceph-mon[110196]: osd.6 marked itself down and dead 2026-02-17T22:19:12.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:12 trial172 ceph-mon[93286]: pgmap v110: 105 pgs: 105 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:12.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:12 trial172 ceph-mon[93286]: Upgrade: Updating osd.6 2026-02-17T22:19:12.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:12 trial172 ceph-mon[93286]: Deploying daemon osd.6 on trial172 2026-02-17T22:19:12.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:12 trial172 ceph-mon[93286]: osd.6 marked itself down and dead 2026-02-17T22:19:13.147 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:12 trial172 podman[112629]: 2026-02-17 22:19:12.876995556 +0000 UTC m=+1.158679786 container died e72f09dc415293407416838bfddd0375e4ca66c5d32aaea16b313f1c4f5271af (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.33.7) 2026-02-17T22:19:13.147 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:12 trial172 podman[112629]: 2026-02-17 22:19:12.990488186 +0000 UTC m=+1.272172416 container remove e72f09dc415293407416838bfddd0375e4ca66c5d32aaea16b313f1c4f5271af (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, org.label-schema.build-date=20260209, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=reef, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7) 2026-02-17T22:19:13.148 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:12 trial172 bash[112629]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6 2026-02-17T22:19:13.148 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.12222745 +0000 UTC m=+0.016955993 container create b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:19:13.401 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.157336318 +0000 UTC m=+0.052064791 container init b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:19:13.401 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.161011889 +0000 UTC m=+0.055740362 container start b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-17T22:19:13.401 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.161477544 +0000 UTC m=+0.056206017 container attach b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:19:13.402 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.116111103 +0000 UTC m=+0.010839586 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:13.402 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.292440574 +0000 UTC m=+0.187169047 container died b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:19:13.668 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:13 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:13.668 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:13 trial172 ceph-mon[93286]: osdmap e91: 8 total, 7 up, 8 in 2026-02-17T22:19:13.668 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:13 trial172 ceph-mon[93286]: osdmap e92: 8 total, 7 up, 8 in 2026-02-17T22:19:13.668 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112776]: 2026-02-17 22:19:13.406160438 +0000 UTC m=+0.300888901 container remove b73e308b7edb6404763c0b1f50a33c2911f9aa81e3879b90690860089c96b035 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216) 2026-02-17T22:19:13.669 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.6.service: Deactivated successfully. 2026-02-17T22:19:13.669 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 systemd[1]: Stopped Ceph osd.6 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:13.669 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.6.service: Consumed 2.202s CPU time. 2026-02-17T22:19:13.669 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 systemd[1]: Starting Ceph osd.6 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:13.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:13.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[107811]: osdmap e91: 8 total, 7 up, 8 in 2026-02-17T22:19:13.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[107811]: osdmap e92: 8 total, 7 up, 8 in 2026-02-17T22:19:13.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:13.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[110196]: osdmap e91: 8 total, 7 up, 8 in 2026-02-17T22:19:13.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:13 trial144 ceph-mon[110196]: osdmap e92: 8 total, 7 up, 8 in 2026-02-17T22:19:14.036 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112950]: 2026-02-17 22:19:13.666596329 +0000 UTC m=+0.016127514 container create 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112950]: 2026-02-17 22:19:13.706135741 +0000 UTC m=+0.055666926 container init 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112950]: 2026-02-17 22:19:13.710022344 +0000 UTC m=+0.059553529 container start 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS) 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112950]: 2026-02-17 22:19:13.710518897 +0000 UTC m=+0.060050072 container attach 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7) 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 podman[112950]: 2026-02-17 22:19:13.660149638 +0000 UTC m=+0.009680813 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 bash[112950]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.037 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:13 trial172 bash[112950]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.481 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:14 trial172 ceph-mon[93286]: pgmap v112: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:14.481 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2026-02-17T22:19:14.482 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate[112976]: --> ceph-volume lvm activate successful for osd ID: 6 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[112950]: --> ceph-volume lvm activate successful for osd ID: 6 2026-02-17T22:19:14.483 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[112950]: 2026-02-17 22:19:14.367696427 +0000 UTC m=+0.717227612 container died 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, 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 , org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True) 2026-02-17T22:19:14.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:14 trial144 ceph-mon[107811]: pgmap v112: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:14.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:14 trial144 ceph-mon[110196]: pgmap v112: 105 pgs: 13 stale+active+clean, 92 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:14.786 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[112950]: 2026-02-17 22:19:14.48433743 +0000 UTC m=+0.833868615 container remove 48cc4e2587dfa6b55f69d616d42dab5ae363e8ea850d0153dc85b2da4a1579b1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-activate, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[113289]: 2026-02-17 22:19:14.564781633 +0000 UTC m=+0.015506409 container create f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[113289]: 2026-02-17 22:19:14.602388714 +0000 UTC m=+0.053113500 container init f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, ceph=True, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[113289]: 2026-02-17 22:19:14.606063023 +0000 UTC m=+0.056787799 container start f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, org.label-schema.license=GPLv2, ceph=True, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 bash[113289]: f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 podman[113289]: 2026-02-17 22:19:14.558247119 +0000 UTC m=+0.008971915 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 systemd[1]: Started Ceph osd.6 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:14.787 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-osd[113337]: -- 10.20.193.172:0/3902111001 <== mon.1 v2:10.20.193.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f324cb1860 con 0x55f324ba6400 2026-02-17T22:19:15.190 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:14 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:19:14.865+0000 7f2b9358b8c0 -1 Falling back to public interface 2026-02-17T22:19:15.502 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:19:15.333+0000 7f2b9358b8c0 -1 osd.6 90 log_to_monitors true 2026-02-17T22:19:15.786 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:19:15 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:19:15.680+0000 7f2b8aaf3640 -1 osd.6 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: pgmap v114: 105 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 3 active+undersized+degraded, 76 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:15.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:15 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:16.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:15 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:15] "GET /metrics HTTP/1.1" 200 37320 "" "Prometheus/2.43.0" 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: pgmap v114: 105 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 3 active+undersized+degraded, 76 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:16.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: pgmap v114: 105 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 3 active+undersized+degraded, 76 active+clean; 583 KiB data, 223 MiB used, 5.5 TiB / 5.5 TiB avail; 4/78 objects degraded (5.128%) 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2026-02-17T22:19:16.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:15 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:16.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: osdmap e93: 8 total, 7 up, 8 in 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:16.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:16 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:19:17.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: osdmap e93: 8 total, 7 up, 8 in 2026-02-17T22:19:17.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: osdmap e93: 8 total, 7 up, 8 in 2026-02-17T22:19:17.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:17.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:17.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:16 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:17.660 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:17 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:19:17.360+0000 7f838ea9d640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2026-02-17T22:19:18.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: pgmap v116: 105 pgs: 21 active+undersized, 10 peering, 4 active+undersized+degraded, 70 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:18.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903] boot 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: osdmap e94: 8 total, 8 up, 8 in 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[107811]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: pgmap v116: 105 pgs: 21 active+undersized, 10 peering, 4 active+undersized+degraded, 70 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903] boot 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: osdmap e94: 8 total, 8 up, 8 in 2026-02-17T22:19:18.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:18.014 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:18.014 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:17 trial144 ceph-mon[110196]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: pgmap v116: 105 pgs: 21 active+undersized, 10 peering, 4 active+undersized+degraded, 70 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: osd.6 [v2:10.20.193.172:6816/2424438903,v1:10.20.193.172:6817/2424438903] boot 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: osdmap e94: 8 total, 8 up, 8 in 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2026-02-17T22:19:18.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:18.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:17 trial172 ceph-mon[93286]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2026-02-17T22:19:19.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:18 trial144 ceph-mon[107811]: osdmap e95: 8 total, 8 up, 8 in 2026-02-17T22:19:19.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:18 trial144 ceph-mon[110196]: osdmap e95: 8 total, 8 up, 8 in 2026-02-17T22:19:19.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:18 trial172 ceph-mon[93286]: osdmap e95: 8 total, 8 up, 8 in 2026-02-17T22:19:20.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:19 trial144 ceph-mon[107811]: pgmap v119: 105 pgs: 21 active+undersized, 12 peering, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:20.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:19 trial144 ceph-mon[110196]: pgmap v119: 105 pgs: 21 active+undersized, 12 peering, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:20.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:19 trial172 ceph-mon[93286]: pgmap v119: 105 pgs: 21 active+undersized, 12 peering, 4 active+undersized+degraded, 68 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 8/78 objects degraded (10.256%) 2026-02-17T22:19:21.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:20 trial144 ceph-mon[107811]: Health check update: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:21.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:20 trial144 ceph-mon[110196]: Health check update: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:21.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:20 trial172 ceph-mon[93286]: Health check update: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:22.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:21 trial144 ceph-mon[107811]: pgmap v120: 105 pgs: 6 active+undersized, 12 peering, 2 active+undersized+degraded, 85 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:22.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:21 trial144 ceph-mon[110196]: pgmap v120: 105 pgs: 6 active+undersized, 12 peering, 2 active+undersized+degraded, 85 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:22.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:21 trial172 ceph-mon[93286]: pgmap v120: 105 pgs: 6 active+undersized, 12 peering, 2 active+undersized+degraded, 85 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:23.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:22 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded) 2026-02-17T22:19:23.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:22 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded) 2026-02-17T22:19:23.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:22 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/78 objects degraded (6.410%), 2 pgs degraded) 2026-02-17T22:19:24.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:23 trial172 ceph-mon[93286]: pgmap v121: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:24.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:23 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:24.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:23 trial144 ceph-mon[110196]: pgmap v121: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:24.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:23 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:24.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:23 trial144 ceph-mon[107811]: pgmap v121: 105 pgs: 3 peering, 102 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:24.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:23 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:26.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:25 trial144 ceph-mon[110196]: pgmap v122: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:26.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:25 trial144 ceph-mon[107811]: pgmap v122: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:26.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:25 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:25] "GET /metrics HTTP/1.1" 200 37328 "" "Prometheus/2.43.0" 2026-02-17T22:19:26.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:25 trial172 ceph-mon[93286]: pgmap v122: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:27.147 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:19:27.479 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (4m) 77s ago 4m 35.7M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (4m) 11s ago 4m 98.9M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (4m) 77s ago 4m 19.5M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a ff9ff9829ddb 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (4m) 11s ago 4m 16.0M - 18.2.7-1047-ge6ab6507 6cbbcec95e0a b254cc3cf47f 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (2m) 11s ago 6m 561M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (3m) 77s ago 6m 626M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (2m) 77s ago 6m 114M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (2m) 11s ago 6m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (2m) 77s ago 6m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:19:27.480 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (4m) 77s ago 4m 20.0M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (4m) 11s ago 4m 18.9M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (2m) 77s ago 5m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (2m) 77s ago 5m 113M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (100s) 77s ago 5m 111M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (78s) 77s ago 5m 85.4M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 d1206243cc9d 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (56s) 11s ago 5m 115M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 a0f8755be7f2 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (34s) 11s ago 5m 116M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 bbba48adf746 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (12s) 11s ago 4m 83.1M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 f51ea036899e 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (4m) 11s ago 4m 55.5M 18.7G 18.2.7-1047-ge6ab6507 6cbbcec95e0a 883f29ac41bd 2026-02-17T22:19:27.481 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (2m) 11s ago 4m 63.4M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:19:27.685 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:19:27.685 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 1, 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 7 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 2 2026-02-17T22:19:27.686 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:27.687 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:19:27.687 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 18.2.7-1047-ge6ab6507 (e6ab650721089ed287ed684011c35b550bf20fe7) reef (stable)": 3, 2026-02-17T22:19:27.687 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 12 2026-02-17T22:19:27.687 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:19:27.687 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:19:27.858 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:19:27.858 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:19:27.858 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:19:27.858 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "mgr" 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "12/20 daemons upgraded", 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading osd daemons", 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:19:27.859 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:19:28.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:27 trial172 ceph-mon[93286]: pgmap v123: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:28.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:27 trial172 ceph-mon[93286]: from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:27 trial172 ceph-mon[93286]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:27 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/3525272463' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:28.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[110196]: pgmap v123: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:28.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[110196]: from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[110196]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/3525272463' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:28.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[107811]: pgmap v123: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:28.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[107811]: from='client.34341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[107811]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:28.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:27 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/3525272463' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:29.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:28 trial172 ceph-mon[93286]: from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:29.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:28 trial172 ceph-mon[93286]: from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:29.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:28 trial144 ceph-mon[110196]: from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:29.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:28 trial144 ceph-mon[110196]: from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:29.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:28 trial144 ceph-mon[107811]: from='client.34353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:29.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:28 trial144 ceph-mon[107811]: from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:30.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:29 trial172 ceph-mon[93286]: pgmap v124: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:30.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:29 trial144 ceph-mon[110196]: pgmap v124: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:30.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:29 trial144 ceph-mon[107811]: pgmap v124: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:32.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:31 trial172 ceph-mon[93286]: pgmap v125: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:32.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:31 trial144 ceph-mon[110196]: pgmap v125: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:32.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:31 trial144 ceph-mon[107811]: pgmap v125: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:32.953 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:32 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:32.953 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:32 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:32.953 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:32 trial172 ceph-mon[93286]: Upgrade: osd.7 is safe to restart 2026-02-17T22:19:33.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:33.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:33.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[107811]: Upgrade: osd.7 is safe to restart 2026-02-17T22:19:33.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2026-02-17T22:19:33.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2026-02-17T22:19:33.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:32 trial144 ceph-mon[110196]: Upgrade: osd.7 is safe to restart 2026-02-17T22:19:33.786 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:33 trial172 systemd[1]: Stopping Ceph osd.7 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:33.786 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:19:33.714+0000 7f77a9408640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:19:33.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:19:33.714+0000 7f77a9408640 -1 osd.7 95 *** Got signal Terminated *** 2026-02-17T22:19:33.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[56431]: 2026-02-17T22:19:33.714+0000 7f77a9408640 -1 osd.7 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:19:34.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: pgmap v126: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:34.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: Upgrade: Updating osd.7 2026-02-17T22:19:34.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: Deploying daemon osd.7 on trial172 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[107811]: osd.7 marked itself down and dead 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: pgmap v126: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: Upgrade: Updating osd.7 2026-02-17T22:19:34.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:19:34.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:34.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: Deploying daemon osd.7 on trial172 2026-02-17T22:19:34.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:33 trial144 ceph-mon[110196]: osd.7 marked itself down and dead 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: pgmap v126: 105 pgs: 105 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: Upgrade: Updating osd.7 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: Deploying daemon osd.7 on trial172 2026-02-17T22:19:34.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:34.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:33 trial172 ceph-mon[93286]: osd.7 marked itself down and dead 2026-02-17T22:19:35.090 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:34 trial172 ceph-mon[93286]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:35.090 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:34 trial172 ceph-mon[93286]: Health check failed: all OSDs are running tentacle or later but require_osd_release < tentacle (OSD_UPGRADE_FINISHED) 2026-02-17T22:19:35.091 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:34 trial172 ceph-mon[93286]: osdmap e96: 8 total, 7 up, 8 in 2026-02-17T22:19:35.091 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:34 trial172 podman[118654]: 2026-02-17 22:19:34.839277083 +0000 UTC m=+1.138572870 container died 883f29ac41bd042fd601aea47a53c8cc1048c12f03ce424d1b1a39328633cf02 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=reef, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260209, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7) 2026-02-17T22:19:35.091 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:34 trial172 podman[118654]: 2026-02-17 22:19:34.952023384 +0000 UTC m=+1.251319161 container remove 883f29ac41bd042fd601aea47a53c8cc1048c12f03ce424d1b1a39328633cf02 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, org.label-schema.build-date=20260209, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=reef, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7) 2026-02-17T22:19:35.091 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:34 trial172 bash[118654]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7 2026-02-17T22:19:35.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[110196]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:35.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[110196]: Health check failed: all OSDs are running tentacle or later but require_osd_release < tentacle (OSD_UPGRADE_FINISHED) 2026-02-17T22:19:35.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[110196]: osdmap e96: 8 total, 7 up, 8 in 2026-02-17T22:19:35.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[107811]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-17T22:19:35.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[107811]: Health check failed: all OSDs are running tentacle or later but require_osd_release < tentacle (OSD_UPGRADE_FINISHED) 2026-02-17T22:19:35.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:34 trial144 ceph-mon[107811]: osdmap e96: 8 total, 7 up, 8 in 2026-02-17T22:19:35.373 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.089451295 +0000 UTC m=+0.015050329 container create a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:19:35.373 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.131595012 +0000 UTC m=+0.057194056 container init a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:19:35.373 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.135572791 +0000 UTC m=+0.061171825 container start a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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/, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:19:35.374 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.136069764 +0000 UTC m=+0.061668798 container attach a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:19:35.374 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.083088284 +0000 UTC m=+0.008687318 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:35.374 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.262003213 +0000 UTC m=+0.187602247 container died a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, 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.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, ceph=True, org.label-schema.schema-version=1.0) 2026-02-17T22:19:35.639 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118801]: 2026-02-17 22:19:35.376039027 +0000 UTC m=+0.301638061 container remove a663006baf3793cd18b1b1daafe27cfa152966ee55640d3bc8d3459e8589b49b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, org.label-schema.schema-version=1.0, 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/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216) 2026-02-17T22:19:35.639 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.7.service: Deactivated successfully. 2026-02-17T22:19:35.639 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 systemd[1]: Stopped Ceph osd.7 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:35.639 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.7.service: Consumed 2.542s CPU time. 2026-02-17T22:19:35.640 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 systemd[1]: Starting Ceph osd.7 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:36.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:35 trial144 ceph-mon[110196]: pgmap v128: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:36.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:35 trial144 ceph-mon[110196]: osdmap e97: 8 total, 7 up, 8 in 2026-02-17T22:19:36.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:35 trial144 ceph-mon[107811]: pgmap v128: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:36.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:35 trial144 ceph-mon[107811]: osdmap e97: 8 total, 7 up, 8 in 2026-02-17T22:19:36.011 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:35 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:35] "GET /metrics HTTP/1.1" 200 37328 "" "Prometheus/2.43.0" 2026-02-17T22:19:36.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:35 trial172 ceph-mon[93286]: pgmap v128: 105 pgs: 17 stale+active+clean, 88 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:19:36.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:35 trial172 ceph-mon[93286]: osdmap e97: 8 total, 7 up, 8 in 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118973]: 2026-02-17 22:19:35.637869132 +0000 UTC m=+0.015609768 container create 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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) 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118973]: 2026-02-17 22:19:35.678083456 +0000 UTC m=+0.055824092 container init 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, 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.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7) 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118973]: 2026-02-17 22:19:35.682307432 +0000 UTC m=+0.060048078 container start 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, ceph=True, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2) 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118973]: 2026-02-17 22:19:35.682863906 +0000 UTC m=+0.060604542 container attach 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, 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.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.vendor=CentOS) 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 podman[118973]: 2026-02-17 22:19:35.631393903 +0000 UTC m=+0.009134529 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.037 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 bash[118973]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.038 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.038 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:35 trial172 bash[118973]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-17T22:19:36.466 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2026-02-17T22:19:36.467 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate[118994]: --> ceph-volume lvm activate successful for osd ID: 7 2026-02-17T22:19:36.468 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[118973]: --> ceph-volume lvm activate successful for osd ID: 7 2026-02-17T22:19:36.468 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[118973]: 2026-02-17 22:19:36.354837304 +0000 UTC m=+0.732577941 container died 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:19:36.786 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[118973]: 2026-02-17 22:19:36.468645468 +0000 UTC m=+0.846386094 container remove 7dff453ce0f9f146cec35c0523cc5b59b036bf584ce347360a056cfef44e4094 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-activate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, 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, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7) 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[119296]: 2026-02-17 22:19:36.547222195 +0000 UTC m=+0.015574703 container create 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , 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/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug) 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[119296]: 2026-02-17 22:19:36.576511423 +0000 UTC m=+0.044863941 container init 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.schema-version=1.0, OSD_FLAVOR=debug) 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[119296]: 2026-02-17 22:19:36.580185328 +0000 UTC m=+0.048537846 container start 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 bash[119296]: 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 podman[119296]: 2026-02-17 22:19:36.540768055 +0000 UTC m=+0.009120573 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:36.787 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 systemd[1]: Started Ceph osd.7 for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:37.199 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:19:36.823+0000 7f0981bf68c0 -1 Falling back to public interface 2026-02-17T22:19:37.483 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:19:37.286+0000 7f0981bf68c0 -1 osd.7 95 log_to_monitors true 2026-02-17T22:19:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: pgmap v130: 105 pgs: 4 active+undersized, 14 peering, 10 stale+active+clean, 2 active+undersized+degraded, 75 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:19:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:37.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:37.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2026-02-17T22:19:37.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:37.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:37.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:37 trial172 ceph-mon[93286]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:38.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: pgmap v130: 105 pgs: 4 active+undersized, 14 peering, 10 stale+active+clean, 2 active+undersized+degraded, 75 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:19:38.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[110196]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: pgmap v130: 105 pgs: 4 active+undersized, 14 peering, 10 stale+active+clean, 2 active+undersized+degraded, 75 active+clean; 583 KiB data, 228 MiB used, 5.5 TiB / 5.5 TiB avail; 2/78 objects degraded (2.564%) 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:38.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2026-02-17T22:19:38.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: Health check failed: Degraded data redundancy: 2/78 objects degraded (2.564%), 2 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:38.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:38.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:37 trial144 ceph-mon[107811]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2026-02-17T22:19:38.221 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:19:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:19:37.813+0000 7f097915e640 -1 osd.7 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-17T22:19:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: osdmap e98: 8 total, 7 up, 8 in 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:38.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:38 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:39.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: osdmap e98: 8 total, 7 up, 8 in 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: osdmap e98: 8 total, 7 up, 8 in 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.6836, "args": ["host=trial172", "root=default"]} : dispatch 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:38 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:39.963 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: pgmap v132: 105 pgs: 16 active+undersized, 16 peering, 1 stale+active+clean, 5 active+undersized+degraded, 67 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888] boot 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: osdmap e99: 8 total, 8 up, 8 in 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.964 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all osd 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2026-02-17T22:19:39.965 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: pgmap v132: 105 pgs: 16 active+undersized, 16 peering, 1 stale+active+clean, 5 active+undersized+degraded, 67 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:39.966 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888] boot 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: osdmap e99: 8 total, 8 up, 8 in 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.967 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all osd 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2026-02-17T22:19:39.968 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2026-02-17T22:19:39.969 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: Upgrade: Setting require_osd_release to 20 tentacle 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: Upgrade: Setting require_osd_release to 20 tentacle 2026-02-17T22:19:39.970 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:19:40.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: pgmap v132: 105 pgs: 16 active+undersized, 16 peering, 1 stale+active+clean, 5 active+undersized+degraded, 67 active+clean; 583 KiB data, 224 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: osd.7 [v2:10.20.193.172:6824/802630888,v1:10.20.193.172:6825/802630888] boot 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: osdmap e99: 8 total, 8 up, 8 in 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:40.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all osd 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2026-02-17T22:19:40.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: Upgrade: Setting require_osd_release to 20 tentacle 2026-02-17T22:19:40.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running tentacle or later but require_osd_release < tentacle) 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "tentacle"}]': finished 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: osdmap e100: 8 total, 8 up, 8 in 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["a"]} : dispatch 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: Upgrade: It appears safe to stop mds.a 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: Upgrade: Updating mds.a 2026-02-17T22:19:41.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[107811]: Deploying daemon mds.a on trial144 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[107784]: 2026-02-17T22:19:40.748+0000 7f3db0fd9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running tentacle or later but require_osd_release < tentacle) 2026-02-17T22:19:41.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "tentacle"}]': finished 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: osdmap e100: 8 total, 8 up, 8 in 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["a"]} : dispatch 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: Upgrade: It appears safe to stop mds.a 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: Upgrade: Updating mds.a 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:40 trial144 ceph-mon[110196]: Deploying daemon mds.a on trial144 2026-02-17T22:19:41.013 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:40 trial144 systemd[1]: Stopping Ceph mds.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:41.014 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[72408]: 2026-02-17T22:19:40.747+0000 7fb456908640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:19:41.014 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[72408]: 2026-02-17T22:19:40.747+0000 7fb456908640 -1 mds.a *** got signal Terminated *** 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running tentacle or later but require_osd_release < tentacle) 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "tentacle"}]': finished 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: osdmap e100: 8 total, 8 up, 8 in 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["a"]} : dispatch 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: Upgrade: It appears safe to stop mds.a 2026-02-17T22:19:41.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: Upgrade: Updating mds.a 2026-02-17T22:19:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:41.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:40 trial172 ceph-mon[93286]: Deploying daemon mds.a on trial144 2026-02-17T22:19:42.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: pgmap v135: 105 pgs: 16 active+undersized, 23 peering, 1 stale+active+clean, 5 active+undersized+degraded, 60 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:42.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:42.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: osdmap e101: 8 total, 8 up, 8 in 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: Standby daemon mds.b assigned to filesystem cephfs as rank 0 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=b=up:replay} 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: pgmap v135: 105 pgs: 16 active+undersized, 23 peering, 1 stale+active+clean, 5 active+undersized+degraded, 60 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:42.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:42.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: osdmap e101: 8 total, 8 up, 8 in 2026-02-17T22:19:42.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: Standby daemon mds.b assigned to filesystem cephfs as rank 0 2026-02-17T22:19:42.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:42.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:42.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:41 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=b=up:replay} 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: pgmap v135: 105 pgs: 16 active+undersized, 23 peering, 1 stale+active+clean, 5 active+undersized+degraded, 60 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5/78 objects degraded (6.410%) 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: osdmap e101: 8 total, 8 up, 8 in 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: Standby daemon mds.b assigned to filesystem cephfs as rank 0 2026-02-17T22:19:42.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:42.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:41 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=b=up:replay} 2026-02-17T22:19:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:42 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:reconnect 2026-02-17T22:19:43.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:42 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=b=up:reconnect} 2026-02-17T22:19:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:42 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:reconnect 2026-02-17T22:19:43.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:42 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=b=up:reconnect} 2026-02-17T22:19:43.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:42 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:reconnect 2026-02-17T22:19:43.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:42 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=b=up:reconnect} 2026-02-17T22:19:44.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[107811]: pgmap v137: 105 pgs: 11 active+undersized, 23 peering, 1 stale+active+clean, 3 active+undersized+degraded, 67 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 220 B/s rd, 0 op/s; 3/78 objects degraded (3.846%) 2026-02-17T22:19:44.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[107811]: Health check update: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:44.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:rejoin 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=b=up:rejoin} 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[107811]: daemon mds.b is now active in filesystem cephfs as rank 0 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[110196]: pgmap v137: 105 pgs: 11 active+undersized, 23 peering, 1 stale+active+clean, 3 active+undersized+degraded, 67 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 220 B/s rd, 0 op/s; 3/78 objects degraded (3.846%) 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[110196]: Health check update: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:rejoin 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=b=up:rejoin} 2026-02-17T22:19:44.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:43 trial144 ceph-mon[110196]: daemon mds.b is now active in filesystem cephfs as rank 0 2026-02-17T22:19:44.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:43 trial172 ceph-mon[93286]: pgmap v137: 105 pgs: 11 active+undersized, 23 peering, 1 stale+active+clean, 3 active+undersized+degraded, 67 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 220 B/s rd, 0 op/s; 3/78 objects degraded (3.846%) 2026-02-17T22:19:44.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:43 trial172 ceph-mon[93286]: Health check update: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded (PG_DEGRADED) 2026-02-17T22:19:44.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:43 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:rejoin 2026-02-17T22:19:44.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:43 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=b=up:rejoin} 2026-02-17T22:19:44.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:43 trial172 ceph-mon[93286]: daemon mds.b is now active in filesystem cephfs as rank 0 2026-02-17T22:19:44.680 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141358]: 2026-02-17 22:19:44.350399997 +0000 UTC m=+3.617481318 container died ff9ff9829ddbc797cd52686752512c042425de9b113cd850367b03933df7b8f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, CEPH_REF=reef, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260209) 2026-02-17T22:19:44.681 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141358]: 2026-02-17 22:19:44.4623944 +0000 UTC m=+3.729475731 container remove ff9ff9829ddbc797cd52686752512c042425de9b113cd850367b03933df7b8f5 (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=reef, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-02-17T22:19:44.681 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 bash[141358]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a 2026-02-17T22:19:44.681 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.a.service: Deactivated successfully. 2026-02-17T22:19:44.681 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 systemd[1]: Stopped Ceph mds.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[107811]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:active 2026-02-17T22:19:45.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=b=up:active} 2026-02-17T22:19:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[110196]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:active 2026-02-17T22:19:45.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:44 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=b=up:active} 2026-02-17T22:19:45.011 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 systemd[1]: Starting Ceph mds.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:45.011 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141544]: 2026-02-17 22:19:44.763794891 +0000 UTC m=+0.016040292 container create bad7e0a8bf181d359fed17305c1e7bf23248ff593fb82174ebbc77b6eb8ef5e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7) 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141544]: 2026-02-17 22:19:44.809527455 +0000 UTC m=+0.061772846 container init bad7e0a8bf181d359fed17305c1e7bf23248ff593fb82174ebbc77b6eb8ef5e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141544]: 2026-02-17 22:19:44.813202571 +0000 UTC m=+0.065447962 container start bad7e0a8bf181d359fed17305c1e7bf23248ff593fb82174ebbc77b6eb8ef5e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 bash[141544]: bad7e0a8bf181d359fed17305c1e7bf23248ff593fb82174ebbc77b6eb8ef5e8 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 podman[141544]: 2026-02-17 22:19:44.756585469 +0000 UTC m=+0.008830870 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 systemd[1]: Started Ceph mds.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:45.012 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:44 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: starting mds.a at 2026-02-17T22:19:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:44 trial172 ceph-mon[93286]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:44 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.172:6832/38476745,v1:10.20.193.172:6833/38476745] up:active 2026-02-17T22:19:45.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:44 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=b=up:active} 2026-02-17T22:19:45.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:45 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:45] "GET /metrics HTTP/1.1" 200 37252 "" "Prometheus/2.43.0" 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: pgmap v138: 105 pgs: 9 peering, 96 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.2 KiB/s rd, 1 op/s 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded) 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.126 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:boot 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: pgmap v138: 105 pgs: 9 peering, 96 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.2 KiB/s rd, 1 op/s 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2026-02-17T22:19:46.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded) 2026-02-17T22:19:46.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:boot 2026-02-17T22:19:46.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2026-02-17T22:19:46.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:45 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:19:46.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: pgmap v138: 105 pgs: 9 peering, 96 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.2 KiB/s rd, 1 op/s 2026-02-17T22:19:46.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:46.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 3/78 objects degraded (3.846%), 3 pgs degraded) 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:boot 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2026-02-17T22:19:46.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:45 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:19:47.232 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.232 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.233 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.234 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.234 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:46 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:19:47.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:47.262 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:47.263 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:46 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds ok-to-stop", "ids": ["b"]} : dispatch 2026-02-17T22:19:48.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:47 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[107784]: 2026-02-17T22:19:47.921+0000 7f3db0fd9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:48.286 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:47 trial172 systemd[1]: Stopping Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:48.286 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[61589]: 2026-02-17T22:19:47.920+0000 7f24c70a3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:19:48.286 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[61589]: 2026-02-17T22:19:47.920+0000 7f24c70a3640 -1 mds.b *** got signal Terminated *** 2026-02-17T22:19:48.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: pgmap v139: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5.1 KiB/s rd, 4 op/s 2026-02-17T22:19:48.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Detected new or changed devices on trial144 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Upgrade: It appears safe to stop mds.b 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Upgrade: Updating mds.b 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Deploying daemon mds.b on trial172 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: osdmap e102: 8 total, 8 up, 8 in 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:19:48.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=a=up:replay} 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: pgmap v139: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5.1 KiB/s rd, 4 op/s 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Detected new or changed devices on trial144 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Upgrade: It appears safe to stop mds.b 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Upgrade: Updating mds.b 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:48.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Deploying daemon mds.b on trial172 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: osdmap e102: 8 total, 8 up, 8 in 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:48.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:48 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=a=up:replay} 2026-02-17T22:19:48.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: pgmap v139: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 5.1 KiB/s rd, 4 op/s 2026-02-17T22:19:48.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Detected new or changed devices on trial144 2026-02-17T22:19:48.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Upgrade: It appears safe to stop mds.b 2026-02-17T22:19:48.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Upgrade: Updating mds.b 2026-02-17T22:19:48.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Deploying daemon mds.b on trial172 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: osdmap e102: 8 total, 8 up, 8 in 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:19:48.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:48 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=a=up:replay} 2026-02-17T22:19:50.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[110196]: pgmap v141: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 9 op/s 2026-02-17T22:19:50.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:reconnect 2026-02-17T22:19:50.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=a=up:reconnect} 2026-02-17T22:19:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[107811]: pgmap v141: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 9 op/s 2026-02-17T22:19:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:reconnect 2026-02-17T22:19:50.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:49 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=a=up:reconnect} 2026-02-17T22:19:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:49 trial172 ceph-mon[93286]: pgmap v141: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 9 op/s 2026-02-17T22:19:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:49 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:reconnect 2026-02-17T22:19:50.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:49 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=a=up:reconnect} 2026-02-17T22:19:51.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:rejoin 2026-02-17T22:19:51.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: fsmap cephfs:1/1 {0=a=up:rejoin} 2026-02-17T22:19:51.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:19:51.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:active 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=a=up:active} 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:rejoin 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: fsmap cephfs:1/1 {0=a=up:rejoin} 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:active 2026-02-17T22:19:51.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:50 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:rejoin 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: fsmap cephfs:1/1 {0=a=up:rejoin} 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: daemon mds.a is now active in filesystem cephfs as rank 0 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.144:6834/3086043378,v1:10.20.193.144:6835/3086043378] up:active 2026-02-17T22:19:51.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:50 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=a=up:active} 2026-02-17T22:19:52.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:51 trial144 ceph-mon[110196]: pgmap v142: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.2 KiB/s rd, 8 op/s 2026-02-17T22:19:52.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:51 trial144 ceph-mon[107811]: pgmap v142: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.2 KiB/s rd, 8 op/s 2026-02-17T22:19:52.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:51 trial172 ceph-mon[93286]: pgmap v142: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.2 KiB/s rd, 8 op/s 2026-02-17T22:19:54.240 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:53 trial172 podman[124967]: 2026-02-17 22:19:53.900385631 +0000 UTC m=+5.994247006 container died b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, 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=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260209, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=reef, ceph=True, io.buildah.version=1.33.7) 2026-02-17T22:19:54.240 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 podman[124967]: 2026-02-17 22:19:54.014049036 +0000 UTC m=+6.107910421 container remove b254cc3cf47f13aa903dadfe668a899a768ca29ba82e8304c8ed2fcb3d93406e (image=quay.ceph.io/ceph-ci/ceph@sha256:2e54d6c6853da19acd34f2a105d86d9e3f276f3b60d15fcc4aa9dc66ca158539, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, org.label-schema.build-date=20260209, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_REF=reef, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_SHA1=e6ab650721089ed287ed684011c35b550bf20fe7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-17T22:19:54.241 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 bash[124967]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b 2026-02-17T22:19:54.241 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.b.service: Deactivated successfully. 2026-02-17T22:19:54.241 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 systemd[1]: Stopped Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:54.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:54 trial172 ceph-mon[93286]: pgmap v143: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.7 KiB/s rd, 8 op/s 2026-02-17T22:19:54.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:54 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 systemd[1]: Starting Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 podman[125148]: 2026-02-17 22:19:54.324122628 +0000 UTC m=+0.016789740 container create 27fab222dde9c5c68dd2b517a15acf6900220226d6e04ac92b54f98471099ba1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, 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.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 podman[125148]: 2026-02-17 22:19:54.36944461 +0000 UTC m=+0.062111652 container init 27fab222dde9c5c68dd2b517a15acf6900220226d6e04ac92b54f98471099ba1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:19:54.537 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 podman[125148]: 2026-02-17 22:19:54.3728953 +0000 UTC m=+0.065562342 container start 27fab222dde9c5c68dd2b517a15acf6900220226d6e04ac92b54f98471099ba1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:19:54.538 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 bash[125148]: 27fab222dde9c5c68dd2b517a15acf6900220226d6e04ac92b54f98471099ba1 2026-02-17T22:19:54.538 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 podman[125148]: 2026-02-17 22:19:54.316874013 +0000 UTC m=+0.009541055 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:19:54.538 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 systemd[1]: Started Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:54.538 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:19:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[125170]: starting mds.b at 2026-02-17T22:19:54.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[110196]: pgmap v143: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.7 KiB/s rd, 8 op/s 2026-02-17T22:19:54.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[107811]: pgmap v143: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 9.7 KiB/s rd, 8 op/s 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:19:54.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:54 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.760 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:19:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:19:55] "GET /metrics HTTP/1.1" 200 37202 "" "Prometheus/2.43.0" 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.172:6832/3995002178,v1:10.20.193.172:6833/3995002178] up:boot 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:19:55.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.172:6832/3995002178,v1:10.20.193.172:6833/3995002178] up:boot 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:19:55.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:19:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.172:6832/3995002178,v1:10.20.193.172:6833/3995002178] up:boot 2026-02-17T22:19:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2026-02-17T22:19:55.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "b"} : dispatch 2026-02-17T22:19:56.260 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:19:55 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: 2026-02-17T22:19:55.761+0000 7f7d8a30d640 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2026-02-17T22:19:56.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[110196]: pgmap v144: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 14 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-17T22:19:56.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:56.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:56.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[107811]: pgmap v144: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 14 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-17T22:19:56.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:56.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:56 trial172 ceph-mon[93286]: pgmap v144: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 14 KiB/s rd, 0 B/s wr, 13 op/s 2026-02-17T22:19:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:56.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.937 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:57 trial144 systemd[1]: Starting Ceph node-exporter.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:57.937 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: pgmap v145: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 13 KiB/s rd, 0 B/s wr, 12 op/s 2026-02-17T22:19:57.937 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Detected new or changed devices on trial172 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.938 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all mds 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.a"} : dispatch 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.b"} : dispatch 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all rgw 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.939 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all rbd-mirror 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all ceph-exporter 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all iscsi 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all nfs 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.940 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all nvmeof 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Setting container_image for all smb 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Upgrade: Updating node-exporter.a (1/2) 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[107811]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: pgmap v145: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 13 KiB/s rd, 0 B/s wr, 12 op/s 2026-02-17T22:19:57.941 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Detected new or changed devices on trial172 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.942 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all mds 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.a"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.b"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all rgw 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.943 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all rbd-mirror 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all ceph-exporter 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all iscsi 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all nfs 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.944 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all nvmeof 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Setting container_image for all smb 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Upgrade: Updating node-exporter.a (1/2) 2026-02-17T22:19:57.945 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:57 trial144 ceph-mon[110196]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:19:58.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: pgmap v145: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 13 KiB/s rd, 0 B/s wr, 12 op/s 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Detected new or changed devices on trial172 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:19:58.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all mds 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.a"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds.b"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.038 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all rgw 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all rbd-mirror 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all ceph-exporter 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all iscsi 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.039 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all nfs 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all nvmeof 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Setting container_image for all smb 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Upgrade: Updating node-exporter.a (1/2) 2026-02-17T22:19:58.040 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:57 trial172 ceph-mon[93286]: Deploying daemon node-exporter.a on trial144 2026-02-17T22:19:58.046 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:19:58.195 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:57 trial144 bash[144465]: Trying to pull quay.io/prometheus/node-exporter:v1.9.1... 2026-02-17T22:19:58.195 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Getting image source signatures 2026-02-17T22:19:58.195 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Copying blob sha256:c6e37428e3b36731b2b7a99979e0dbb27ce0849df0c23fb2b73e99bdbcd7ca33 2026-02-17T22:19:58.195 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Copying blob sha256:1617e25568b2231fdd0d5caff63b06f6f7738d8d961f031c80e47d35aaec9733 2026-02-17T22:19:58.195 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2026-02-17T22:19:58.387 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:19:58.387 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (4m) 12s ago 4m 35.7M - 0.25.0 c8568f914cd2 29322a101365 2026-02-17T22:19:58.387 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (4m) 3s ago 4m 98.1M - 9.4.7 954c08fa6188 47730f01394b 2026-02-17T22:19:58.387 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (13s) 12s ago 5m 83.0M - 20.2.0-670-gadc19233 c2bc6184fe25 bad7e0a8bf18 2026-02-17T22:19:58.387 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (4s) 3s ago 5m 82.1M - 20.2.0-670-gadc19233 c2bc6184fe25 27fab222dde9 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (3m) 3s ago 6m 562M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (3m) 12s ago 7m 632M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (3m) 12s ago 7m 122M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (3m) 3s ago 6m 107M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (3m) 12s ago 6m 117M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (4m) 12s ago 4m 20.1M - 1.5.0 0da6a335fe13 2331413ed1d0 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (4m) 3s ago 4m 19.0M - 1.5.0 0da6a335fe13 023299becb50 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (2m) 12s ago 6m 119M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (2m) 12s ago 6m 117M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (2m) 12s ago 6m 115M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (109s) 12s ago 5m 120M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 d1206243cc9d 2026-02-17T22:19:58.388 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (87s) 3s ago 5m 116M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 a0f8755be7f2 2026-02-17T22:19:58.389 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (65s) 3s ago 5m 118M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 bbba48adf746 2026-02-17T22:19:58.389 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (43s) 3s ago 5m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 f51ea036899e 2026-02-17T22:19:58.389 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (21s) 3s ago 5m 114M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 6442a66163d3 2026-02-17T22:19:58.389 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (3m) 3s ago 4m 63.4M - 2.43.0 a07b618ecd1d 6c1f2fbc7b4a 2026-02-17T22:19:58.484 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Copying config sha256:255ec253085fb105696533b31864a5e3b64f1f1e2147b5ec368100cbf3ec9b80 2026-02-17T22:19:58.484 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: Writing manifest to image destination 2026-02-17T22:19:58.484 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 podman[144465]: 2026-02-17 22:19:58.442292909 +0000 UTC m=+0.516279575 container create 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a, maintainer=The Prometheus Authors ) 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:58.594 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 8 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 15 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:19:58.595 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:19:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='client.44315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='client.34401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/3781993928' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='client.44315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='client.34401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:58.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:58.762 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:58 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/3781993928' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:58.762 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 podman[144465]: 2026-02-17 22:19:58.495414518 +0000 UTC m=+0.569401184 container init 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a, maintainer=The Prometheus Authors ) 2026-02-17T22:19:58.762 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 podman[144465]: 2026-02-17 22:19:58.49878029 +0000 UTC m=+0.572766966 container start 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a, maintainer=The Prometheus Authors ) 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 bash[144465]: 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 podman[144465]: 2026-02-17 22:19:58.43671356 +0000 UTC m=+0.510700226 image pull 255ec253085fb105696533b31864a5e3b64f1f1e2147b5ec368100cbf3ec9b80 quay.io/prometheus/node-exporter:v1.9.1 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 systemd[1]: Started Ceph node-exporter.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.502Z level=INFO source=node_exporter.go:216 msg="Starting node_exporter" version="(version=1.9.1, branch=HEAD, revision=f2ec547b49af53815038a50265aa2adcd1275959)" 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.502Z level=INFO source=node_exporter.go:217 msg="Build context" build_context="(go=go1.23.7, platform=linux/amd64, user=root@7023beaa563a, date=20250401-15:19:01, tags=unknown)" 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=filesystem_common.go:265 msg="Parsed flag --collector.filesystem.mount-points-exclude" collector=filesystem flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=filesystem_common.go:294 msg="Parsed flag --collector.filesystem.fs-types-exclude" collector=filesystem flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=diskstats_common.go:110 msg="Parsed flag --collector.diskstats.device-exclude" collector=diskstats flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=ERROR source=diskstats_linux.go:264 msg="Failed to open directory, disabling udev device properties" collector=diskstats path=/run/udev/data 2026-02-17T22:19:58.763 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:135 msg="Enabled collectors" 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=arp 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=bcache 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=bonding 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=btrfs 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=conntrack 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=cpu 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=cpufreq 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=diskstats 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=dmi 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=edac 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=entropy 2026-02-17T22:19:58.764 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=fibrechannel 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=filefd 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=filesystem 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=hwmon 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=infiniband 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=ipvs 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=loadavg 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=mdadm 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=meminfo 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=netclass 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=netdev 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=netstat 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=nfs 2026-02-17T22:19:58.765 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=nfsd 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=nvme 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=os 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=powersupplyclass 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=pressure 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=rapl 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=schedstat 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=selinux 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=sockstat 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=softnet 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=stat 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=tapestats 2026-02-17T22:19:58.766 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=textfile 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=thermal_zone 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=time 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=udp_queues 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=uname 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=vmstat 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=watchdog 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=xfs 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.503Z level=INFO source=node_exporter.go:141 msg=zfs 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.504Z level=INFO source=tls_config.go:347 msg="Listening on" address=[::]:9100 2026-02-17T22:19:58.767 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:19:58 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a[144643]: time=2026-02-17T22:19:58.504Z level=INFO source=tls_config.go:350 msg="TLS is disabled." http2=false address=[::]:9100 2026-02-17T22:19:58.771 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:19:58.771 INFO:teuthology.orchestra.run.trial144.stdout: "in_progress": true, 2026-02-17T22:19:58.771 INFO:teuthology.orchestra.run.trial144.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c", 2026-02-17T22:19:58.771 INFO:teuthology.orchestra.run.trial144.stdout: "services_complete": [ 2026-02-17T22:19:58.771 INFO:teuthology.orchestra.run.trial144.stdout: "mon", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "mds", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "mgr", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "osd" 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: ], 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "which": "Upgrading all daemon types on all hosts", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "progress": "15/20 daemons upgraded", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "message": "Currently upgrading node-exporter daemons", 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout: "is_paused": false 2026-02-17T22:19:58.772 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:19:59.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='client.34389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:59.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='client.44315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:59.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='client.34401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:59.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:59.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:19:59.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:58 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/3781993928' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:19:59.419 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: Stopping Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:59.420 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 podman[128012]: 2026-02-17 22:19:59.311175244 +0000 UTC m=+0.025855951 container died 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:19:59.689 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 podman[128012]: 2026-02-17 22:19:59.421874062 +0000 UTC m=+0.136554769 container remove 023299becb5011e3e8c0e652ee99767016349f945da60df8fa7610fedb084acc (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128012]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Failed with result 'exit-code'. 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: Stopped Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Consumed 1.592s CPU time. 2026-02-17T22:19:59.690 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 systemd[1]: Starting Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:19:59.995 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:59 trial172 ceph-mon[93286]: pgmap v146: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:19:59.995 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:59 trial172 ceph-mon[93286]: from='client.44333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:19:59.995 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:59 trial172 ceph-mon[93286]: Upgrade: Updating node-exporter.b (2/2) 2026-02-17T22:19:59.995 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:19:59 trial172 ceph-mon[93286]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:19:59.996 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128195]: Trying to pull quay.io/prometheus/node-exporter:v1.9.1... 2026-02-17T22:19:59.996 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128195]: Getting image source signatures 2026-02-17T22:19:59.996 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128195]: Copying blob sha256:c6e37428e3b36731b2b7a99979e0dbb27ce0849df0c23fb2b73e99bdbcd7ca33 2026-02-17T22:20:00.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[110196]: pgmap v146: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:20:00.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[110196]: from='client.44333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:00.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[110196]: Upgrade: Updating node-exporter.b (2/2) 2026-02-17T22:20:00.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[110196]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:20:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[107811]: pgmap v146: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 11 KiB/s rd, 0 B/s wr, 10 op/s 2026-02-17T22:20:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[107811]: from='client.44333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[107811]: Upgrade: Updating node-exporter.b (2/2) 2026-02-17T22:20:00.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:19:59 trial144 ceph-mon[107811]: Deploying daemon node-exporter.b on trial172 2026-02-17T22:20:00.266 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128195]: Copying blob sha256:1617e25568b2231fdd0d5caff63b06f6f7738d8d961f031c80e47d35aaec9733 2026-02-17T22:20:00.266 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:19:59 trial172 bash[128195]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2026-02-17T22:20:00.266 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 bash[128195]: Copying config sha256:255ec253085fb105696533b31864a5e3b64f1f1e2147b5ec368100cbf3ec9b80 2026-02-17T22:20:00.266 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 bash[128195]: Writing manifest to image destination 2026-02-17T22:20:00.266 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 podman[128195]: 2026-02-17 22:20:00.235819623 +0000 UTC m=+0.526562099 container create 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 podman[128195]: 2026-02-17 22:20:00.277500671 +0000 UTC m=+0.568243167 container init 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 podman[128195]: 2026-02-17 22:20:00.281247652 +0000 UTC m=+0.571990148 container start 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 bash[128195]: 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 podman[128195]: 2026-02-17 22:20:00.230670678 +0000 UTC m=+0.521413174 image pull 255ec253085fb105696533b31864a5e3b64f1f1e2147b5ec368100cbf3ec9b80 quay.io/prometheus/node-exporter:v1.9.1 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 systemd[1]: Started Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:216 msg="Starting node_exporter" version="(version=1.9.1, branch=HEAD, revision=f2ec547b49af53815038a50265aa2adcd1275959)" 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:217 msg="Build context" build_context="(go=go1.23.7, platform=linux/amd64, user=root@7023beaa563a, date=20250401-15:19:01, tags=unknown)" 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=diskstats_common.go:110 msg="Parsed flag --collector.diskstats.device-exclude" collector=diskstats flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2026-02-17T22:20:00.537 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=ERROR source=diskstats_linux.go:264 msg="Failed to open directory, disabling udev device properties" collector=diskstats path=/run/udev/data 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=filesystem_common.go:265 msg="Parsed flag --collector.filesystem.mount-points-exclude" collector=filesystem flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=filesystem_common.go:294 msg="Parsed flag --collector.filesystem.fs-types-exclude" collector=filesystem flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:135 msg="Enabled collectors" 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=arp 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=bcache 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=bonding 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=btrfs 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=conntrack 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=cpu 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=cpufreq 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=diskstats 2026-02-17T22:20:00.538 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=dmi 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=edac 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=entropy 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=fibrechannel 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=filefd 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=filesystem 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=hwmon 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=infiniband 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=ipvs 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=loadavg 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=mdadm 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=meminfo 2026-02-17T22:20:00.539 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=netclass 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=netdev 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.285Z level=INFO source=node_exporter.go:141 msg=netstat 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=nfs 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=nfsd 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=nvme 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=os 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=powersupplyclass 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=pressure 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=rapl 2026-02-17T22:20:00.540 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=schedstat 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=selinux 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=sockstat 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=softnet 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=stat 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=tapestats 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=textfile 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=thermal_zone 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=time 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=udp_queues 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=uname 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=vmstat 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=watchdog 2026-02-17T22:20:00.541 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=xfs 2026-02-17T22:20:00.542 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=node_exporter.go:141 msg=zfs 2026-02-17T22:20:00.542 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=tls_config.go:347 msg="Listening on" address=[::]:9100 2026-02-17T22:20:00.542 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b[128306]: time=2026-02-17T22:20:00.286Z level=INFO source=tls_config.go:350 msg="TLS is disabled." http2=false address=[::]:9100 2026-02-17T22:20:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[107811]: overall HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:20:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[110196]: overall HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:20:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.761 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:00 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:00.925 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-mon[93286]: overall HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:20:00.925 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.925 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:00.926 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:00 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:02.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: pgmap v147: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.2 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:02.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: pgmap v147: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.2 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:02.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:02 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: pgmap v147: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.2 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:02.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:02.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:02 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: pgmap v148: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.1 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:03.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: Upgrade: Updating prometheus.a 2026-02-17T22:20:03.763 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[107811]: Deploying daemon prometheus.a on trial172 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: pgmap v148: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.1 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:03.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: Upgrade: Updating prometheus.a 2026-02-17T22:20:03.766 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:03 trial144 ceph-mon[110196]: Deploying daemon prometheus.a on trial172 2026-02-17T22:20:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: pgmap v148: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 7.1 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:03.786 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.787 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: Upgrade: Updating prometheus.a 2026-02-17T22:20:03.788 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:03 trial172 ceph-mon[93286]: Deploying daemon prometheus.a on trial172 2026-02-17T22:20:05.574 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:05 trial172 ceph-mon[93286]: pgmap v149: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 6.3 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: Stopping Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2026-02-17T22:20:05.575 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.375Z caller=main.go:907 level=info msg="Scrape manager stopped" 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.376Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.376Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[85578]: ts=2026-02-17T22:20:05.376Z caller=main.go:1147 level=info msg="See you next time!" 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131633]: 2026-02-17 22:20:05.385499049 +0000 UTC m=+0.025342918 container died 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131633]: 2026-02-17 22:20:05.495762869 +0000 UTC m=+0.135606738 container remove 6c1f2fbc7b4af888bfaff1f967032af03872f323b07f4563cc497f2d03f877c7 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors ) 2026-02-17T22:20:05.576 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 bash[131633]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a 2026-02-17T22:20:05.760 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:05 trial144 ceph-mon[107811]: pgmap v149: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 6.3 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:05.760 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:05 trial144 ceph-mon[110196]: pgmap v149: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 6.3 KiB/s rd, 0 B/s wr, 6 op/s 2026-02-17T22:20:05.841 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service: Deactivated successfully. 2026-02-17T22:20:05.841 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: Stopped Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:05.841 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service: Consumed 1.404s CPU time. 2026-02-17T22:20:05.841 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: Starting Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:05.841 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131818]: 2026-02-17 22:20:05.808934596 +0000 UTC m=+0.018637673 container create 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 (image=quay.io/prometheus/prometheus:v3.6.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, org.opencontainers.image.source=https://github.com/prometheus/prometheus, maintainer=The Prometheus Authors ) 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131818]: 2026-02-17 22:20:05.852086758 +0000 UTC m=+0.061789774 container init 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 (image=quay.io/prometheus/prometheus:v3.6.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, org.opencontainers.image.source=https://github.com/prometheus/prometheus, maintainer=The Prometheus Authors ) 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131818]: 2026-02-17 22:20:05.855498535 +0000 UTC m=+0.065201531 container start 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 (image=quay.io/prometheus/prometheus:v3.6.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/prometheus) 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 bash[131818]: 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 podman[131818]: 2026-02-17 22:20:05.801213213 +0000 UTC m=+0.010916229 image pull 4fcecf061b747d0b5dc55bc7efdba26f87768d058d403b5bcc3f0904cf49f973 quay.io/prometheus/prometheus:v3.6.0 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 systemd[1]: Started Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.881Z level=INFO source=main.go:1545 msg="updated GOGC" old=100 new=75 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.881Z level=INFO source=main.go:677 msg="Leaving GOMAXPROCS=24: CPU quota undefined" component=automaxprocs 2026-02-17T22:20:06.127 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.881Z level=INFO source=memlimit.go:198 msg="GOMEMLIMIT is updated" component=automemlimit package=github.com/KimMachineGun/automemlimit/memlimit GOMEMLIMIT=120212534476 previous=9223372036854775807 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.881Z level=INFO source=main.go:770 msg="Starting Prometheus Server" mode=server version="(version=3.6.0, branch=HEAD, revision=491734606591ef8c188f5489c70380805bc868c0)" 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.881Z level=INFO source=main.go:775 msg="operational information" build_context="(go=go1.24.7, platform=linux/amd64, user=root@bfdf1aa26e4d, date=20250921-19:51:16, tags=netgo,builtinassets)" host_details="(Linux 5.14.0-681.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026 x86_64 trial172 (none))" fd_limits="(soft=1048576, hard=1048576)" vm_limits="(soft=unlimited, hard=unlimited)" 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.882Z level=INFO source=web.go:659 msg="Start listening for connections" component=web address=:9095 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.883Z level=INFO source=main.go:1289 msg="Starting TSDB ..." 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.884Z level=INFO source=tls_config.go:347 msg="Listening on" component=web address=[::]:9095 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.884Z level=INFO source=tls_config.go:350 msg="TLS is disabled." component=web http2=false address=[::]:9095 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.885Z level=INFO source=head.go:667 msg="Replaying on-disk memory mappable chunks if any" component=tsdb 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.885Z level=INFO source=head.go:754 msg="On-disk memory mappable chunks replay completed" component=tsdb duration=682ns 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.885Z level=INFO source=head.go:762 msg="Replaying WAL, this may take a while" component=tsdb 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.886Z level=INFO source=head.go:835 msg="WAL segment loaded" component=tsdb segment=0 maxSegment=4 duration=746.357µs 2026-02-17T22:20:06.128 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.891Z level=INFO source=head.go:835 msg="WAL segment loaded" component=tsdb segment=1 maxSegment=4 duration=4.972857ms 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.891Z level=INFO source=head.go:835 msg="WAL segment loaded" component=tsdb segment=2 maxSegment=4 duration=607.849µs 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.895Z level=INFO source=head.go:835 msg="WAL segment loaded" component=tsdb segment=3 maxSegment=4 duration=3.781685ms 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.896Z level=INFO source=head.go:835 msg="WAL segment loaded" component=tsdb segment=4 maxSegment=4 duration=605.234µs 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.896Z level=INFO source=head.go:872 msg="WAL replay completed" component=tsdb checkpoint_replay_duration=18.254µs wal_replay_duration=10.815742ms wbl_replay_duration=170ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=682ns total_replay_duration=10.866626ms 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.897Z level=INFO source=main.go:1310 msg="filesystem information" fs_type=XFS_SUPER_MAGIC 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.897Z level=INFO source=main.go:1313 msg="TSDB started" 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.897Z level=INFO source=main.go:1498 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.908Z level=INFO source=main.go:1538 msg="Completed loading of configuration file" db_storage=771ns remote_storage=831ns web_handler=370ns query_engine=752ns scrape=362.153µs scrape_sd=74.318µs notify=92.862µs notify_sd=8.365µs rules=9.360028ms tracing=4.167µs filename=/etc/prometheus/prometheus.yml totalDuration=10.115501ms 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.908Z level=INFO source=main.go:1274 msg="Server is ready to receive web requests." 2026-02-17T22:20:06.129 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:20:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:20:05.908Z level=INFO source=manager.go:176 msg="Starting rule manager..." component="rule manager" 2026-02-17T22:20:07.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:07.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:06 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:07.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:07.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:06 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: pgmap v150: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 1 op/s 2026-02-17T22:20:08.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-17T22:20:08.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:08 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: pgmap v150: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 1 op/s 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:08.457 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: pgmap v150: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 1.8 KiB/s rd, 1 op/s 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.458 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2026-02-17T22:20:08.459 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:08 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:09.485 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.486 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.487 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.488 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.489 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:09 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:09.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2026-02-17T22:20:09.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:09.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:09 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:10.054 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:09 trial144 systemd[1]: Stopping Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:10.401 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[110196]: pgmap v151: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:10.402 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[110196]: Upgrade: Updating alertmanager.a 2026-02-17T22:20:10.402 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[110196]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:20:10.402 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[107811]: pgmap v151: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:10.402 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[107811]: Upgrade: Updating alertmanager.a 2026-02-17T22:20:10.402 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-mon[107811]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[89440]: ts=2026-02-17T22:20:10.053Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147772]: 2026-02-17 22:20:10.063239051 +0000 UTC m=+0.025127236 container died 29322a10136537f2cfc8febdc403341cd61059d6520ddb1e2c2a5b148b5082ce (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, maintainer=The Prometheus Authors ) 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147772]: 2026-02-17 22:20:10.174221268 +0000 UTC m=+0.136109453 container remove 29322a10136537f2cfc8febdc403341cd61059d6520ddb1e2c2a5b148b5082ce (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, maintainer=The Prometheus Authors ) 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147772]: 2026-02-17 22:20:10.174824768 +0000 UTC m=+0.136712953 volume remove cc1cab84bcc597f927ef5dbed98b39fbd28f97a0f8a146384eb16afffccf5949 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 bash[147772]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@alertmanager.a.service: Deactivated successfully. 2026-02-17T22:20:10.403 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 systemd[1]: Stopped Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:10.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:10 trial172 ceph-mon[93286]: pgmap v151: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:10.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:10 trial172 ceph-mon[93286]: Upgrade: Updating alertmanager.a 2026-02-17T22:20:10.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:10 trial172 ceph-mon[93286]: Deploying daemon alertmanager.a on trial144 2026-02-17T22:20:10.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 systemd[1]: Starting Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:10.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147949]: 2026-02-17 22:20:10.481104598 +0000 UTC m=+0.015899541 volume create 15f98579e78b8b3d82be57bfec0f5936c4e35417b33ea65226b5108bc987d5fe 2026-02-17T22:20:10.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147949]: 2026-02-17 22:20:10.483900314 +0000 UTC m=+0.018695237 container create 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 (image=quay.io/prometheus/alertmanager:v0.28.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/alertmanager) 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147949]: 2026-02-17 22:20:10.530508812 +0000 UTC m=+0.065303735 container init 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 (image=quay.io/prometheus/alertmanager:v0.28.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, org.opencontainers.image.source=https://github.com/prometheus/alertmanager, maintainer=The Prometheus Authors ) 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147949]: 2026-02-17 22:20:10.533740586 +0000 UTC m=+0.068535509 container start 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 (image=quay.io/prometheus/alertmanager:v0.28.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/alertmanager) 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 bash[147949]: 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 podman[147949]: 2026-02-17 22:20:10.47507274 +0000 UTC m=+0.009867664 image pull 91c01b3cec9b5b3071454a5bf13814e64127ed1601b9afd3b932559945fc9a5e quay.io/prometheus/alertmanager:v0.28.1 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 systemd[1]: Started Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.543Z level=INFO source=main.go:191 msg="Starting Alertmanager" version="(version=0.28.1, branch=HEAD, revision=b2099eaa2c9ebc25edb26517cb9c732738e93910)" 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.543Z level=INFO source=main.go:192 msg="Build context" build_context="(go=go1.23.7, platform=linux/amd64, user=root@fa3ca569dfe4, date=20250307-15:05:18, tags=netgo)" 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.543Z level=INFO source=cluster.go:185 msg="setting advertise address explicitly" component=cluster addr=10.20.193.144 port=9094 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.544Z level=INFO source=cluster.go:674 msg="Waiting for gossip to settle..." component=cluster interval=2s 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.557Z level=INFO source=coordinator.go:112 msg="Loading configuration file" component=configuration file=/etc/alertmanager/alertmanager.yml 2026-02-17T22:20:10.761 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.557Z level=INFO source=coordinator.go:125 msg="Completed loading of configuration file" component=configuration file=/etc/alertmanager/alertmanager.yml 2026-02-17T22:20:10.762 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.558Z level=INFO source=tls_config.go:347 msg="Listening on" address=[::]:9093 2026-02-17T22:20:10.762 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:10 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:10.558Z level=INFO source=tls_config.go:350 msg="TLS is disabled." http2=false address=[::]:9093 2026-02-17T22:20:11.829 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: pgmap v152: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:11.830 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.830 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.830 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:11.830 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.830 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: pgmap v152: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:11.831 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:11 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: pgmap v152: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:12.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:11 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.760 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:12.545Z level=INFO source=cluster.go:699 msg="gossip not settled" component=cluster polls=0 before=0 now=1 elapsed=2.000420763s 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.761 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.762 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.763 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.764 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.765 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:12 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:12.940 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:12.942 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:12 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: pgmap v153: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:20:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: Upgrade: Updating grafana.a 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[107811]: Deploying daemon grafana.a on trial172 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: pgmap v153: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:14.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: Upgrade: Updating grafana.a 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:20:14.012 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:13 trial144 ceph-mon[110196]: Deploying daemon grafana.a on trial172 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: pgmap v153: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:14.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: Upgrade: Updating grafana.a 2026-02-17T22:20:14.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2026-02-17T22:20:14.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2026-02-17T22:20:14.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:13 trial172 ceph-mon[93286]: Deploying daemon grafana.a on trial172 2026-02-17T22:20:16.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:15 trial144 ceph-mon[107811]: pgmap v154: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:16.011 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:15 trial144 ceph-mon[110196]: pgmap v154: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:16.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:15 trial172 ceph-mon[93286]: pgmap v154: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:17.941 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:17 trial172 ceph-mon[93286]: pgmap v155: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:18.010 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:17 trial144 ceph-mon[107811]: pgmap v155: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:18.010 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:17 trial144 ceph-mon[110196]: pgmap v155: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:18.513 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: Stopping Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:18.513 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135223]: 2026-02-17 22:20:18.317305726 +0000 UTC m=+0.024995733 container died 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, name=ubi8, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.k8s.display-name=Red Hat Universal Base Image 8, distribution-scope=public, io.openshift.tags=base rhel8, summary=Grafana Container configured for Ceph mgr/dashboard integration, vcs-type=git, version=8.5, vendor=Red Hat, Inc., io.buildah.version=1.32.0, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, description=Ceph Grafana Container, release=239.1651231664, build-date=2022-04-29T11:48:11.055897, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, com.redhat.component=ubi8-container, maintainer=Paul Cuzner , io.openshift.expose-services=, architecture=x86_64, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI) 2026-02-17T22:20:18.513 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135223]: 2026-02-17 22:20:18.430127859 +0000 UTC m=+0.137817866 container remove 47730f01394be5783f2382b2cc1a98022588ce493af43606d1614812c934ce11 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, release=239.1651231664, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-type=git, architecture=x86_64, io.k8s.display-name=Red Hat Universal Base Image 8, vendor=Red Hat, Inc., build-date=2022-04-29T11:48:11.055897, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, maintainer=Paul Cuzner , summary=Grafana Container configured for Ceph mgr/dashboard integration, io.openshift.expose-services=, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, name=ubi8, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, com.redhat.component=ubi8-container, io.buildah.version=1.32.0, version=8.5, io.openshift.tags=base rhel8, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., description=Ceph Grafana Container, distribution-scope=public) 2026-02-17T22:20:18.514 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 bash[135223]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a 2026-02-17T22:20:18.514 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:20:18.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service: Failed with result 'exit-code'. 2026-02-17T22:20:18.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: Stopped Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:18.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service: Consumed 6.611s CPU time. 2026-02-17T22:20:18.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: Starting Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:20:18.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135403]: 2026-02-17 22:20:18.7486202 +0000 UTC m=+0.017713997 container create 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 (image=quay.io/ceph/grafana:12.3.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, maintainer=Grafana Labs , org.opencontainers.image.source=https://github.com/grafana/grafana) 2026-02-17T22:20:19.053 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135403]: 2026-02-17 22:20:18.800415156 +0000 UTC m=+0.069508963 container init 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 (image=quay.io/ceph/grafana:12.3.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, org.opencontainers.image.source=https://github.com/grafana/grafana, maintainer=Grafana Labs ) 2026-02-17T22:20:19.053 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135403]: 2026-02-17 22:20:18.803995657 +0000 UTC m=+0.073089464 container start 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 (image=quay.io/ceph/grafana:12.3.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, maintainer=Grafana Labs , org.opencontainers.image.source=https://github.com/grafana/grafana) 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 bash[135403]: 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 podman[135403]: 2026-02-17 22:20:18.740891383 +0000 UTC m=+0.009985200 image pull 5cdab57891eadfc05b9c76519b4b1be6ba2ac1c3bb8fdedd90fdcf7fc9b40242 quay.io/ceph/grafana:12.3.1 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 systemd[1]: Started Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855050769Z level=info msg="Starting Grafana" version=12.3.1 commit=3a1c80ca7ce612f309fdc99338dd3c5e486339be branch=release-12.3.1 compiled=2026-02-17T22:20:18Z 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855345276Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855351598Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855353972Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855356166Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855357959Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2026-02-17T22:20:19.054 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855359623Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855361185Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855363139Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855365083Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855366726Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855368319Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855370012Z level=info msg=Target target=[all] 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855376814Z level=info msg="Path Home" path=/usr/share/grafana 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855378848Z level=info msg="Path Data" path=/var/lib/grafana 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855380782Z level=info msg="Path Logs" path=/var/log/grafana 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855382335Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855384178Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2026-02-17T22:20:19.055 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=settings t=2026-02-17T22:20:18.855385881Z level=info msg="App mode production" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=featuremgmt t=2026-02-17T22:20:18.855630987Z level=info msg=FeatureToggles tlsMemcached=true grafanaconThemes=true influxdbBackendMigration=true dashgpt=true alertingRuleRecoverDeleted=true newFiltersUI=true alertingUIOptimizeReducer=true unifiedRequestLog=true logsInfiniteScrolling=true newLogsPanel=true alertingRuleVersionHistoryRestore=true alertingQueryAndExpressionsStepMode=true ssoSettingsLDAP=true dashboardDsAdHocFiltering=true improvedExternalSessionHandling=true newPDFRendering=true alertingUseNewSimplifiedRoutingHashAlgorithm=true annotationPermissionUpdate=true preinstallAutoUpdate=true logRowsPopoverMenu=true grafanaAssistantInProfilesDrilldown=true kubernetesDashboards=true sharingDashboardImage=true awsDatasourcesTempCredentials=true prometheusAzureOverrideAudience=true logsPanelControls=true alertingMigrationUI=true formatString=true recordedQueriesMulti=true logsExploreTableVisualisation=true unifiedStorageHistoryPruner=true onlyStoreActionSets=true onPremToCloudMigrations=true cloudWatchRoundUpEndTime=true cloudWatchCrossAccountQuerying=true azureMonitorEnableUserAuth=true alertingSaveStateCompressed=true alertingRulePermanentlyDelete=true panelMonitoring=true adhocFiltersInTooltips=true dashboardSceneForViewers=true transformationsRedesign=true dashboardSceneSolo=true dashboardScene=true addFieldFromCalculationStatFunctions=true lokiQuerySplitting=true awsAsyncQueryCaching=true azureMonitorPrometheusExemplars=true alertRuleRestore=true alertingImportYAMLUI=true alertingNotificationsStepMode=true lokiLabelNamesQueryApi=true groupToNestedTableTransformation=true publicDashboardsScene=true logsContextDatasourceUi=true useSessionStorageForRedirection=true dataplaneFrontendFallback=true pinNavItems=true preventPanelChromeOverflow=true improvedExternalSessionHandlingSAML=true alertingBulkActionsInUI=true cloudWatchNewLabelParsing=true correlations=true 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=sqlstore t=2026-02-17T22:20:18.855660852Z level=info msg="Connecting to DB" dbtype=sqlite3 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=sqlstore t=2026-02-17T22:20:18.855663096Z level=info msg="Using SQLite driver" driver="mattn/go-sqlite3 (CGO enabled)" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=sqlstore t=2026-02-17T22:20:18.85567042Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.858510125Z level=info msg="Locking database" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.858519011Z level=info msg="Starting DB migrations" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.863389158Z level=info msg="Executing migration" id="Add uid column to user" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.865751417Z level=info msg="Migration successfully executed" id="Add uid column to user" duration=2.361627ms 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.866035384Z level=info msg="Executing migration" id="Update uid column values for users" 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.866114712Z level=info msg="Migration successfully executed" id="Update uid column values for users" duration=79.547µs 2026-02-17T22:20:19.056 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.866521127Z level=info msg="Executing migration" id="Make sure users uid are set" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.866602207Z level=info msg="Migration successfully executed" id="Make sure users uid are set" duration=80.931µs 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.86684592Z level=info msg="Executing migration" id="Add unique index user_uid" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.867242547Z level=info msg="Migration successfully executed" id="Add unique index user_uid" duration=397.358µs 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.867483725Z level=info msg="Executing migration" id="Add is_provisioned column to user" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.869694481Z level=info msg="Migration successfully executed" id="Add is_provisioned column to user" duration=2.210065ms 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.86990922Z level=info msg="Executing migration" id="update login field with orgid to allow for multiple service accounts with same name across orgs" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.87003264Z level=info msg="Migration successfully executed" id="update login field with orgid to allow for multiple service accounts with same name across orgs" duration=122.788µs 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.870806848Z level=info msg="Executing migration" id="update service accounts login field orgid to appear only once" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.871032868Z level=info msg="Migration successfully executed" id="update service accounts login field orgid to appear only once" duration=225.649µs 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.871282101Z level=info msg="Executing migration" id="update login and email fields to lowercase" 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.871439764Z level=info msg="Migration successfully executed" id="update login and email fields to lowercase" duration=157.863µs 2026-02-17T22:20:19.057 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.87168525Z level=info msg="Executing migration" id="update login and email fields to lowercase2" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.871808729Z level=info msg="Migration successfully executed" id="update login and email fields to lowercase2" duration=123.54µs 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.872020663Z level=info msg="Executing migration" id="Add index on user.is_service_account and user.last_seen_at" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.872397653Z level=info msg="Migration successfully executed" id="Add index on user.is_service_account and user.last_seen_at" duration=376.86µs 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.872623573Z level=info msg="Executing migration" id="Add column dashboard_uid in star" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.874803392Z level=info msg="Migration successfully executed" id="Add column dashboard_uid in star" duration=2.179468ms 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.875018652Z level=info msg="Executing migration" id="Add column org_id in star" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.877189615Z level=info msg="Migration successfully executed" id="Add column org_id in star" duration=2.170783ms 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.877409183Z level=info msg="Executing migration" id="Add column updated in star" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.879599441Z level=info msg="Migration successfully executed" id="Add column updated in star" duration=2.190189ms 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.879813078Z level=info msg="Executing migration" id="add index in star table on dashboard_uid, org_id and user_id columns" 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.880191671Z level=info msg="Migration successfully executed" id="add index in star table on dashboard_uid, org_id and user_id columns" duration=378.293µs 2026-02-17T22:20:19.058 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.880468516Z level=info msg="Executing migration" id="Add deleted for dashboard" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.88266723Z level=info msg="Migration successfully executed" id="Add deleted for dashboard" duration=2.198364ms 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.882969471Z level=info msg="Executing migration" id="Add index for deleted" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.883442179Z level=info msg="Migration successfully executed" id="Add index for deleted" duration=472.657µs 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.883668941Z level=info msg="Executing migration" id="Add column dashboard_uid in dashboard_tag" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.885880479Z level=info msg="Migration successfully executed" id="Add column dashboard_uid in dashboard_tag" duration=2.211409ms 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.886101219Z level=info msg="Executing migration" id="Add column org_id in dashboard_tag" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.888317506Z level=info msg="Migration successfully executed" id="Add column org_id in dashboard_tag" duration=2.216036ms 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.888530241Z level=info msg="Executing migration" id="Add missing dashboard_uid and org_id to dashboard_tag" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.889026523Z level=info msg="Migration successfully executed" id="Add missing dashboard_uid and org_id to dashboard_tag" duration=495.2µs 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.889242825Z level=info msg="Executing migration" id="Add apiVersion for dashboard" 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.891492214Z level=info msg="Migration successfully executed" id="Add apiVersion for dashboard" duration=2.249439ms 2026-02-17T22:20:19.059 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.891712603Z level=info msg="Executing migration" id="Add index for dashboard_uid on dashboard_tag table" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.892099402Z level=info msg="Migration successfully executed" id="Add index for dashboard_uid on dashboard_tag table" duration=387.109µs 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.892314411Z level=info msg="Executing migration" id="Add missing dashboard_uid and org_id to star" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.892492402Z level=info msg="Migration successfully executed" id="Add missing dashboard_uid and org_id to star" duration=177.56µs 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.892753657Z level=info msg="Executing migration" id="Add is_prunable column" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.894969062Z level=info msg="Migration successfully executed" id="Add is_prunable column" duration=2.213783ms 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.895184733Z level=info msg="Executing migration" id="Add api_version column" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.897410287Z level=info msg="Migration successfully executed" id="Add api_version column" duration=2.225665ms 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.897623764Z level=info msg="Executing migration" id="Update secure_json_data column to MediumText" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.897629464Z level=info msg="Migration successfully executed" id="Update secure_json_data column to MediumText" duration=5.901µs 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.897886261Z level=info msg="Executing migration" id="Update json_data column to MediumText" 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.897891732Z level=info msg="Migration successfully executed" id="Update json_data column to MediumText" duration=5.721µs 2026-02-17T22:20:19.060 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.898137809Z level=info msg="Executing migration" id="update NULL org_id to 1" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.89827336Z level=info msg="Migration successfully executed" id="update NULL org_id to 1" duration=135.191µs 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.898546468Z level=info msg="Executing migration" id="make org_id NOT NULL and DEFAULT VALUE 1" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.905139916Z level=info msg="Migration successfully executed" id="make org_id NOT NULL and DEFAULT VALUE 1" duration=6.593568ms 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.90541662Z level=info msg="Executing migration" id="Add playlist column created_at" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.907638587Z level=info msg="Migration successfully executed" id="Add playlist column created_at" duration=2.221477ms 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.907856703Z level=info msg="Executing migration" id="Add playlist column updated_at" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.910076667Z level=info msg="Migration successfully executed" id="Add playlist column updated_at" duration=2.219634ms 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.910306534Z level=info msg="Executing migration" id="Add home_dashboard_uid column to preferences table" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.912541646Z level=info msg="Migration successfully executed" id="Add home_dashboard_uid column to preferences table" duration=2.234631ms 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.912778816Z level=info msg="Executing migration" id="Add missing dashboard_uid to preferences table" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.912927733Z level=info msg="Migration successfully executed" id="Add missing dashboard_uid to preferences table" duration=148.866µs 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.913236146Z level=info msg="Executing migration" id="Increase prev_state column to length 40 not null" 2026-02-17T22:20:19.061 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.913241285Z level=info msg="Migration successfully executed" id="Increase prev_state column to length 40 not null" duration=5.23µs 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.913497111Z level=info msg="Executing migration" id="Increase new_state column to length 40 not null" 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.913502901Z level=info msg="Migration successfully executed" id="Increase new_state column to length 40 not null" duration=6.302µs 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.913722549Z level=info msg="Executing migration" id="Add dashboard_uid column to annotation table" 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.915966708Z level=info msg="Migration successfully executed" id="Add dashboard_uid column to annotation table" duration=2.244549ms 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.916186617Z level=info msg="Executing migration" id="Add missing dashboard_uid to annotation table" 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.91619355Z level=info msg="Starting batched dashboard_uid migration for annotations (newest first)" batchSize=5000 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.916581009Z level=info msg="Completed dashboard_uid migration for annotations" totalUpdated=0 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.916588483Z level=info msg="Migration successfully executed" id="Add missing dashboard_uid to annotation table" duration=401.937µs 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.91684517Z level=info msg="Executing migration" id="Add apiVersion for dashboard_version" 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.919113093Z level=info msg="Migration successfully executed" id="Add apiVersion for dashboard_version" duration=2.267392ms 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.919335015Z level=info msg="Executing migration" id="Add column uid in team" 2026-02-17T22:20:19.062 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.921532618Z level=info msg="Migration successfully executed" id="Add column uid in team" duration=2.197362ms 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.921744722Z level=info msg="Executing migration" id="Update uid column values in team" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.921816615Z level=info msg="Migration successfully executed" id="Update uid column values in team" duration=71.994µs 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.922053896Z level=info msg="Executing migration" id="Add unique index team_org_id_uid" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.922518729Z level=info msg="Migration successfully executed" id="Add unique index team_org_id_uid" duration=464.503µs 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.922733288Z level=info msg="Executing migration" id="Add column external_uid in team" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.924986594Z level=info msg="Migration successfully executed" id="Add column external_uid in team" duration=2.252735ms 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.92519969Z level=info msg="Executing migration" id="Add column is_provisioned in team" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.927417379Z level=info msg="Migration successfully executed" id="Add column is_provisioned in team" duration=2.217129ms 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.927642467Z level=info msg="Executing migration" id="add unique index team_member_user_id_org_id" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.928042781Z level=info msg="Migration successfully executed" id="add unique index team_member_user_id_org_id" duration=399.782µs 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.928265445Z level=info msg="Executing migration" id="Add column uid in team_member" 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.930511177Z level=info msg="Migration successfully executed" id="Add column uid in team_member" duration=2.245542ms 2026-02-17T22:20:19.063 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.930720886Z level=info msg="Executing migration" id="Update uid column values in team_member" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.930797178Z level=info msg="Migration successfully executed" id="Update uid column values in team_member" duration=75.6µs 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931039308Z level=info msg="Executing migration" id="Add unique index team_member_uid" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931403164Z level=info msg="Migration successfully executed" id="Add unique index team_member_uid" duration=363.536µs 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931632239Z level=info msg="Executing migration" id="increase login_attempt.ip_address column length for IPv6 support" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931637379Z level=info msg="Migration successfully executed" id="increase login_attempt.ip_address column length for IPv6 support" duration=5.16µs 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931890519Z level=info msg="Executing migration" id="alter table login_attempt alter column created type to bigint" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.931896029Z level=info msg="Migration successfully executed" id="alter table login_attempt alter column created type to bigint" duration=5.801µs 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.93213324Z level=info msg="Executing migration" id="Add user_unique_id to user_auth" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.934395652Z level=info msg="Migration successfully executed" id="Add user_unique_id to user_auth" duration=2.261812ms 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.934613287Z level=info msg="Executing migration" id="add index user_auth_token.revoked_at" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.934984266Z level=info msg="Migration successfully executed" id="add index user_auth_token.revoked_at" duration=370.318µs 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.935199716Z level=info msg="Executing migration" id="add external_session_id to user_auth_token" 2026-02-17T22:20:19.064 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.937476876Z level=info msg="Migration successfully executed" id="add external_session_id to user_auth_token" duration=2.276959ms 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.937719316Z level=info msg="Executing migration" id="add result_fingerprint column to alert_instance" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.94000341Z level=info msg="Migration successfully executed" id="add result_fingerprint column to alert_instance" duration=2.284244ms 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.940235771Z level=info msg="Executing migration" id="alter table alert_rule alter column rule_group_idx type to bigint" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.940241742Z level=info msg="Migration successfully executed" id="alter table alert_rule alter column rule_group_idx type to bigint" duration=5.971µs 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.940513397Z level=info msg="Executing migration" id="alter table alert_rule_version alter column rule_group_idx type to bigint" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.940518316Z level=info msg="Migration successfully executed" id="alter table alert_rule_version alter column rule_group_idx type to bigint" duration=4.819µs 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.940759755Z level=info msg="Executing migration" id="add last_applied column to alert_configuration_history" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.943010806Z level=info msg="Migration successfully executed" id="add last_applied column to alert_configuration_history" duration=2.25048ms 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.943236936Z level=info msg="Executing migration" id="alter library_element model to mediumtext" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.943242266Z level=info msg="Migration successfully executed" id="alter library_element model to mediumtext" duration=5.65µs 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.943501648Z level=info msg="Executing migration" id="add library_element folder uid" 2026-02-17T22:20:19.065 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.945780692Z level=info msg="Migration successfully executed" id="add library_element folder uid" duration=2.277981ms 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.945990722Z level=info msg="Executing migration" id="populate library_element folder_uid" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.946144096Z level=info msg="Migration successfully executed" id="populate library_element folder_uid" duration=153.215µs 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.946400232Z level=info msg="Executing migration" id="add index library_element org_id-folder_uid-name-kind" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.946813861Z level=info msg="Migration successfully executed" id="add index library_element org_id-folder_uid-name-kind" duration=413.388µs 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.947033378Z level=info msg="Executing migration" id="drop unique name in folder index (id)" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.947411571Z level=info msg="Migration successfully executed" id="drop unique name in folder index (id)" duration=378.132µs 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.947622493Z level=info msg="Executing migration" id="drop unique name in folder index" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.947982051Z level=info msg="Migration successfully executed" id="drop unique name in folder index" duration=359.257µs 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.948219432Z level=info msg="Executing migration" id="permission kind migration" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.950469993Z level=info msg="Migration successfully executed" id="permission kind migration" duration=2.25ms 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.950682547Z level=info msg="Executing migration" id="permission attribute migration" 2026-02-17T22:20:19.066 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.952922028Z level=info msg="Migration successfully executed" id="permission attribute migration" duration=2.238058ms 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.953183714Z level=info msg="Executing migration" id="permission identifier migration" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.95547487Z level=info msg="Migration successfully executed" id="permission identifier migration" duration=2.290895ms 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.955688487Z level=info msg="Executing migration" id="add permission identifier index" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.956072941Z level=info msg="Migration successfully executed" id="add permission identifier index" duration=384.034µs 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.956278673Z level=info msg="Executing migration" id="add permission action scope role_id index" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.956670501Z level=info msg="Migration successfully executed" id="add permission action scope role_id index" duration=391.627µs 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.95688016Z level=info msg="Executing migration" id="remove permission role_id action scope index" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.957244237Z level=info msg="Migration successfully executed" id="remove permission role_id action scope index" duration=365.389µs 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.957458284Z level=info msg="Executing migration" id="add group mapping UID column to user_role table" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.959703936Z level=info msg="Migration successfully executed" id="add group mapping UID column to user_role table" duration=2.245351ms 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.959916791Z level=info msg="Executing migration" id="add user_role org ID, user ID, role ID, group mapping UID index" 2026-02-17T22:20:19.067 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.960304391Z level=info msg="Migration successfully executed" id="add user_role org ID, user ID, role ID, group mapping UID index" duration=387.23µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.96051351Z level=info msg="Executing migration" id="remove user_role org ID, user ID, role ID index" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.960872897Z level=info msg="Migration successfully executed" id="remove user_role org ID, user ID, role ID index" duration=359.267µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.961080272Z level=info msg="Executing migration" id="add permission role_id action index" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.961501826Z level=info msg="Migration successfully executed" id="add permission role_id action index" duration=420.682µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.961708079Z level=info msg="Executing migration" id="Remove permission role_id index" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.962061475Z level=info msg="Migration successfully executed" id="Remove permission role_id index" duration=353.517µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.962278158Z level=info msg="Executing migration" id="create query_history_details table v1" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.962539133Z level=info msg="Migration successfully executed" id="create query_history_details table v1" duration=260.815µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.962742019Z level=info msg="Executing migration" id="rbac disabled migrator" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.962754813Z level=info msg="Migration successfully executed" id="rbac disabled migrator" duration=12.704µs 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.963004447Z level=info msg="Executing migration" id="drop index IDX_correlation_uid - v1" 2026-02-17T22:20:19.068 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.963367682Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_uid - v1" duration=362.834µs 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.963576269Z level=info msg="Executing migration" id="drop index IDX_correlation_source_uid - v1" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.963939103Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_source_uid - v1" duration=362.664µs 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.964115451Z level=info msg="Executing migration" id="Rename table correlation to correlation_tmp_qwerty - v1" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.970099657Z level=info msg="Migration successfully executed" id="Rename table correlation to correlation_tmp_qwerty - v1" duration=5.983976ms 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.970332049Z level=info msg="Executing migration" id="create correlation v2" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.970651893Z level=info msg="Migration successfully executed" id="create correlation v2" duration=320.124µs 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.970862444Z level=info msg="Executing migration" id="create index IDX_correlation_uid - v2" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.971240587Z level=info msg="Migration successfully executed" id="create index IDX_correlation_uid - v2" duration=377.902µs 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.971453382Z level=info msg="Executing migration" id="create index IDX_correlation_source_uid - v2" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.971826665Z level=info msg="Migration successfully executed" id="create index IDX_correlation_source_uid - v2" duration=373.103µs 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.97203399Z level=info msg="Executing migration" id="create index IDX_correlation_org_id - v2" 2026-02-17T22:20:19.069 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.972397947Z level=info msg="Migration successfully executed" id="create index IDX_correlation_org_id - v2" duration=363.656µs 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.972608608Z level=info msg="Executing migration" id="copy correlation v1 to v2" 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.972700398Z level=info msg="Migration successfully executed" id="copy correlation v1 to v2" duration=91.941µs 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.972935205Z level=info msg="Executing migration" id="drop correlation_tmp_qwerty" 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.973249919Z level=info msg="Migration successfully executed" id="drop correlation_tmp_qwerty" duration=314.565µs 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.973470499Z level=info msg="Executing migration" id="add provisioning column" 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.975777905Z level=info msg="Migration successfully executed" id="add provisioning column" duration=2.307497ms 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.975989969Z level=info msg="Executing migration" id="add type column" 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.978266749Z level=info msg="Migration successfully executed" id="add type column" duration=2.276709ms 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.978559402Z level=info msg="Executing migration" id="backfill empty share column fields with default of public" 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.978644961Z level=info msg="Migration successfully executed" id="backfill empty share column fields with default of public" duration=85.168µs 2026-02-17T22:20:19.070 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.978890558Z level=info msg="Executing migration" id="migrate contents column to mediumblob for MySQL" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.978895427Z level=info msg="Migration successfully executed" id="migrate contents column to mediumblob for MySQL" duration=4.979µs 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.979113321Z level=info msg="Executing migration" id="drop my_row_id and add primary key to file table if my_row_id exists (auto-generated mysql column)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.979206685Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop my_row_id and add primary key to file table if my_row_id exists (auto-generated mysql column)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.979452311Z level=info msg="Executing migration" id="drop file_path unique index from file table if it exists (mysql)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.979597341Z level=info msg="Migration successfully executed" id="drop file_path unique index from file table if it exists (mysql)" duration=145.18µs 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.97983378Z level=info msg="Executing migration" id="add primary key to file table if it doesn't exist (mysql)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.979839921Z level=info msg="Migration successfully executed" id="add primary key to file table if it doesn't exist (mysql)" duration=6.543µs 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.980054911Z level=info msg="Executing migration" id="add primary key to file table (postgres and sqlite)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.986849843Z level=info msg="Migration successfully executed" id="add primary key to file table (postgres and sqlite)" duration=6.794622ms 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987089879Z level=info msg="Executing migration" id="drop my_row_id and add primary key to file_meta table if my_row_id exists (auto-generated mysql column)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987179375Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop my_row_id and add primary key to file_meta table if my_row_id exists (auto-generated mysql column)" 2026-02-17T22:20:19.071 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987428077Z level=info msg="Executing migration" id="drop file_path unique index from file_meta table if it exists (mysql)" 2026-02-17T22:20:19.072 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987571964Z level=info msg="Migration successfully executed" id="drop file_path unique index from file_meta table if it exists (mysql)" duration=144.107µs 2026-02-17T22:20:19.072 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987809756Z level=info msg="Executing migration" id="add primary key to file_meta table if it doesn't exist (mysql)" 2026-02-17T22:20:19.072 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.987815166Z level=info msg="Migration successfully executed" id="add primary key to file_meta table if it doesn't exist (mysql)" duration=5.53µs 2026-02-17T22:20:19.072 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.98803252Z level=info msg="Executing migration" id="add primary key to file_meta table (postgres and sqlite)" 2026-02-17T22:20:19.073 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.99450328Z level=info msg="Migration successfully executed" id="add primary key to file_meta table (postgres and sqlite)" duration=6.47048ms 2026-02-17T22:20:19.073 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.994763904Z level=info msg="Executing migration" id="add origin column to seed_assignment" 2026-02-17T22:20:19.073 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.997077863Z level=info msg="Migration successfully executed" id="add origin column to seed_assignment" duration=2.313427ms 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.997297451Z level=info msg="Executing migration" id="add origin to plugin seed_assignment" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.997404981Z level=info msg="Migration successfully executed" id="add origin to plugin seed_assignment" duration=107.479µs 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.997709346Z level=info msg="Executing migration" id="prevent seeding OnCall access" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.997777192Z level=info msg="Migration successfully executed" id="prevent seeding OnCall access" duration=67.946µs 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.99798604Z level=info msg="Executing migration" id="managed folder permissions library panel actions migration" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.998526885Z level=info msg="Migration successfully executed" id="managed folder permissions library panel actions migration" duration=540.574µs 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.998749488Z level=info msg="Executing migration" id="Remove unique index for folder.title and folder.parent_uid" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.999121369Z level=info msg="Migration successfully executed" id="Remove unique index for folder.title and folder.parent_uid" duration=371.409µs 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.999344904Z level=info msg="Executing migration" id="Add unique index for title, parent_uid, and org_id" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.999719189Z level=info msg="Migration successfully executed" id="Add unique index for title, parent_uid, and org_id" duration=374.175µs 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:18 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:18.999924491Z level=info msg="Executing migration" id="Sync dashboard and folder table" 2026-02-17T22:20:19.074 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.00014461Z level=info msg="Migration successfully executed" id="Sync dashboard and folder table" duration=219.848µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.000385026Z level=info msg="Executing migration" id="Remove ghost folders from the folder table" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.000509447Z level=info msg="Migration successfully executed" id="Remove ghost folders from the folder table" duration=124.371µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.00074787Z level=info msg="Executing migration" id="Remove unique index UQE_folder_uid_org_id" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.001107909Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_uid_org_id" duration=359.738µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.001305426Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_uid" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.001677828Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_uid" duration=372.091µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.001884522Z level=info msg="Executing migration" id="Remove unique index UQE_folder_title_parent_uid_org_id" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.002246094Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_title_parent_uid_org_id" duration=361.672µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.002499865Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_parent_uid_title" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.002872908Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_parent_uid_title" duration=373.023µs 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.003076075Z level=info msg="Executing migration" id="Remove index IDX_folder_parent_uid_org_id" 2026-02-17T22:20:19.075 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.003436415Z level=info msg="Migration successfully executed" id="Remove index IDX_folder_parent_uid_org_id" duration=359.989µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.003649962Z level=info msg="Executing migration" id="Remove unique index UQE_folder_org_id_parent_uid_title" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.004007015Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_org_id_parent_uid_title" duration=356.873µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.004255817Z level=info msg="Executing migration" id="Add index IDX_folder_org_id_parent_uid" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.004624652Z level=info msg="Migration successfully executed" id="Add index IDX_folder_org_id_parent_uid" duration=368.734µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.004835614Z level=info msg="Executing migration" id="create anon_device table" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.005111055Z level=info msg="Migration successfully executed" id="create anon_device table" duration=275.241µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.005306368Z level=info msg="Executing migration" id="add unique index anon_device.device_id" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.005676045Z level=info msg="Migration successfully executed" id="add unique index anon_device.device_id" duration=369.486µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.005879834Z level=info msg="Executing migration" id="add index anon_device.updated_at" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.006242066Z level=info msg="Migration successfully executed" id="add index anon_device.updated_at" duration=361.131µs 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.00645938Z level=info msg="Executing migration" id="create signing_key table" 2026-02-17T22:20:19.076 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.006764437Z level=info msg="Migration successfully executed" id="create signing_key table" duration=304.876µs 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.007005344Z level=info msg="Executing migration" id="add unique index signing_key.key_id" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.007377366Z level=info msg="Migration successfully executed" id="add unique index signing_key.key_id" duration=371.019µs 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.007586885Z level=info msg="Executing migration" id="set legacy alert migration status in kvstore" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.007973934Z level=info msg="Migration successfully executed" id="set legacy alert migration status in kvstore" duration=385.776µs 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.008177973Z level=info msg="Executing migration" id="migrate record of created folders during legacy migration to kvstore" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.008323764Z level=info msg="Migration successfully executed" id="migrate record of created folders during legacy migration to kvstore" duration=145.65µs 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.008569751Z level=info msg="Executing migration" id="Add folder_uid for dashboard" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.010919766Z level=info msg="Migration successfully executed" id="Add folder_uid for dashboard" duration=2.349765ms 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.01113185Z level=info msg="Executing migration" id="Populate dashboard folder_uid column" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.012126538Z level=info msg="Migration successfully executed" id="Populate dashboard folder_uid column" duration=994.778µs 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.012585009Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title" 2026-02-17T22:20:19.077 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.012591662Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title" duration=6.793µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.012847567Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_id_title" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.013213327Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_id_title" duration=365.759µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.013449886Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_uid_title" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.013456058Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_uid_title" duration=5.831µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.013711723Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.014130851Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" duration=418.777µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.014347504Z level=info msg="Executing migration" id="Restore index for dashboard_org_id_folder_id_title" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.014749851Z level=info msg="Migration successfully executed" id="Restore index for dashboard_org_id_folder_id_title" duration=402.257µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.014956585Z level=info msg="Executing migration" id="Remove unique index for dashboard_org_id_folder_uid_title_is_folder" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.015320731Z level=info msg="Migration successfully executed" id="Remove unique index for dashboard_org_id_folder_uid_title_is_folder" duration=363.825µs 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.015537464Z level=info msg="Executing migration" id="create sso_setting table" 2026-02-17T22:20:19.078 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.015842931Z level=info msg="Migration successfully executed" id="create sso_setting table" duration=305.187µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.016051318Z level=info msg="Executing migration" id="update settings column to MEDIUMTEXT" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.016056809Z level=info msg="Migration successfully executed" id="update settings column to MEDIUMTEXT" duration=6.652µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.016438778Z level=info msg="Executing migration" id="copy kvstore migration status to each org" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.016811951Z level=info msg="Migration successfully executed" id="copy kvstore migration status to each org" duration=373.053µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.017039564Z level=info msg="Executing migration" id="add back entry for orgid=0 migrated status" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.017267458Z level=info msg="Migration successfully executed" id="add back entry for orgid=0 migrated status" duration=227.733µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.017472939Z level=info msg="Executing migration" id="managed dashboard permissions annotation actions migration" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.018137955Z level=info msg="Migration successfully executed" id="managed dashboard permissions annotation actions migration" duration=665.035µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.018358475Z level=info msg="Executing migration" id="create cloud_migration table v1" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.01863064Z level=info msg="Migration successfully executed" id="create cloud_migration table v1" duration=271.965µs 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.018836613Z level=info msg="Executing migration" id="create cloud_migration_run table v1" 2026-02-17T22:20:19.079 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.019112024Z level=info msg="Migration successfully executed" id="create cloud_migration_run table v1" duration=271.684µs 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.019307868Z level=info msg="Executing migration" id="add stack_id column" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.0216669Z level=info msg="Migration successfully executed" id="add stack_id column" duration=2.358551ms 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.021879926Z level=info msg="Executing migration" id="add region_slug column" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.024271589Z level=info msg="Migration successfully executed" id="add region_slug column" duration=2.391352ms 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.024484064Z level=info msg="Executing migration" id="add cluster_slug column" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.026881778Z level=info msg="Migration successfully executed" id="add cluster_slug column" duration=2.397534ms 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.027109491Z level=info msg="Executing migration" id="add migration uid column" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.029442114Z level=info msg="Migration successfully executed" id="add migration uid column" duration=2.331351ms 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.029652374Z level=info msg="Executing migration" id="Update uid column values for migration" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.029719569Z level=info msg="Migration successfully executed" id="Update uid column values for migration" duration=67.806µs 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.030023454Z level=info msg="Executing migration" id="Add unique index migration_uid" 2026-02-17T22:20:19.080 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.030434998Z level=info msg="Migration successfully executed" id="Add unique index migration_uid" duration=411.154µs 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.030649707Z level=info msg="Executing migration" id="add migration run uid column" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.033017215Z level=info msg="Migration successfully executed" id="add migration run uid column" duration=2.367257ms 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.033238546Z level=info msg="Executing migration" id="Update uid column values for migration run" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.033307144Z level=info msg="Migration successfully executed" id="Update uid column values for migration run" duration=68.617µs 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.033549083Z level=info msg="Executing migration" id="Add unique index migration_run_uid" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.033915424Z level=info msg="Migration successfully executed" id="Add unique index migration_run_uid" duration=366.21µs 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.034091841Z level=info msg="Executing migration" id="Rename table cloud_migration to cloud_migration_session_tmp_qwerty - v1" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.040420467Z level=info msg="Migration successfully executed" id="Rename table cloud_migration to cloud_migration_session_tmp_qwerty - v1" duration=6.329157ms 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.040641839Z level=info msg="Executing migration" id="create cloud_migration_session v2" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.040963857Z level=info msg="Migration successfully executed" id="create cloud_migration_session v2" duration=321.608µs 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.041198102Z level=info msg="Executing migration" id="create index UQE_cloud_migration_session_uid - v2" 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.041621819Z level=info msg="Migration successfully executed" id="create index UQE_cloud_migration_session_uid - v2" duration=423.717µs 2026-02-17T22:20:19.081 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.041870541Z level=info msg="Executing migration" id="copy cloud_migration_session v1 to v2" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.042009429Z level=info msg="Migration successfully executed" id="copy cloud_migration_session v1 to v2" duration=138.617µs 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.042175147Z level=info msg="Executing migration" id="drop cloud_migration_session_tmp_qwerty" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.042502625Z level=info msg="Migration successfully executed" id="drop cloud_migration_session_tmp_qwerty" duration=327.168µs 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.042741159Z level=info msg="Executing migration" id="Rename table cloud_migration_run to cloud_migration_snapshot_tmp_qwerty - v1" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.049111362Z level=info msg="Migration successfully executed" id="Rename table cloud_migration_run to cloud_migration_snapshot_tmp_qwerty - v1" duration=6.369973ms 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.049341609Z level=info msg="Executing migration" id="create cloud_migration_snapshot v2" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.049622431Z level=info msg="Migration successfully executed" id="create cloud_migration_snapshot v2" duration=280.411µs 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.049832461Z level=info msg="Executing migration" id="create index UQE_cloud_migration_snapshot_uid - v2" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.050200585Z level=info msg="Migration successfully executed" id="create index UQE_cloud_migration_snapshot_uid - v2" duration=368.073µs 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.050420784Z level=info msg="Executing migration" id="copy cloud_migration_snapshot v1 to v2" 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.050569581Z level=info msg="Migration successfully executed" id="copy cloud_migration_snapshot v1 to v2" duration=148.346µs 2026-02-17T22:20:19.082 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.050787215Z level=info msg="Executing migration" id="drop cloud_migration_snapshot_tmp_qwerty" 2026-02-17T22:20:19.083 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.051103042Z level=info msg="Migration successfully executed" id="drop cloud_migration_snapshot_tmp_qwerty" duration=315.656µs 2026-02-17T22:20:19.083 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.051432915Z level=info msg="Executing migration" id="add snapshot upload_url column" 2026-02-17T22:20:19.309 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.054685416Z level=info msg="Migration successfully executed" id="add snapshot upload_url column" duration=3.252803ms 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.054974243Z level=info msg="Executing migration" id="add snapshot status column" 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.05913409Z level=info msg="Migration successfully executed" id="add snapshot status column" duration=4.159227ms 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.059430691Z level=info msg="Executing migration" id="add snapshot local_directory column" 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.061876395Z level=info msg="Migration successfully executed" id="add snapshot local_directory column" duration=2.445723ms 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.06212133Z level=info msg="Executing migration" id="add snapshot gms_snapshot_uid column" 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.064912074Z level=info msg="Migration successfully executed" id="add snapshot gms_snapshot_uid column" duration=2.790894ms 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.065134256Z level=info msg="Executing migration" id="add snapshot encryption_key column" 2026-02-17T22:20:19.310 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.067514418Z level=info msg="Migration successfully executed" id="add snapshot encryption_key column" duration=2.379861ms 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.067730059Z level=info msg="Executing migration" id="add snapshot error_string column" 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.070102846Z level=info msg="Migration successfully executed" id="add snapshot error_string column" duration=2.372628ms 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.070354624Z level=info msg="Executing migration" id="create cloud_migration_resource table v1" 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.070640365Z level=info msg="Migration successfully executed" id="create cloud_migration_resource table v1" duration=285.52µs 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.070848471Z level=info msg="Executing migration" id="delete cloud_migration_snapshot.result column" 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.081506771Z level=info msg="Migration successfully executed" id="delete cloud_migration_snapshot.result column" duration=10.657929ms 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.081737049Z level=info msg="Executing migration" id="add cloud_migration_resource.name column" 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.084136155Z level=info msg="Migration successfully executed" id="add cloud_migration_resource.name column" duration=2.398896ms 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.08435445Z level=info msg="Executing migration" id="add cloud_migration_resource.parent_name column" 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.086732007Z level=info msg="Migration successfully executed" id="add cloud_migration_resource.parent_name column" duration=2.377397ms 2026-02-17T22:20:19.311 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.086972554Z level=info msg="Executing migration" id="add cloud_migration_session.org_id column" 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.089358306Z level=info msg="Migration successfully executed" id="add cloud_migration_session.org_id column" duration=2.385751ms 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.089572454Z level=info msg="Executing migration" id="add cloud_migration_resource.error_code column" 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.091980858Z level=info msg="Migration successfully executed" id="add cloud_migration_resource.error_code column" duration=2.407963ms 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.092343081Z level=info msg="Executing migration" id="increase resource_uid column length" 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.092348811Z level=info msg="Migration successfully executed" id="increase resource_uid column length" duration=5.891µs 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.092609085Z level=info msg="Executing migration" id="create cloud_migration_snapshot_partition table v1" 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.092878625Z level=info msg="Migration successfully executed" id="create cloud_migration_snapshot_partition table v1" duration=269.501µs 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.093054181Z level=info msg="Executing migration" id="add cloud_migration_snapshot_partition srp_unique index" 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.093443785Z level=info msg="Migration successfully executed" id="add cloud_migration_snapshot_partition srp_unique index" duration=389.233µs 2026-02-17T22:20:19.312 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.093650409Z level=info msg="Executing migration" id="add resource_storage_type column to cloud_migration_snapshot table" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.096169819Z level=info msg="Migration successfully executed" id="add resource_storage_type column to cloud_migration_snapshot table" duration=2.51922ms 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.096386933Z level=info msg="Executing migration" id="add encryption_algo column to cloud_migration_snapshot table" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.098788053Z level=info msg="Migration successfully executed" id="add encryption_algo column to cloud_migration_snapshot table" duration=2.40096ms 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.099002291Z level=info msg="Executing migration" id="add metadata column to cloud_migration_snapshot table" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.101441803Z level=info msg="Migration successfully executed" id="add metadata column to cloud_migration_snapshot table" duration=2.439162ms 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.101691396Z level=info msg="Executing migration" id="add public_key column to cloud_migration_snapshot table" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.104213682Z level=info msg="Migration successfully executed" id="add public_key column to cloud_migration_snapshot table" duration=2.521844ms 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.104484615Z level=info msg="Executing migration" id="alter kv_store.value to longtext" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.104490195Z level=info msg="Migration successfully executed" id="alter kv_store.value to longtext" duration=6.142µs 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.104760768Z level=info msg="Executing migration" id="add notification_settings column to alert_rule table" 2026-02-17T22:20:19.313 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.107250503Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule table" duration=2.488614ms 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.107471193Z level=info msg="Executing migration" id="add notification_settings column to alert_rule_version table" 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.109917227Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule_version table" duration=2.445262ms 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.11013425Z level=info msg="Executing migration" id="removing scope from alert.instances:read action migration" 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.110282365Z level=info msg="Migration successfully executed" id="removing scope from alert.instances:read action migration" duration=148.135µs 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.110535766Z level=info msg="Executing migration" id="managed folder permissions alerting silences actions migration" 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.111079566Z level=info msg="Migration successfully executed" id="managed folder permissions alerting silences actions migration" duration=543.71µs 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.111418025Z level=info msg="Executing migration" id="add record column to alert_rule table" 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.113879457Z level=info msg="Migration successfully executed" id="add record column to alert_rule table" duration=2.461412ms 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.114094096Z level=info msg="Executing migration" id="add record column to alert_rule_version table" 2026-02-17T22:20:19.314 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.116539789Z level=info msg="Migration successfully executed" id="add record column to alert_rule_version table" duration=2.445543ms 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.116757283Z level=info msg="Executing migration" id="add resolved_at column to alert_instance table" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.119192116Z level=info msg="Migration successfully executed" id="add resolved_at column to alert_instance table" duration=2.434872ms 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.119457118Z level=info msg="Executing migration" id="add last_sent_at column to alert_instance table" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.121877284Z level=info msg="Migration successfully executed" id="add last_sent_at column to alert_instance table" duration=2.419675ms 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.122091392Z level=info msg="Executing migration" id="Add scope to alert.notifications.receivers:read and alert.notifications.receivers.secrets:read" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.122325677Z level=info msg="Migration successfully executed" id="Add scope to alert.notifications.receivers:read and alert.notifications.receivers.secrets:read" duration=234.265µs 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.1225749Z level=info msg="Executing migration" id="add metadata column to alert_rule table" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.125453968Z level=info msg="Migration successfully executed" id="add metadata column to alert_rule table" duration=2.878277ms 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.125779423Z level=info msg="Executing migration" id="add metadata column to alert_rule_version table" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.129236535Z level=info msg="Migration successfully executed" id="add metadata column to alert_rule_version table" duration=3.456671ms 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.129495787Z level=info msg="Executing migration" id="delete orphaned service account permissions" 2026-02-17T22:20:19.315 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.129626549Z level=info msg="Migration successfully executed" id="delete orphaned service account permissions" duration=130.953µs 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.129969497Z level=info msg="Executing migration" id="adding action set permissions" 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.1305203Z level=info msg="Migration successfully executed" id="adding action set permissions" duration=548.87µs 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.130778309Z level=info msg="Executing migration" id="create user_external_session table" 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.131254594Z level=info msg="Migration successfully executed" id="create user_external_session table" duration=475.924µs 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.131535686Z level=info msg="Executing migration" id="increase name_id column length to 1024" 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.13154313Z level=info msg="Migration successfully executed" id="increase name_id column length to 1024" duration=7.513µs 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.131860239Z level=info msg="Executing migration" id="increase session_id column length to 1024" 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.131867362Z level=info msg="Migration successfully executed" id="increase session_id column length to 1024" duration=7.034µs 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.132133106Z level=info msg="Executing migration" id="remove scope from alert.notifications.receivers:create" 2026-02-17T22:20:19.316 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.132295227Z level=info msg="Migration successfully executed" id="remove scope from alert.notifications.receivers:create" duration=161.761µs 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.132546373Z level=info msg="Executing migration" id="add created_by column to alert_rule_version table" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.13518222Z level=info msg="Migration successfully executed" id="add created_by column to alert_rule_version table" duration=2.635366ms 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.135406376Z level=info msg="Executing migration" id="add updated_by column to alert_rule table" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.137943369Z level=info msg="Migration successfully executed" id="add updated_by column to alert_rule table" duration=2.5354ms 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.138167646Z level=info msg="Executing migration" id="add alert_rule_state table" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.138454929Z level=info msg="Migration successfully executed" id="add alert_rule_state table" duration=287.063µs 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.138726464Z level=info msg="Executing migration" id="add index to alert_rule_state on org_id and rule_uid columns" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.139228707Z level=info msg="Migration successfully executed" id="add index to alert_rule_state on org_id and rule_uid columns" duration=493.877µs 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.139506593Z level=info msg="Executing migration" id="add guid column to alert_rule table" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.142740971Z level=info msg="Migration successfully executed" id="add guid column to alert_rule table" duration=3.233597ms 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.143013397Z level=info msg="Executing migration" id="add rule_guid column to alert_rule_version table" 2026-02-17T22:20:19.317 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.145880423Z level=info msg="Migration successfully executed" id="add rule_guid column to alert_rule_version table" duration=2.864291ms 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146236184Z level=info msg="Executing migration" id="cleanup alert_rule_version table" 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146265028Z level=info msg="Rule version record limit is not set, fallback to 100" limit=0 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146413494Z level=info msg="Cleaning up table `alert_rule_version`" batchSize=50 batches=0 keepVersions=100 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146419735Z level=info msg="Migration successfully executed" id="cleanup alert_rule_version table" duration=183.751µs 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146701649Z level=info msg="Executing migration" id="populate rule guid in alert rule table" 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.146928861Z level=info msg="Migration successfully executed" id="populate rule guid in alert rule table" duration=227.783µs 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.147146775Z level=info msg="Executing migration" id="drop index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.147545226Z level=info msg="Migration successfully executed" id="drop index in alert_rule_version table on rule_org_id, rule_uid and version columns" duration=398.27µs 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.147764022Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid, rule_guid and version columns" 2026-02-17T22:20:19.318 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.148163013Z level=info msg="Migration successfully executed" id="add index in alert_rule_version table on rule_org_id, rule_uid, rule_guid and version columns" duration=398.651µs 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.148378834Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_guid and version columns" 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.148790118Z level=info msg="Migration successfully executed" id="add index in alert_rule_version table on rule_guid and version columns" duration=410.963µs 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.149032408Z level=info msg="Executing migration" id="add index in alert_rule table on guid columns" 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.149603499Z level=info msg="Migration successfully executed" id="add index in alert_rule table on guid columns" duration=570.54µs 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.149898237Z level=info msg="Executing migration" id="add keep_firing_for column to alert_rule" 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.152997855Z level=info msg="Migration successfully executed" id="add keep_firing_for column to alert_rule" duration=3.098226ms 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.15324315Z level=info msg="Executing migration" id="add keep_firing_for column to alert_rule_version" 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.155779472Z level=info msg="Migration successfully executed" id="add keep_firing_for column to alert_rule_version" duration=2.536361ms 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.155997487Z level=info msg="Executing migration" id="add missing_series_evals_to_resolve column to alert_rule" 2026-02-17T22:20:19.319 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.15855104Z level=info msg="Migration successfully executed" id="add missing_series_evals_to_resolve column to alert_rule" duration=2.553082ms 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.158864543Z level=info msg="Executing migration" id="add missing_series_evals_to_resolve column to alert_rule_version" 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.161750754Z level=info msg="Migration successfully executed" id="add missing_series_evals_to_resolve column to alert_rule_version" duration=2.885249ms 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.162054779Z level=info msg="Executing migration" id="remove the datasources:drilldown action" 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.162166807Z level=info msg="Removed 0 datasources:drilldown permissions" 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.16217384Z level=info msg="Migration successfully executed" id="remove the datasources:drilldown action" duration=119.101µs 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.162626742Z level=info msg="Executing migration" id="remove title in folder unique index" 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.163146768Z level=info msg="Migration successfully executed" id="remove title in folder unique index" duration=518.664µs 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.163421989Z level=info msg="Executing migration" id="add fired_at column to alert_instance table" 2026-02-17T22:20:19.320 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.166160677Z level=info msg="Migration successfully executed" id="add fired_at column to alert_instance table" duration=2.738608ms 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.166434295Z level=info msg="Executing migration" id="add 'alert.notifications.receivers.protected:write' to receiver admins" 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.166613257Z level=info msg="Migration successfully executed" id="add 'alert.notifications.receivers.protected:write' to receiver admins" duration=178.982µs 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.16687296Z level=info msg="migrations completed" performed=208 skipped=482 duration=303.516973ms 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=migrator t=2026-02-17T22:20:19.167062482Z level=info msg="Unlocking database" 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=sqlstore t=2026-02-17T22:20:19.1695914Z level=info msg="Created default organization" 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secrets t=2026-02-17T22:20:19.169699711Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.angulardetectorsprovider.dynamic t=2026-02-17T22:20:19.202430613Z level=info msg="Restored cache from database" duration=318.051µs 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=accesscontrol.service t=2026-02-17T22:20:19.202909101Z level=info msg="Starting migration to remove deprecated permissions" migration=removeDeprecatedPermissions 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=accesscontrol.service t=2026-02-17T22:20:19.203108181Z level=info msg="Completed migration to remove deprecated permissions" migration=removeDeprecatedPermissions totalRemoved=0 duration=198.93µs 2026-02-17T22:20:19.321 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.203547467Z level=info msg="Locking database" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.20355426Z level=info msg="Starting DB migrations" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.203829541Z level=info msg="Executing migration" id="create secret_migration_log table" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204153684Z level=info msg="Migration successfully executed" id="create secret_migration_log table" duration=323.702µs 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204448972Z level=info msg="Executing migration" id="Initialize secrets tables" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204455705Z level=info msg="Migration successfully executed" id="Initialize secrets tables" duration=6.642µs 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204734553Z level=info msg="Executing migration" id="drop table secret_secure_value" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204769247Z level=info msg="Migration successfully executed" id="drop table secret_secure_value" duration=34.665µs 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.204997311Z level=info msg="Executing migration" id="create table secret_secure_value" 2026-02-17T22:20:19.322 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.205370885Z level=info msg="Migration successfully executed" id="create table secret_secure_value" duration=373.383µs 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.205793991Z level=info msg="Executing migration" id="create table secret_secure_value, index: 0" 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.206242804Z level=info msg="Migration successfully executed" id="create table secret_secure_value, index: 0" duration=448.373µs 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.20653673Z level=info msg="Executing migration" id="create table secret_secure_value, index: 1" 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.2070102Z level=info msg="Migration successfully executed" id="create table secret_secure_value, index: 1" duration=473.34µs 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.207273789Z level=info msg="Executing migration" id="drop table secret_keeper" 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.207308514Z level=info msg="Migration successfully executed" id="drop table secret_keeper" duration=34.855µs 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.20756498Z level=info msg="Executing migration" id="create table secret_keeper" 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.207939606Z level=info msg="Migration successfully executed" id="create table secret_keeper" duration=373.554µs 2026-02-17T22:20:19.323 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.208185233Z level=info msg="Executing migration" id="create table secret_keeper, index: 0" 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.208580146Z level=info msg="Migration successfully executed" id="create table secret_keeper, index: 0" duration=394.203µs 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.20879754Z level=info msg="Executing migration" id="drop table secret_data_key" 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.208828868Z level=info msg="Migration successfully executed" id="drop table secret_data_key" duration=31.328µs 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.209044579Z level=info msg="Executing migration" id="create table secret_data_key" 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.209372168Z level=info msg="Migration successfully executed" id="create table secret_data_key" duration=327.539µs 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.209606272Z level=info msg="Executing migration" id="drop table secret_encrypted_value" 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.209639705Z level=info msg="Migration successfully executed" id="drop table secret_encrypted_value" duration=33.332µs 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.209886814Z level=info msg="Executing migration" id="create table secret_encrypted_value" 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.210157797Z level=info msg="Migration successfully executed" id="create table secret_encrypted_value" duration=270.783µs 2026-02-17T22:20:19.324 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.210386903Z level=info msg="Executing migration" id="create table secret_encrypted_value, index: 0" 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.210776286Z level=info msg="Migration successfully executed" id="create table secret_encrypted_value, index: 0" duration=389.083µs 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.210991305Z level=info msg="Executing migration" id="create index for list on secret_secure_value" 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.21138136Z level=info msg="Migration successfully executed" id="create index for list on secret_secure_value" duration=389.934µs 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.211639409Z level=info msg="Executing migration" id="create index for list and read current on secret_data_key" 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.21203307Z level=info msg="Migration successfully executed" id="create index for list and read current on secret_data_key" duration=392.92µs 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.212254151Z level=info msg="Executing migration" id="add owner_reference_api_group column to secret_secure_value" 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.2149557Z level=info msg="Migration successfully executed" id="add owner_reference_api_group column to secret_secure_value" duration=2.701348ms 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.215177642Z level=info msg="Executing migration" id="add owner_reference_api_version column to secret_secure_value" 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.217821153Z level=info msg="Migration successfully executed" id="add owner_reference_api_version column to secret_secure_value" duration=2.643541ms 2026-02-17T22:20:19.325 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.218042594Z level=info msg="Executing migration" id="add owner_reference_kind column to secret_secure_value" 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.220659695Z level=info msg="Migration successfully executed" id="add owner_reference_kind column to secret_secure_value" duration=2.616851ms 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.220879784Z level=info msg="Executing migration" id="add owner_reference_name column to secret_secure_value" 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.223542421Z level=info msg="Migration successfully executed" id="add owner_reference_name column to secret_secure_value" duration=2.660682ms 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.223791243Z level=info msg="Executing migration" id="add lease_token column to secret_secure_value" 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.226446175Z level=info msg="Migration successfully executed" id="add lease_token column to secret_secure_value" duration=2.654631ms 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.226667175Z level=info msg="Executing migration" id="add lease_token index to secret_secure_value" 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.22705736Z level=info msg="Migration successfully executed" id="add lease_token index to secret_secure_value" duration=389.924µs 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.22727817Z level=info msg="Executing migration" id="add lease_created column to secret_secure_value" 2026-02-17T22:20:19.326 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.229922793Z level=info msg="Migration successfully executed" id="add lease_created column to secret_secure_value" duration=2.644433ms 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.230144705Z level=info msg="Executing migration" id="add lease_created index to secret_secure_value" 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.230534178Z level=info msg="Migration successfully executed" id="add lease_created index to secret_secure_value" duration=389.504µs 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.230760168Z level=info msg="Executing migration" id="add data_key_id column to secret_encrypted_value" 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.233376378Z level=info msg="Migration successfully executed" id="add data_key_id column to secret_encrypted_value" duration=2.6161ms 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.233600675Z level=info msg="Executing migration" id="add data_key_id index to secret_encrypted_value" 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.234020395Z level=info msg="Migration successfully executed" id="add data_key_id index to secret_encrypted_value" duration=419.509µs 2026-02-17T22:20:19.327 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.23437866Z level=info msg="migrations completed" performed=26 skipped=0 duration=30.564337ms 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=secret-migrator t=2026-02-17T22:20:19.234620319Z level=info msg="Unlocking database" 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-db t=2026-02-17T22:20:19.237315055Z level=info msg="Using database section" db_type=sqlite3 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-db t=2026-02-17T22:20:19.237355881Z level=info msg="Initializing Resource DB" db_type=sqlite3 open_conn=0 in_use_conn=0 idle_conn=0 max_open_conn=0 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.239851216Z level=info msg="Locking database" 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.239857177Z level=info msg="Starting DB migrations" 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.242524913Z level=info msg="Executing migration" id="create resource_migration_log table" 2026-02-17T22:20:19.328 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.242832585Z level=info msg="Migration successfully executed" id="create resource_migration_log table" duration=307.551µs 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.243074224Z level=info msg="Executing migration" id="Initialize resource tables" 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.243080726Z level=info msg="Migration successfully executed" id="Initialize resource tables" duration=6.282µs 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.243381645Z level=info msg="Executing migration" id="drop table resource" 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.243417411Z level=info msg="Migration successfully executed" id="drop table resource" duration=36.217µs 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.243680129Z level=info msg="Executing migration" id="create table resource" 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.244020672Z level=info msg="Migration successfully executed" id="create table resource" duration=339.972µs 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.244262251Z level=info msg="Executing migration" id="create table resource, index: 0" 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.244689244Z level=info msg="Migration successfully executed" id="create table resource, index: 0" duration=426.122µs 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.24491363Z level=info msg="Executing migration" id="drop table resource_history" 2026-02-17T22:20:19.329 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.244946652Z level=info msg="Migration successfully executed" id="drop table resource_history" duration=33.964µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.245176599Z level=info msg="Executing migration" id="create table resource_history" 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.245573306Z level=info msg="Migration successfully executed" id="create table resource_history" duration=396.507µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.245829041Z level=info msg="Executing migration" id="create table resource_history, index: 0" 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.246288214Z level=info msg="Migration successfully executed" id="create table resource_history, index: 0" duration=458.973µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.246529442Z level=info msg="Executing migration" id="create table resource_history, index: 1" 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.246951276Z level=info msg="Migration successfully executed" id="create table resource_history, index: 1" duration=421.794µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.247175151Z level=info msg="Executing migration" id="drop table resource_version" 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.247208283Z level=info msg="Migration successfully executed" id="drop table resource_version" duration=33.102µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.247476491Z level=info msg="Executing migration" id="create table resource_version" 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.24776113Z level=info msg="Migration successfully executed" id="create table resource_version" duration=283.818µs 2026-02-17T22:20:19.330 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.247982411Z level=info msg="Executing migration" id="create table resource_version, index: 0" 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.248474806Z level=info msg="Migration successfully executed" id="create table resource_version, index: 0" duration=492.445µs 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.248700054Z level=info msg="Executing migration" id="drop table resource_blob" 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.248734999Z level=info msg="Migration successfully executed" id="drop table resource_blob" duration=35.336µs 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.24898863Z level=info msg="Executing migration" id="create table resource_blob" 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.249346064Z level=info msg="Migration successfully executed" id="create table resource_blob" duration=357.664µs 2026-02-17T22:20:19.331 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.249578466Z level=info msg="Executing migration" id="create table resource_blob, index: 0" 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.250008815Z level=info msg="Migration successfully executed" id="create table resource_blob, index: 0" duration=430.169µs 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.250237089Z level=info msg="Executing migration" id="create table resource_blob, index: 1" 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.250649566Z level=info msg="Migration successfully executed" id="create table resource_blob, index: 1" duration=412.617µs 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.250877208Z level=info msg="Executing migration" id="drop table resource_last_import_time" 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.250909959Z level=info msg="Migration successfully executed" id="drop table resource_last_import_time" duration=33.021µs 2026-02-17T22:20:19.332 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.251132062Z level=info msg="Executing migration" id="create table resource_last_import_time" 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.25148624Z level=info msg="Migration successfully executed" id="create table resource_last_import_time" duration=354.749µs 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.251715065Z level=info msg="Executing migration" id="Add column previous_resource_version in resource_history" 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.254568305Z level=info msg="Migration successfully executed" id="Add column previous_resource_version in resource_history" duration=2.85303ms 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.254798242Z level=info msg="Executing migration" id="Add column previous_resource_version in resource" 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.257583196Z level=info msg="Migration successfully executed" id="Add column previous_resource_version in resource" duration=2.784743ms 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.257811861Z level=info msg="Executing migration" id="Add index to resource_history for polling" 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.258238754Z level=info msg="Migration successfully executed" id="Add index to resource_history for polling" duration=425.851µs 2026-02-17T22:20:19.333 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.2584735Z level=info msg="Executing migration" id="Add index to resource for loading" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.25889878Z level=info msg="Migration successfully executed" id="Add index to resource for loading" duration=425.21µs 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.25914654Z level=info msg="Executing migration" id="Add column folder in resource_history" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.262032882Z level=info msg="Migration successfully executed" id="Add column folder in resource_history" duration=2.886592ms 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.262339201Z level=info msg="Executing migration" id="Add column folder in resource" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.265198392Z level=info msg="Migration successfully executed" id="Add column folder in resource" duration=2.859041ms 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.265432837Z level=info msg="Executing migration" id="Migrate DeletionMarkers to real Resource objects" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=deletion-marker-migrator t=2026-02-17T22:20:19.265442826Z level=info msg="finding any deletion markers" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.265592955Z level=info msg="Migration successfully executed" id="Migrate DeletionMarkers to real Resource objects" duration=160.047µs 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.265849321Z level=info msg="Executing migration" id="Add index to resource_history for get trash" 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.266318883Z level=info msg="Migration successfully executed" id="Add index to resource_history for get trash" duration=469.312µs 2026-02-17T22:20:19.334 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.266554631Z level=info msg="Executing migration" id="Add generation to resource history" 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.269725051Z level=info msg="Migration successfully executed" id="Add generation to resource history" duration=3.169668ms 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.269959015Z level=info msg="Executing migration" id="Add generation index to resource history" 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.270403762Z level=info msg="Migration successfully executed" id="Add generation index to resource history" duration=444.726µs 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.270689683Z level=info msg="Executing migration" id="Add UQE_resource_last_import_time_last_import_time index" 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.271442842Z level=info msg="Migration successfully executed" id="Add UQE_resource_last_import_time_last_import_time index" duration=756.105µs 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.271730306Z level=info msg="migrations completed" performed=29 skipped=0 duration=29.221542ms 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=resource-migrator t=2026-02-17T22:20:19.272016688Z level=info msg="Unlocking database" 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.272123035Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.272115501Z msg="Using channel notifier" logger=sql-resource-server 2026-02-17T22:20:19.335 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.store t=2026-02-17T22:20:19.27569986Z level=info msg="Loading plugins..." 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.store t=2026-02-17T22:20:19.305782963Z level=info msg="Plugins loaded" count=53 duration=30.083565ms 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=annotations t=2026-02-17T22:20:19.306483044Z level=info msg="Starting annotation dashboard_uid migration in background" 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=annotations t=2026-02-17T22:20:19.306494916Z level=info msg="Starting batched dashboard_uid migration for annotations (newest first)" batchSize=5000 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=annotations t=2026-02-17T22:20:19.307063061Z level=info msg="Completed dashboard_uid migration for annotations" totalUpdated=0 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=annotations t=2026-02-17T22:20:19.307071527Z level=info msg="Annotation dashboard_uid migration completed successfully" 2026-02-17T22:20:19.336 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=query_data t=2026-02-17T22:20:19.308232143Z level=info msg="Query Service initialization" 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=live.push_http t=2026-02-17T22:20:19.310027648Z level=info msg="Live Push Gateway initialization" 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.notifier component=alertmanager orgID=1 t=2026-02-17T22:20:19.31136365Z level=info msg="Applying new configuration to Alertmanager" configHash=d2c56faca6af2a5772ff4253222f7386 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.writer t=2026-02-17T22:20:19.313190554Z level=info msg="Setting up remote write using data sources" timeout=10s default_datasource_uid= 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert t=2026-02-17T22:20:19.313217904Z level=info msg="Using protobuf-based alert instance store" 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.state.manager.persist t=2026-02-17T22:20:19.31322655Z level=info msg="Using rule state persister" 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=infra.usagestats.collector t=2026-02-17T22:20:19.314457818Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.318141781Z level=info msg=starting module=tracing 2026-02-17T22:20:19.583 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.318159985Z level=info msg=starting module=grafana-apiserver 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.405468192Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.405461129Z msg="Zanzana is not enabled; skipping folder propagation hooks" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.405891568Z level=info msg="Adding GroupVersion folder.grafana.app v1beta1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.40678098Z level=info msg="Adding GroupVersion iam.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.40702878Z level=info msg="Adding GroupVersion userstorage.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.407119539Z level=info msg="Adding GroupVersion features.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.408763884Z level=info msg="Adding GroupVersion dashboard.grafana.app v1beta1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.408948807Z level=info msg="Adding GroupVersion dashboard.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.409169397Z level=info msg="Adding GroupVersion dashboard.grafana.app v2beta1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.409383485Z level=info msg="Adding GroupVersion dashboard.grafana.app v2alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.409469625Z level=warn caller=logger.go:224 time=2026-02-17T22:20:19.409467862Z msg="skipped registering status sub-resource that does not support dual writing" resource=playlists.playlist.grafana.app version=v0alpha1 storagePath=playlists/status 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.409819805Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.584 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.409841916Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.409839512Z msg="Installed APIs for app" app=playlist 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.410308373Z level=info msg="Adding GroupVersion plugins.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.410345302Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.410342857Z msg="Installed APIs for app" app=plugins 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.410401977Z level=info msg="Skipping API example.grafana.app/v1alpha1 because it has no resources." 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.410406736Z level=info msg="Skipping API example.grafana.app/v0alpha1 because it has no resources." 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.410426542Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.410424659Z msg="Installed APIs for app" app=example 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:20:19.411410991Z level=info msg="Adding GroupVersion notifications.alerting.grafana.app v0alpha1 to ResourceManager" 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.411435777Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.411433423Z msg="Installed APIs for app" app=alerting-notifications 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.440916421Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.440912294Z msg="App initialized" app=plugins 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.441576798Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.441568332Z msg="App initialized" app=example 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.442064524Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.44205135Z msg="App initialized" app=alerting-notifications 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: t=2026-02-17T22:20:19.442204334Z level=info caller=logger.go:214 time=2026-02-17T22:20:19.442199505Z msg="App initialized" app=playlist 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.44227771Z level=info msg=starting module=plugins.store 2026-02-17T22:20:19.585 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.442555326Z level=info msg=starting module=plugin.backgroundinstaller 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.442625787Z level=info msg="Plugins installed" plugins=[] 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.442695546Z level=info msg="Installing plugins" plugins="[{ID:grafana-exploretraces-app Version: URL:} {ID:grafana-metricsdrilldown-app Version: URL:} {ID:grafana-lokiexplore-app Version: URL:} {ID:grafana-pyroscope-app Version: URL:}]" 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.442814938Z level=info msg="Installing plugin" pluginId=grafana-exploretraces-app version= 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.443283138Z level=info msg=starting module=provisioning 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.datasources t=2026-02-17T22:20:19.446377185Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.datasources t=2026-02-17T22:20:19.446580784Z level=info msg="inserting datasource from configuration" name=Dashboard1 uid=P43CA22E17D0F9596 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.alerting t=2026-02-17T22:20:19.45700591Z level=info msg="starting to provision alerting" 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.alerting t=2026-02-17T22:20:19.457012692Z level=info msg="finished to provision alerting" 2026-02-17T22:20:19.586 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.dashboard t=2026-02-17T22:20:19.457762575Z level=info msg="starting to provision dashboards" 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.installer t=2026-02-17T22:20:19.657290985Z level=info msg="Installing plugin" pluginId=grafana-exploretraces-app version= 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=installer.fs t=2026-02-17T22:20:19.706383421Z level=info msg="Downloaded and extracted grafana-exploretraces-app v1.3.2 zip successfully to /var/lib/grafana/plugins/grafana-exploretraces-app" 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugins.registration t=2026-02-17T22:20:19.72409371Z level=info msg="Plugin registered" pluginId=grafana-exploretraces-app 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.724106714Z level=info msg="Plugin successfully installed" pluginId=grafana-exploretraces-app version= duration=281.243516ms 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.724117134Z level=info msg="Installing plugin" pluginId=grafana-metricsdrilldown-app version= 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=provisioning.dashboard t=2026-02-17T22:20:19.781157334Z level=info msg="finished to provision dashboards" 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781195254Z level=info msg=starting module=*service.UsageStats 2026-02-17T22:20:19.835 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781206475Z level=info msg=starting module=*pushhttp.Gateway 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781211755Z level=info msg=starting module=*rendering.RenderingService 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781215251Z level=info msg=starting module=*garbagecollectionworker.Worker 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781219098Z level=info msg=starting module=*loginattemptimpl.Service 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781234267Z level=info msg=starting module=*pluginexternal.Service 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781237352Z level=info msg=starting module=*angulardetectorsprovider.Dynamic 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781245818Z level=info msg=starting module=*remotecache.RemoteCache 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781247812Z level=info msg=starting module=*metric.Service 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781245087Z level=info msg=starting module=*store.standardStorageService 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781256327Z level=info msg=starting module=*ngalert.AlertNG 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.78120913Z level=info msg=starting module=*notifications.NotificationService 2026-02-17T22:20:19.836 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781264753Z level=info msg=starting module=*migrations.SecretMigrationProviderImpl 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.78125221Z level=info msg=starting module=*dualwrite.ZanzanaReconciler 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafanaStorageLogger t=2026-02-17T22:20:19.781275663Z level=info msg="Storage starting" 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781277607Z level=info msg=starting module=*manager.ServiceAccountsService 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781282306Z level=info msg=starting module=*live.GrafanaLive 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781289399Z level=info msg=starting module=*authimpl.UserAuthTokenService 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781289158Z level=info msg=starting module=*appregistry.Service 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781292986Z level=info msg=starting module=*api.HTTPServer 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781299898Z level=info msg=starting module=*service.DashboardUpdater 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.state.manager t=2026-02-17T22:20:19.781277998Z level=info msg="Warming state cache for startup" 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781307242Z level=info msg=starting module=*supportbundlesimpl.Service 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781257279Z level=info msg=starting module=*service.DashboardServiceImpl 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781314255Z level=info msg=starting module=*manager.SecretsService 2026-02-17T22:20:19.837 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781296983Z level=info msg=starting module=*anonimpl.AnonDeviceService 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781199953Z level=info msg=starting module=*statscollector.Service 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781333862Z level=info msg=starting module=*metrics.InternalMetricsService 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781312923Z level=info msg=starting module=*updatemanager.PluginsService 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781303726Z level=info msg=starting module=*store.dummyEntityEventsService 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781199211Z level=info msg=starting module=*ssosettingsimpl.Service 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.multiorg.alertmanager t=2026-02-17T22:20:19.781302894Z level=info msg="Starting MultiOrg Alertmanager" 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781282456Z level=info msg=starting module=*cleanup.CleanUpService 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:20:19.781368496Z level=info msg="All modules healthy" 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=app-registry t=2026-02-17T22:20:19.781306661Z level=info msg="app registry initialized" 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=http.server t=2026-02-17T22:20:19.782884883Z level=info msg="HTTP Server TLS settings" scheme=https MinTLSVersion=TLS1.2 configuredciphers=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=http.server t=2026-02-17T22:20:19.783197674Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2026-02-17T22:20:19.838 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.state.manager t=2026-02-17T22:20:19.810123262Z level=info msg="State cache has been initialized" states=0 duration=28.844533ms 2026-02-17T22:20:19.839 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.scheduler t=2026-02-17T22:20:19.810140964Z level=info msg="Starting scheduler" tickInterval=10s maxAttempts=3 2026-02-17T22:20:19.839 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.scheduler t=2026-02-17T22:20:19.810171201Z level=info msg=starting component=ticker first_tick=2026-02-17T22:20:20Z 2026-02-17T22:20:19.839 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.angulardetectorsprovider.dynamic t=2026-02-17T22:20:19.833547896Z level=info msg="Patterns update finished" duration=51.951968ms 2026-02-17T22:20:20.129 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: pgmap v156: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:20.129 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.129 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.130 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:20.130 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.130 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:19 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.130 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugins.update.checker t=2026-02-17T22:20:19.836993807Z level=info msg="Update check succeeded" duration=55.647071ms 2026-02-17T22:20:20.130 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.installer t=2026-02-17T22:20:19.892144757Z level=info msg="Installing plugin" pluginId=grafana-metricsdrilldown-app version= 2026-02-17T22:20:20.130 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=installer.fs t=2026-02-17T22:20:19.932732214Z level=info msg="Downloaded and extracted grafana-metricsdrilldown-app v1.0.30 zip successfully to /var/lib/grafana/plugins/grafana-metricsdrilldown-app" 2026-02-17T22:20:20.130 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugins.registration t=2026-02-17T22:20:19.948069936Z level=info msg="Plugin registered" pluginId=grafana-metricsdrilldown-app 2026-02-17T22:20:20.130 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.948082128Z level=info msg="Plugin successfully installed" pluginId=grafana-metricsdrilldown-app version= duration=223.96216ms 2026-02-17T22:20:20.131 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:19 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:19.948094672Z level=info msg="Installing plugin" pluginId=grafana-lokiexplore-app version= 2026-02-17T22:20:20.131 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.installer t=2026-02-17T22:20:20.128437833Z level=info msg="Installing plugin" pluginId=grafana-lokiexplore-app version= 2026-02-17T22:20:20.260 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:20:20] "GET /metrics HTTP/1.1" 200 37444 "" "Prometheus/3.6.0" 2026-02-17T22:20:20.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: pgmap v156: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: pgmap v156: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:20.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.262 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:19 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:20.396 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=installer.fs t=2026-02-17T22:20:20.211195837Z level=info msg="Downloaded and extracted grafana-lokiexplore-app v1.0.36 zip successfully to /var/lib/grafana/plugins/grafana-lokiexplore-app" 2026-02-17T22:20:20.396 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugins.registration t=2026-02-17T22:20:20.230937419Z level=info msg="Plugin registered" pluginId=grafana-lokiexplore-app 2026-02-17T22:20:20.397 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:20.230951946Z level=info msg="Plugin successfully installed" pluginId=grafana-lokiexplore-app version= duration=282.854369ms 2026-02-17T22:20:20.397 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:20.230969008Z level=info msg="Installing plugin" pluginId=grafana-pyroscope-app version= 2026-02-17T22:20:20.397 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.installer t=2026-02-17T22:20:20.39541599Z level=info msg="Installing plugin" pluginId=grafana-pyroscope-app version= 2026-02-17T22:20:20.786 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=installer.fs t=2026-02-17T22:20:20.430295393Z level=info msg="Downloaded and extracted grafana-pyroscope-app v1.16.0 zip successfully to /var/lib/grafana/plugins/grafana-pyroscope-app" 2026-02-17T22:20:20.787 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugins.registration t=2026-02-17T22:20:20.441785457Z level=info msg="Plugin registered" pluginId=grafana-pyroscope-app 2026-02-17T22:20:20.787 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:20:20 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=plugin.backgroundinstaller t=2026-02-17T22:20:20.441796057Z level=info msg="Plugin successfully installed" pluginId=grafana-pyroscope-app version= duration=210.823974ms 2026-02-17T22:20:21.010 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:20:20 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:20:20.547Z level=INFO source=cluster.go:691 msg="gossip settled; proceeding" component=cluster elapsed=10.002958843s 2026-02-17T22:20:21.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.288 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.289 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2026-02-17T22:20:21.290 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:21 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2026-02-17T22:20:21.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE Bus STOPPING 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.511 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.512 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:21.514 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2026-02-17T22:20:21.517 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2026-02-17T22:20:21.518 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2026-02-17T22:20:21.519 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2026-02-17T22:20:21.519 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2026-02-17T22:20:21.519 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2026-02-17T22:20:21.519 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2026-02-17T22:20:21.519 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:21 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2026-02-17T22:20:22.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:20:22.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE Bus STOPPED 2026-02-17T22:20:22.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE Bus STARTING 2026-02-17T22:20:22.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE Serving on http://:::9283 2026-02-17T22:20:22.010 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:21 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:21] ENGINE Bus STARTED 2026-02-17T22:20:22.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: pgmap v157: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:22.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"}]: dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: Upgrade: Finalizing container_image settings 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2026-02-17T22:20:22.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.smb"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.smb"}]': finished 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.512 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: pgmap v157: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"}]: dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: Upgrade: Finalizing container_image settings 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2026-02-17T22:20:22.513 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.smb"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.smb"}]': finished 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.514 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: Upgrade: Complete! 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.515 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.516 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: Upgrade: Complete! 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.517 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:22 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:22.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: pgmap v157: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:22.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2026-02-17T22:20:22.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://trial172:3000"}]: dispatch 2026-02-17T22:20:22.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: Upgrade: Finalizing container_image settings 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2026-02-17T22:20:22.537 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.smb"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.smb"}]': finished 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: Upgrade: Complete! 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2026-02-17T22:20:22.538 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:22.539 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:22 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:23.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:23 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:23.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:23 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:23.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:23 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:24.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[107811]: pgmap v158: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:24.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:24.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[110196]: pgmap v158: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:24.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:24 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:24.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:24 trial172 ceph-mon[93286]: pgmap v158: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:24.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:24 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:24.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:24 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:26.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:26 trial144 ceph-mon[107811]: pgmap v159: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:26.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:26 trial144 ceph-mon[110196]: pgmap v159: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:26.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:26 trial172 ceph-mon[93286]: pgmap v159: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:28.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:28 trial144 ceph-mon[107811]: pgmap v160: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:28.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:28 trial144 ceph-mon[110196]: pgmap v160: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:28.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:28 trial172 ceph-mon[93286]: pgmap v160: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:28.949 INFO:teuthology.orchestra.run.trial144.stderr:parse error: Invalid numeric literal at line 1, column 6 2026-02-17T22:20:29.092 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph orch ps' 2026-02-17T22:20:29.221 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:29.677 INFO:teuthology.orchestra.run.trial144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-17T22:20:29.677 INFO:teuthology.orchestra.run.trial144.stdout:alertmanager.a trial144 *:9093,9094 running (19s) 18s ago 5m 22.7M - 0.28.1 91c01b3cec9b 806f7fd5dbbc 2026-02-17T22:20:29.677 INFO:teuthology.orchestra.run.trial144.stdout:grafana.a trial172 *:3000 running (10s) 9s ago 5m 43.4M - 12.3.1 5cdab57891ea 1645da4f3518 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mds.a trial144 running (44s) 18s ago 5m 86.0M - 20.2.0-670-gadc19233 c2bc6184fe25 bad7e0a8bf18 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mds.b trial172 running (35s) 9s ago 5m 83.6M - 20.2.0-670-gadc19233 c2bc6184fe25 27fab222dde9 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mgr.x trial172 *:8443,9283,8765 running (4m) 9s ago 7m 562M - 20.2.0-670-gadc19233 c2bc6184fe25 55fc58ed6b99 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mgr.y trial144 *:8443,9283,8765 running (4m) 18s ago 7m 636M - 20.2.0-670-gadc19233 c2bc6184fe25 d44615aa491a 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mon.a trial144 running (3m) 18s ago 7m 120M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 070c4ff59739 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mon.b trial172 running (3m) 9s ago 7m 109M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 73524ec7662a 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:mon.c trial144 running (3m) 18s ago 7m 112M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 46c022d4c727 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.a trial144 *:9100 running (31s) 18s ago 5m 8862k - 1.9.1 255ec253085f 9e0ff25fe4d5 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:node-exporter.b trial172 *:9100 running (29s) 9s ago 5m 11.2M - 1.9.1 255ec253085f 1acaedded987 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:osd.0 trial144 running (3m) 18s ago 6m 119M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 20552d0c14f2 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:osd.1 trial144 running (3m) 18s ago 6m 117M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 50abf350aaf9 2026-02-17T22:20:29.678 INFO:teuthology.orchestra.run.trial144.stdout:osd.2 trial144 running (2m) 18s ago 6m 115M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 3d7684d3d20c 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:osd.3 trial144 running (2m) 18s ago 6m 120M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 d1206243cc9d 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:osd.4 trial172 running (119s) 9s ago 6m 116M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 a0f8755be7f2 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:osd.5 trial172 running (97s) 9s ago 6m 118M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 bbba48adf746 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:osd.6 trial172 running (75s) 9s ago 6m 115M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 f51ea036899e 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:osd.7 trial172 running (53s) 9s ago 5m 115M 18.7G 20.2.0-670-gadc19233 c2bc6184fe25 6442a66163d3 2026-02-17T22:20:29.679 INFO:teuthology.orchestra.run.trial144.stdout:prometheus.a trial172 *:9095 running (23s) 9s ago 5m 38.8M - 3.6.0 4fcecf061b74 7f4656f457f6 2026-02-17T22:20:29.814 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph versions' 2026-02-17T22:20:29.947 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:30.061 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:30 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:20:30] "GET /metrics HTTP/1.1" 200 37448 "" "Prometheus/3.6.0" 2026-02-17T22:20:30.425 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-17T22:20:30.425 INFO:teuthology.orchestra.run.trial144.stdout: "mon": { 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "mgr": { 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "osd": { 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 8 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "mds": { 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: }, 2026-02-17T22:20:30.426 INFO:teuthology.orchestra.run.trial144.stdout: "overall": { 2026-02-17T22:20:30.427 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 15 2026-02-17T22:20:30.427 INFO:teuthology.orchestra.run.trial144.stdout: } 2026-02-17T22:20:30.427 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-17T22:20:30.427 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:30 trial144 ceph-mon[107811]: pgmap v161: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:30.427 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:30 trial144 ceph-mon[107811]: from='client.44339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:30.428 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:30 trial144 ceph-mon[110196]: pgmap v161: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:30.428 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:30 trial144 ceph-mon[110196]: from='client.44339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:30 trial172 ceph-mon[93286]: pgmap v161: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:30.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:30 trial172 ceph-mon[93286]: from='client.44339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:30.562 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2026-02-17T22:20:30.694 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:31.192 INFO:teuthology.orchestra.run.trial144.stdout:true 2026-02-17T22:20:31.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:31 trial144 ceph-mon[107811]: from='client.44345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:31.260 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:31 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1692510324' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:31.260 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:31 trial144 ceph-mon[110196]: from='client.44345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:31.261 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:31 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1692510324' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:31.322 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2026-02-17T22:20:31.452 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:31.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:31 trial172 ceph-mon[93286]: from='client.44345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:31.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:31 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1692510324' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:31.946 INFO:teuthology.orchestra.run.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)" 2026-02-17T22:20:32.074 INFO:teuthology.task.sequential:In sequential, running task print... 2026-02-17T22:20:32.074 INFO:teuthology.task.print:**** done end upgrade... 2026-02-17T22:20:32.075 INFO:teuthology.task.sequential:In sequential, running task print... 2026-02-17T22:20:32.075 INFO:teuthology.task.print:**** done set require-osd-release ... 2026-02-17T22:20:32.075 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2026-02-17T22:20:32.075 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:20:32.076 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -e sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed -- bash -c 'ceph osd require-osd-release tentacle' 2026-02-17T22:20:32.206 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:32.229 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[107811]: pgmap v162: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:32.229 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/2390229710' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.229 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1005050152' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.230 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[110196]: pgmap v162: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:32.230 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/2390229710' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.230 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:32 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1005050152' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:32 trial172 ceph-mon[93286]: pgmap v162: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:32.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:32 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/2390229710' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:32 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1005050152' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2026-02-17T22:20:32.793 INFO:teuthology.task.sequential:In sequential, running task print... 2026-02-17T22:20:32.794 INFO:teuthology.task.print:**** done start telemetry x... 2026-02-17T22:20:32.794 INFO:teuthology.task.sequential:In sequential, running task workunit... 2026-02-17T22:20:32.794 INFO:tasks.workunit:Pulling workunits from ref adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:20:32.795 INFO:tasks.workunit:Making a separate scratch dir for every client... 2026-02-17T22:20:32.795 DEBUG:teuthology.orchestra.run.trial144:> stat -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:20:32.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:20:32.812 INFO:teuthology.orchestra.run.trial144.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2026-02-17T22:20:32.813 DEBUG:teuthology.orchestra.run.trial144:> mkdir -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:20:32.868 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2026-02-17T22:20:32.868 DEBUG:teuthology.orchestra.run.trial144:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2026-02-17T22:20:32.924 INFO:tasks.workunit:timeout=3h 2026-02-17T22:20:32.924 INFO:tasks.workunit:cleanup=True 2026-02-17T22:20:32.925 DEBUG:teuthology.orchestra.run.trial144:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://github.com/ceph/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-17T22:20:32.981 INFO:tasks.workunit.client.0.trial144.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2026-02-17T22:20:33.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:33 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1668589787' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:33.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:33 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:33 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1668589787' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:33.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:33 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:33.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:33 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1668589787' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:33.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:33 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd={"prefix": "osd require-osd-release", "release": "tentacle"} : dispatch 2026-02-17T22:20:34.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:34 trial144 ceph-mon[107811]: pgmap v163: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:34.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:34 trial144 ceph-mon[110196]: pgmap v163: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:34.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:34 trial172 ceph-mon[93286]: pgmap v163: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:36.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:36 trial144 ceph-mon[107811]: pgmap v164: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:36.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:36 trial144 ceph-mon[110196]: pgmap v164: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:36.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:36 trial172 ceph-mon[93286]: pgmap v164: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:38.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:38 trial144 ceph-mon[107811]: pgmap v165: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:38.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:38 trial144 ceph-mon[110196]: pgmap v165: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:38.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:38 trial172 ceph-mon[93286]: pgmap v165: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:39.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:39 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:39.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:39 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:39.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:39 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:40.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:40 trial144 ceph-mon[107811]: pgmap v166: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:40.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:40 trial144 ceph-mon[110196]: pgmap v166: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:40.511 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:40 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:20:40] "GET /metrics HTTP/1.1" 200 37449 "" "Prometheus/3.6.0" 2026-02-17T22:20:40.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:40 trial172 ceph-mon[93286]: pgmap v166: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:42.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:42 trial144 ceph-mon[107811]: pgmap v167: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:42.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:42 trial144 ceph-mon[110196]: pgmap v167: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:42.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:42 trial172 ceph-mon[93286]: pgmap v167: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:44.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:44 trial144 ceph-mon[107811]: pgmap v168: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:44.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:44 trial144 ceph-mon[110196]: pgmap v168: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:44.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:44 trial172 ceph-mon[93286]: pgmap v168: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:46.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:46 trial144 ceph-mon[107811]: pgmap v169: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:46.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:46 trial144 ceph-mon[110196]: pgmap v169: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:46.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:46 trial172 ceph-mon[93286]: pgmap v169: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:48.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:48 trial144 ceph-mon[107811]: pgmap v170: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:48.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:48 trial144 ceph-mon[110196]: pgmap v170: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:48.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:48 trial172 ceph-mon[93286]: pgmap v170: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:50.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:50 trial144 ceph-mon[107811]: pgmap v171: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:50.510 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:50 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:20:50] "GET /metrics HTTP/1.1" 200 37449 "" "Prometheus/3.6.0" 2026-02-17T22:20:50.511 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:50 trial144 ceph-mon[110196]: pgmap v171: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:50.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:50 trial172 ceph-mon[93286]: pgmap v171: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:52.291 INFO:tasks.workunit.client.0.trial144.stderr:Note: switching to 'adc1923395f2bcd6ae89b5d331d278364d1848ed'. 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr:changes and commit them, and you can discard any commits you make in this 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr:state without impacting any branches by switching back to a branch. 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr:If you want to create a new branch to retain commits you create, you may 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr:do so (now or later) by using -c with the switch command. Example: 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr: git switch -c 2026-02-17T22:20:52.292 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr:Or undo this operation with: 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr: git switch - 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr: 2026-02-17T22:20:52.293 INFO:tasks.workunit.client.0.trial144.stderr:HEAD is now at adc1923395f Merge PR #67279 into tentacle 2026-02-17T22:20:52.299 DEBUG:teuthology.orchestra.run.trial144:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2026-02-17T22:20:52.355 INFO:tasks.workunit.client.0.trial144.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2026-02-17T22:20:52.357 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-17T22:20:52.357 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2026-02-17T22:20:52.387 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2026-02-17T22:20:52.418 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2026-02-17T22:20:52.443 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2026-02-17T22:20:52.445 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-17T22:20:52.445 INFO:tasks.workunit.client.0.trial144.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2026-02-17T22:20:52.470 INFO:tasks.workunit.client.0.trial144.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2026-02-17T22:20:52.474 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-17T22:20:52.474 DEBUG:teuthology.orchestra.run.trial144:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2026-02-17T22:20:52.510 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:52 trial144 ceph-mon[107811]: pgmap v172: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:52.510 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:52 trial144 ceph-mon[110196]: pgmap v172: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:52.527 INFO:tasks.workunit:Running workunits matching test_telemetry_reef_x.sh on client.0... 2026-02-17T22:20:52.530 INFO:tasks.workunit:Running workunit test_telemetry_reef_x.sh... 2026-02-17T22:20:52.530 DEBUG:teuthology.orchestra.run.trial144:workunit test test_telemetry_reef_x.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=adc1923395f2bcd6ae89b5d331d278364d1848ed TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_reef_x.sh 2026-02-17T22:20:52.536 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:52 trial172 ceph-mon[93286]: pgmap v172: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:52.587 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry on --license sharing-1-0 2026-02-17T22:20:52.888 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is on. 2026-02-17T22:20:52.896 INFO:tasks.workunit.client.0.trial144.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2026-02-17T22:20:53.119 INFO:tasks.workunit.client.0.trial144.stderr:+ LAST_OPT_REVISION=1 2026-02-17T22:20:53.119 INFO:tasks.workunit.client.0.trial144.stderr:+ '[' 1 -ne 1 ']' 2026-02-17T22:20:53.119 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph -s 2026-02-17T22:20:53.437 INFO:tasks.workunit.client.0.trial144.stdout: cluster: 2026-02-17T22:20:53.437 INFO:tasks.workunit.client.0.trial144.stdout: id: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:20:53.437 INFO:tasks.workunit.client.0.trial144.stdout: health: HEALTH_OK 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: services: 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: mon: 3 daemons, quorum a,b,c (age 4m) [leader: a] 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: mgr: y(active, since 4m), standbys: x 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: mds: 1/1 daemons up, 1 standby 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: osd: 8 osds: 8 up (since 74s), 8 in (since 6m) 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: data: 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: volumes: 1/1 healthy 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: pools: 4 pools, 105 pgs 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: objects: 26 objects, 583 KiB 2026-02-17T22:20:53.438 INFO:tasks.workunit.client.0.trial144.stdout: usage: 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:53.439 INFO:tasks.workunit.client.0.trial144.stdout: pgs: 105 active+clean 2026-02-17T22:20:53.439 INFO:tasks.workunit.client.0.trial144.stdout: 2026-02-17T22:20:53.446 INFO:tasks.workunit.client.0.trial144.stderr:++ ceph telemetry collection ls 2026-02-17T22:20:53.743 INFO:tasks.workunit.client.0.trial144.stderr:+ REPORTED_COLLECTIONS='NAME STATUS DESC 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.744 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.745 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.745 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.745 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.745 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.745 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster ' 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:++ echo 'NAME STATUS DESC 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.749 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster ' 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:++ awk '/^NAME/ {flag=1; next} flag' 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:++ wc -l 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:+ NUM_REPORTED_COLLECTIONS=13 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:+ KNOWN_COLLECTIONS=("basic_base" "basic_mds_metadata" "basic_pool_flags" "basic_pool_options_bluestore" "basic_pool_usage" "basic_rook_v01" "basic_usage_by_class" "crash_base" "device_base" "ident_base" "perf_memory_metrics" "perf_perf" "basic_stretch_cluster") 2026-02-17T22:20:53.750 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ 13 == \1\3 ]] 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.751 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_base* ]] 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.752 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_mds_metadata* ]] 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.753 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_flags* ]] 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.754 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_options_bluestore* ]] 2026-02-17T22:20:53.755 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.756 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_pool_usage* ]] 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.757 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_rook_v01* ]] 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.758 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_usage_by_class* ]] 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.759 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *crash_base* ]] 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.760 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.761 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *device_base* ]] 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.762 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *ident_base* ]] 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.763 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_memory_metrics* ]] 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.764 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *perf_perf* ]] 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:+ for col in ${KNOWN_COLLECTIONS[@]} 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:+ [[ NAME STATUS DESC 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:basic_mds_metadata REPORTING MDS metadata 2026-02-17T22:20:53.765 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_flags REPORTING Per-pool flags 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_options_bluestore REPORTING Per-pool bluestore config options 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:basic_pool_usage REPORTING Default pool application and usage statistics 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:basic_rook_v01 REPORTING Basic Rook deployment data 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:basic_stretch_cluster REPORTING Stretch mode information for stretch clusters 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:basic_usage_by_class REPORTING Default device class usage statistics 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.) 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:device_base REPORTING Information about device health metrics 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:ident_base REPORTING User-provided identifying information about the cluster 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:perf_memory_metrics REPORTING Heap stats and mempools for mon and mds 2026-02-17T22:20:53.766 INFO:tasks.workunit.client.0.trial144.stderr:perf_perf REPORTING Information about performance counters of the cluster == *basic_stretch_cluster* ]] 2026-02-17T22:20:53.767 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview 2026-02-17T22:20:53.786 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: pgmap v173: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:53.786 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:53.786 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.786 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: pgmap v174: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: Cluster is now healthy 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:53.787 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: pgmap v173: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: pgmap v174: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.788 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: Cluster is now healthy 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:53.789 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:53 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:54.034 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: pgmap v173: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: pgmap v174: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:54.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/643442486' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"} : dispatch 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: Health check cleared: TELEMETRY_CHANGED (was: Telemetry requires re-opt-in) 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: Cluster is now healthy 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2026-02-17T22:20:54.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:53 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/1773056029' entity='client.admin' cmd={"prefix": "status"} : dispatch 2026-02-17T22:20:54.041 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-device 2026-02-17T22:20:54.330 INFO:tasks.workunit.client.0.trial144.stdout:device channel is on and up to date, see report with `ceph telemetry show-device`. 2026-02-17T22:20:54.338 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry preview-all 2026-02-17T22:20:54.633 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is up to date, see report with `ceph telemetry show`. 2026-02-17T22:20:54.640 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show 2026-02-17T22:20:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.036 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.037 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:54 trial172 ceph-mon[93286]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.057 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:20:55.058 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:20:55.059 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_flags", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_stretch_cluster" 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:20:55.060 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_flags", 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: "basic_stretch_cluster" 2026-02-17T22:20:55.061 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:20:55.062 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:20:55.063 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mds_skip_sanity", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:20:55.064 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:20:55.065 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:20:55.066 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:20:55.067 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:20:55.068 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:20:55.069 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:20:55.070 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:20:55.071 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_perf", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:20:55.072 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/enabled", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mds_skip_sanity", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:20:55.073 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:20:55.074 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:20:55.075 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:20:55.076 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:20:55.077 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:20:55.078 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:20:55.079 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "has_msr_rules": 0, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "msr_collision_tries": 100, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "msr_descents": 100, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:20:55.080 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:20:55.081 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 0, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:20:55.082 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 0, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.083 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "heap_stats": { 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 89571328, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 332600, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 4718592, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 368640, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 0, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 331, 2026-02-17T22:20:55.084 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 676152, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 13, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 220160, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 83255184, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 89571328 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 88866816, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 483512, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 704512, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 395, 2026-02-17T22:20:55.085 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 979752, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 23, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 216576, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 84565536, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 89571328 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 105398272, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 526464, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 16384, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 974848, 2026-02-17T22:20:55.086 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 997, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 7150144, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 739328, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 94344512, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 106373120 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 109453312, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1020456, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 24576, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 2162688, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1220, 2026-02-17T22:20:55.087 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 8487896, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1240832, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 96058112, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 111616000 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118292480, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 2547016, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 81920, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 655360, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1868, 2026-02-17T22:20:55.088 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 10703864, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 23, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 3186688, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 99151552, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 118947840 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 122372096, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 942576, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 13205504, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1661, 2026-02-17T22:20:55.089 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5419600, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2556416, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 110700992, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 119734272, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 746264, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 15843328, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1504, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5098328, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.090 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2174976, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 108962192, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117841920, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1098896, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 8192, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17735680, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1384, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4763840, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2142976, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 107075504, 2026-02-17T22:20:55.091 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 121290752, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1214200, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 14286848, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1456, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4556552, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1892608, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 110874880, 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118865920, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 861296, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 16711680, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1384, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4732528, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1287168, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 109232416, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118407168, 2026-02-17T22:20:55.093 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 800048, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17170432, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1393, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5503416, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 825088, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 108526104, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117776384, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 898184, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 16384, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17801216, 2026-02-17T22:20:55.094 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1347, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4814736, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1332224, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 107962344, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117006336, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 852264, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 18571264, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1316, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4524560, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 45, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1437184, 2026-02-17T22:20:55.095 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 107439816, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "io_rate": { 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "pg_stats_delta": { 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 0, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 0, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "stamp_delta": "10.342866", 2026-02-17T22:20:55.096 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "up": 0 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:20:55.099 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "mempool": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.100 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.101 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.102 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 148343, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "items": 29 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.103 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1008, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.105 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.106 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.107 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.108 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 220952, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 62 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 52992, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 181 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.109 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10368, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "items": 197 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.110 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.112 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 873777, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 284 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.113 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.114 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5568, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 107 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.115 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.117 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1188345, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 303 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 352, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 4 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.118 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5568, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 107 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.119 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.120 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1283113, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "items": 377 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.121 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 264, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11136, 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: "items": 214 2026-02-17T22:20:55.122 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 76032, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3280, 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:20:55.123 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25080, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 209 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14464, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 143 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 566804, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 239 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 54144, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 9903 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 158656, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 230 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12488, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 844 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10032, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 209 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.124 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12028, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 86 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2404668, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 192 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11000, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 125 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.125 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 545952, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 44 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 121440, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 220 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 478768, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7853 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.126 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11288, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 150 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 59456, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4080, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 51 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23160, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 193 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14848, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 146 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 618792, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 240 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 47383, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8744 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 145056, 2026-02-17T22:20:55.127 INFO:tasks.workunit.client.0.trial144.stdout: "items": 213 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10316, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 658 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9264, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 193 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10618, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 76 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2428412, 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: "items": 189 2026-02-17T22:20:55.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11176, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 127 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 471504, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 38 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9592, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 19 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483376, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8141 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.129 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 59648, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4800, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 60 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22200, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 149 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 671467, 2026-02-17T22:20:55.130 INFO:tasks.workunit.client.0.trial144.stdout: "items": 244 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43312, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8073 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 133856, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 199 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9372, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 635 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8880, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9208, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 66 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2403372, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 181 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11528, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 131 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 384648, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 31 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7728, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 14 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 484400, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8205 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.132 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 63744, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2880, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22200, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.133 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 156 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 740655, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 266 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43101, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8036 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 135456, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 201 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10072, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 644 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8880, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7998, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.134 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2226, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2419936, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 187 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12144, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 459096, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22080, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 40 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483376, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8141 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.135 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 67840, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3120, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 21360, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 178 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16384, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "items": 158 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.136 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 783307, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 281 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 42829, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7898 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 133056, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 198 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10100, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 626 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8544, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 178 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6388, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 46 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.137 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2389084, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 174 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12320, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 140 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483912, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 28 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 488496, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8461 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.138 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 55552, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 23 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3600, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 20760, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 173 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 162 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 840165, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "items": 299 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.139 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43382, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7846 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 132256, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 197 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10364, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 622 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8304, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 173 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4978, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2406380, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 166 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12672, 2026-02-17T22:20:55.140 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 521136, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 42 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 26496, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 490032, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8557 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.141 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 71936, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4080, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 51 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16560, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 13184, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 625567, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 238 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 37488, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6917 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 109856, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 169 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9912, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 636 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3568, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 26 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2373109, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 174 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10120, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483912, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.143 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 129168, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 234 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 382592, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6761 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 71936, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4560, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 57 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14640, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 122 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12160, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 125 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 592787, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 238 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 38366, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6843 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 108256, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10096, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 592 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5856, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 122 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2158, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 16 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.145 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2362722, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9416, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 107 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 558360, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 123648, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 224 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 335232, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 5996 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.146 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:20:55.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:20:55.148 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "reef", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "squid", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "tentacle", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "nvmeof_beacon_diff" 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 20, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "tentacle" 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "osd_perf_histograms": [ 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.149 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.150 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.151 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.152 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.153 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.154 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.155 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.156 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.157 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.158 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.159 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.160 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.161 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.162 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.163 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.164 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.165 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.166 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.167 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.168 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.169 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.170 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.171 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.172 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.173 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.174 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.175 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.176 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.177 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.178 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.179 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.180 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.181 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.182 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 8, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "name": "number of replicas", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 1, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[1, 1]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[2, 2]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[3, 3]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[4, 4]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[5, 5]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[6, None]" 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "linear" 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 10, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "name": "duration", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 250000, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 249999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[250000, 499999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[500000, 999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[1000000, 1999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[2000000, 3999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[4000000, 7999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[8000000, 15999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[16000000, 31999999]", 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "[32000000, None]" 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.183 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.184 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.185 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "perf_counters": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.186 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.187 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "mds": [ 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "caps": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flush_ack": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flushsnap_ack": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_grant": { 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.188 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_revoke": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_trunc": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "dir_commit": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_complete": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_keys": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "dir_merge": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "dir_split": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "exported_inodes": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "forward": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_cap_release": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps_dirty": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "handle_inode_file_caps": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "imported_inodes": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "inodes": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_expired": { 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.189 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_pinned": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_with_caps": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "load_cent": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "openino_dir_fetch": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "process_request_cap_release": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "reply_latency": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "request": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "root_rbytes": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "root_rfiles": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "root_rsnaps": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "slow_reply": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "subtrees": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "mds_cache": [ 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_enqueue_scrub": { 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_exportdir": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_flush": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragmentdir": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragstats": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_inodestats": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_quiesce_inode": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_quiesce_path": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_enqueued": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_prioritized": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_processing": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_delayed": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_enqueuing": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_completed": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_started": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "strays_created": { 2026-02-17T22:20:55.191 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "strays_enqueued": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "strays_migrated": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "strays_reintegrated": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_started": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_succeeded": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_write_failed": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "mds_client_metrics": [ 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_clients": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "fs_name": "cephfs", 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "id": "44300" 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "mds_log": [ 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "cap": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "cap+": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "cap-": { 2026-02-17T22:20:55.192 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dir": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dir+": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dir-": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dn": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dn+": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "dn-": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "ev": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evadd": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evex": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evexd": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evexg": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evlrg": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "evtrm": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "heap": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "ino": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "ino+": { 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.193 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "ino-": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "jlat": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "replayed": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "rss": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "seg": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segadd": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segex": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segexd": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segexg": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segmjr": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "segtrm": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "mds_server": [ 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "cap_acquisition_throttle": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "cap_revoke_eviction": { 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.194 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_request": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_session": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "handle_peer_request": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_blockdiff_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_create_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_getattr_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_getfilelock_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_getvxattr_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_link_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookup_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookuphash_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupino_latency": { 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.195 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupname_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupparent_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupsnap_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_lssnap_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_mkdir_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_mknod_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_mksnap_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_open_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_readdir_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_rename_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_renamesnap_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmdir_latency": { 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.196 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmsnap_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmxattr_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_setattr_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_setdirlayout_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_setfilelock_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_setlayout_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_setxattr_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_snapdiff_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_symlink_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "req_unlink_latency": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "mds_sessions": [ 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "average_load": { 2026-02-17T22:20:55.197 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "avg_session_uptime": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "mdthresh_evicted": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "session_count": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "session_remove": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_open": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_stale": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "total_load": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.198 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "purge_queue": [ 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed_ops": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_high_water": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops_high_water": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "pq_item_in_journal": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.200 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.201 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4388198 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48999324 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 219 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.202 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 970986512 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8660354 2026-02-17T22:20:55.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4979 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 66999086 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 103751680 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102572032 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1179648 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70785694 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.204 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71096090 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71188862 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15231145 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "count": 27664, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55380976 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.205 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1325, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 165614564 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.206 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.207 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 621 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4563345 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.208 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55998141 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 219 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 622 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.209 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 622 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 622, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1070964629 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 621 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9173323 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5098 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73997547 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.210 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 108994560 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 106053632 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2940928 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70750412 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71117260 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.211 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71202975 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17355670 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28216, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59279960 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.212 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1348, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168124132 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.213 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 667 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5584591 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2001 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76997434 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.215 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 665 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5526918 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4758 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 87003559 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: "value": 999965 2026-02-17T22:20:55.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 668 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1227959316 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170822 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.217 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116326400 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 115228672 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1097728 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70759381 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71097152 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71214113 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.218 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18447966 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33310, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75046416 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.219 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1447, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "value": 185975747 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.220 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.221 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4078 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4567040 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.222 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18603 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "count": 835, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41338327 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "count": 860, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43764214 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944512 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1418391 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.223 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2527232 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2531328 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "count": 68, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1463728 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41814 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36613 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55836 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19223 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19223 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.224 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51190 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1143 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3557 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4784128 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.225 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1761280 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 154, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 260902 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 384891 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 115, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 152709 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62143957 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "count": 821, 2026-02-17T22:20:55.226 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5822678 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 149782 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62293739 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 833793 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102165 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 48, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 232991 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35455 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1329 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 202 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10762704 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 202, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 773410 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9281308 2026-02-17T22:20:55.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2588228 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 971149 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76662 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433701 2026-02-17T22:20:55.228 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93788332 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 230004 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51923498 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18295584 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1261694 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 70, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 197640 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 167143119 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24973944 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3636060 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "count": 154, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2070550 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.229 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13688832 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67266711 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69372749 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033029 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69254381 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.230 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 290296 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1755927 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12788 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2399041 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1290022 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1755927 2026-02-17T22:20:55.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12788 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1809086 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1290022 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.233 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 589955 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.234 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.235 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29884416 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.236 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.237 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.238 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.239 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.240 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3085 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53248 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3641344 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14597 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28049408 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "count": 679, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32958302 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "count": 702, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34908338 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 212992 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10813440 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282003 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2387968 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2392064 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1229000 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13619 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25349 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37750 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.243 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12401 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12401 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "count": 80, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 38508 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1032 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3437 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.244 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3833856 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1163264 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "count": 136, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 213810 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 313229 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "count": 118, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 146511 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.245 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48472131 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 659, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4801106 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135687 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48607818 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 117, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 671601 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 78677 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56048 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27511 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1055 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 201 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:55.246 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11034085 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 198, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 781197 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9579636 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2239582 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.247 INFO:tasks.workunit.client.0.trial144.stdout: "value": 842690 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 60517 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 339338 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71931042 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 205932 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29620670 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14413103 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 670793 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168169 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 118639996 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18676506 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2936677 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "count": 136, 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1736440 2026-02-17T22:20:55.248 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16359424 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67227379 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69411393 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033970 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.249 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69253371 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 38 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 733201 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11086843 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2288504 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.251 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2896742 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9336306 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1491946 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1292947 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.252 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1750537 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 796558 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1603795 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.253 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.254 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29220864 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.255 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.256 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.257 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.258 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.259 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3646 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49152 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2736128 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15651 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "count": 509, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24430221 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "count": 534, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26125058 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.261 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10813440 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1259564 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2363392 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2367488 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1247598 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14832 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28198 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.262 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36899 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8701 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8701 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29790 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1143 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5521 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.263 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2928640 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1150976 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 173298 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 271787 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 121, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 148779 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35799967 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6228613 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 108389 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35908356 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 550729 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63388 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 41, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41668 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27560 2026-02-17T22:20:55.265 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 875 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 172 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10493967 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 190, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 980404 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8905084 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1899746 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.266 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 725468 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53445 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 274313 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67174471 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135700 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23876043 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11489490 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 670622 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 52, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 143753 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104782289 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.267 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15016157 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2543073 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1388296 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17932288 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67191410 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69424266 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.268 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112034015 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69276188 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.269 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244404 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2549669 2026-02-17T22:20:55.270 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6810 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2201445 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1822533 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2549669 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6810 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2201445 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1822533 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.271 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.272 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.273 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.274 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29274112 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.275 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.276 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.277 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.279 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3817 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57344 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2842624 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.280 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16311 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "count": 527, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29135384 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "count": 552, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 30862188 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10682368 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1082635 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2191360 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2195456 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.281 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "count": 57, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1233334 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14832 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27235 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40352 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13117 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13117 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.282 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39516 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1302 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3458 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3043328 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.283 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1175552 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 231521 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 313264 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 129, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 149429 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41984830 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 496, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4533685 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101475 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.284 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42086305 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 112, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 818077 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89737 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 58816 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 859 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 175 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 97, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13046123 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 195, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1241843 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 98, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11095758 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.285 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1615318 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116766 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32186737182 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1322705800 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16754785475 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 50786 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 281426 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "value": 81365169 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.286 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166847 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37642499 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11382920 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 676636 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 52, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 124947 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132367600 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14681014 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2285202 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "count": 106, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1458708 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14639104 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.287 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67157091 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69436754 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112035119 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69296811 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.288 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.289 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 258443 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1106152 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.290 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1106152 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.293 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29298688 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.294 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.296 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.297 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.298 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4798 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61440 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2428928 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23383 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23994313 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "count": 468, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25528878 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.300 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10747904 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1162939 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2277376 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2281472 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "count": 59, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1295069 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14836 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29595 2026-02-17T22:20:55.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 74 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42596 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13001 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13001 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36736 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1063 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.302 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4799 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2633728 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1171456 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "count": 84, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 178417 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 396368 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.303 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 130, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 139253 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34299803 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 428, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3719611 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85881 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34385684 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 118, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 720016 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "value": 92531 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.304 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 52570 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 808 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 172 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12223415 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 192, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1237606 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10283116 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.305 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1408883 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 544076 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43940 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 235521 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65714406 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 145704 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57593391 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11110630 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "value": 671357 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.306 INFO:tasks.workunit.client.0.trial144.stdout: "count": 40, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107265 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 136126947 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14821107 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2239931 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "count": 84, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1149050 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17039360 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67128779 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.307 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69447288 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112034050 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69314192 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "count": 13, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 283890 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.309 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433174 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 373795 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 327077 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433174 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 373795 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 327077 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.311 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.313 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29294592 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.314 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.315 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.316 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.317 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.318 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3336 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61440 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2457600 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18252 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23201860 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24641929 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944512 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1389629 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2498560 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.320 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2502656 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "count": 67, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1077557 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24449 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24270 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 45336 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21066 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21066 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.321 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "count": 88, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49539 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1281 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3277 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2662400 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1175552 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 111275 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 462940 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 117237 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31783673 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "count": 435, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2997365 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.323 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62547 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31846220 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 127, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 745081 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89855 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76495 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 776 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 94, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944123 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 188, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1023879 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "count": 94, 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9415660 2026-02-17T22:20:55.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1141664 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 470389 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43918 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.325 INFO:tasks.workunit.client.0.trial144.stdout: "value": 181416 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56588171 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131213 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 30807836 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8608856 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 676625 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73628 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97391867 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11107847 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1917517 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "value": 802292 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.326 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17465344 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "value": 134203683 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69460717 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033543 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69335145 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.328 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 143797 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.329 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.330 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.331 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.332 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29298688 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.333 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.334 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.335 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.336 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.337 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3457 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.338 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1581056 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15919 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "count": 281, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16472646 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "count": 306, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18045511 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11141120 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.339 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1613583 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2732032 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2736128 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "count": 75, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1322462 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51221 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36103 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56738 2026-02-17T22:20:55.340 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20635 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20635 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47701 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1162 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4076 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.341 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1798144 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1757184 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104899 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 337928 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "count": 107, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104378 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.342 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 269, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23078205 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 267, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2131866 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 269, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42610 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 269, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23120815 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 122, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 693551 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88193 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 43, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 125642 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15148 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 643 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.343 INFO:tasks.workunit.client.0.trial144.stdout: "value": 141 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 83, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9770588 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 166, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 983126 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 83, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8315822 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 768107 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.344 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 302507 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32966 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 123436 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 46806444 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79347 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49737534 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6903755 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1266632 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57927 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104378846 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8427439 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "count": 425, 2026-02-17T22:20:55.345 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1403047 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "value": 720606 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18104320 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67186396 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69376785 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112026897 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.346 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69332996 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.347 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "count": 32, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 424729 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4896435 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14544 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.348 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3161583 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1848814 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4896435 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14544 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2151056 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1848814 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.349 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1010527 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.350 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.351 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.352 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29880320 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.353 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.354 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.355 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.356 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6092 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.357 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1437696 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17963 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "count": 264, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11549752 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "count": 289, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12552877 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.358 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11337728 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1778644 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2883584 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2887680 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "count": 79, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1438493 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42032 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.359 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33330 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59051 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25721 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25721 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "count": 102, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64582 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1413 2026-02-17T22:20:55.360 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3626 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1654784 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1748992 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "count": 24, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36397 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 389307 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.361 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 97, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 81440 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15234356 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 251, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1412537 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21620 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15255976 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 140, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 887140 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "value": 105609 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.362 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 51, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 120234 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33251 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 600 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 139 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 71, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10107908 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 142, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 804962 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 71, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8955381 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.363 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 415407 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 193106 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27394 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89420 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26204588 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63132 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11608402 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4710305 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1261263 2026-02-17T22:20:55.364 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21869 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43061315 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5863668 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1079838 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "count": 24, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 258310 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18866176 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67190702 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.365 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69369425 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112025347 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69336962 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.366 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 45 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 378070 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.367 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4184100 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2762 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1953736 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1138562 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4184100 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2762 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1353632 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1138562 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.368 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 600104 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.369 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.370 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.371 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29872128 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.372 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.373 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.374 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192899996312917e-07, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 952, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 1458176, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:20:55.375 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 315, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 146630, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 110592, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 36038, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.5670214398587632e-08, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 158, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 178176, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 18704, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 6692, 2026-02-17T22:20:55.376 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 12012, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 56112, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 66, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 33792 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:20:55.377 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool", 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "selfmanaged_snaps" 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.1512351899843907e-09, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:55.378 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:20:54.997171", 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_stats": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "version": "7.9.2" 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:20:55.379 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pg": [ 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804839+0000", 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804839+0000", 2026-02-17T22:20:55.380 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805533+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3f", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:51:55.035610+0000", 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.381 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.382 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.665525+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.665525+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665735+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3e", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 128, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:19:22.156324+0000", 2026-02-17T22:20:55.383 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.384 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.944610+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.944610+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.944786+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.385 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3d", 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:09:14.967404+0000", 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.386 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804665+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804665+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804820+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.387 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3c", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 107, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:43:25.188816+0000", 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.388 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.389 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803974+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803974+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805073+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3b", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:48:06.528489+0000", 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.390 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.391 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400021+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400021+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400639+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3a", 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 101, 2026-02-17T22:20:55.392 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:02:06.011541+0000", 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.393 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710806+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710806+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711032+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.394 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.39", 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 116, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:49:39.951792+0000", 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.395 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661759+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661759+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662004+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.396 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.38", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 90, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:19:15.804576+0000", 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.397 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803772+0000", 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803772+0000", 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805243+0000", 2026-02-17T22:20:55.398 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.37", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:58:15.000288+0000", 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.399 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.400 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664978+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664978+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665378+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.36", 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.401 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:51:43.601563+0000", 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.402 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662083+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662083+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663019+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.403 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.35", 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:41:39.667347+0000", 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.404 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664131+0000", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664131+0000", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664358+0000", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.405 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.34", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 101, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:39:52.634636+0000", 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.406 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.407 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661553+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661553+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.661894+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.33", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:10:17.605359+0000", 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.408 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.409 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400754+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400754+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400889+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.410 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.32", 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:41:59.261360+0000", 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.411 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396868+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396868+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397057+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.412 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.31", 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:00:40.265637+0000", 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.413 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803489+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803489+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803702+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.414 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.30", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 91, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:48:59.973765+0000", 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.415 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.416 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802873+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802873+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803310+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2f", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:58:23.995720+0000", 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.417 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.418 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801895+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801895+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802201+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2e", 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:55.419 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:01:29.792933+0000", 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.420 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803915+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803915+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805740+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.421 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2d", 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:14:14.328242+0000", 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.422 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662804+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662804+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663530+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.423 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2c", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:31:41.770999+0000", 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.424 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802596+0000", 2026-02-17T22:20:55.425 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802596+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802812+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2b", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:49:12.550803+0000", 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.426 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.427 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802804+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802804+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803019+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2a", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 68, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:47:59.056847+0000", 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.428 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.429 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710512+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710512+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710843+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.29", 2026-02-17T22:20:55.430 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:12:49.300673+0000", 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.431 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396807+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396807+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398610+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.432 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.28", 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:07:23.593958+0000", 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.433 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710390+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710390+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710698+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.434 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.27", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:32:28.149739+0000", 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.435 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802595+0000", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802595+0000", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802849+0000", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.436 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.26", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 100, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:01:58.164638+0000", 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.437 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.438 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.635827+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.635827+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.636029+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.25", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:09:10.083002+0000", 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.439 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.440 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710243+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710243+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710615+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.441 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.24", 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:25:49.236590+0000", 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.442 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711130+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711130+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711537+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.443 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.23", 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:35:45.395838+0000", 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.444 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397870+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397870+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400198+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.445 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.22", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:33:00.980817+0000", 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.446 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.447 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662821+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662821+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662976+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.21", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:14:13.534134+0000", 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.448 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.449 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661795+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661795+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662406+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.20", 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:55.450 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:32:37.332560+0000", 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.451 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711008+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711008+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711417+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.452 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1a", 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:45:10.004680+0000", 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.453 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802674+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802674+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802858+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.454 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1b", 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 94, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:30:52.156698+0000", 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.455 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804898+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804898+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805081+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.456 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1b", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:54:44.212190+0000", 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.457 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.458 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802673+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802673+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803258+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1a", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:18.525970+0000", 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.459 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.460 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662735+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662735+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662894+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.19", 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.461 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:25:50.903026+0000", 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.462 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.636628+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.636628+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.637228+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.463 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.18", 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:52:05.492220+0000", 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.464 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397812+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397812+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399485+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.465 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.18", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:12:18.870578+0000", 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.466 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710345+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710345+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710518+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.467 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.19", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:36:20.182818+0000", 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.468 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.469 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663776+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663776+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665026+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.17", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:04:09.081444+0000", 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.470 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.471 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803350+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803350+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803574+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.16", 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 97, 2026-02-17T22:20:55.472 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:21:40.462601+0000", 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.473 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664847+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664847+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665035+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.474 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.16", 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:27:45.896278+0000", 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.475 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.398099+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.398099+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398225+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.476 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.17", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 98, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:45:34.827983+0000", 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.477 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.478 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.399525+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.399525+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399703+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.15", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 137, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:59:33.995064+0000", 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 90, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.479 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 14, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 14, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'3" 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.480 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801500+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801500+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801795+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.14", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 80, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:30:01.070075+0000", 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.481 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.482 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662604+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662604+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663440+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 27, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 27, 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.483 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.14", 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 155, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:46:32.035435+0000", 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 5894, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 20, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 28, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.484 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 25, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 22 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'27" 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803247+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803247+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805210+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.485 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.15", 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:29:18.634689+0000", 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.486 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710921+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710921+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711271+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.487 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.13", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 121, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:30:18.983346+0000", 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 34, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.488 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 8, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 16, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 7 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.489 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802042+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802042+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802275+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.12", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:44:18.753241+0000", 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.490 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.491 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804083+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804083+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804254+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.12", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 107, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:35:12.023528+0000", 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.492 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.493 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802515+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802515+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803619+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.494 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.13", 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:03:36.211424+0000", 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.495 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662776+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662776+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663298+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.496 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.11", 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 105, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:32:10.636846+0000", 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.497 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662973+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662973+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663966+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.498 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.10", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:07:07.061360+0000", 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.499 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.500 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.943719+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.943719+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.944286+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.10", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 154, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:26:35.906364+0000", 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.501 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 4, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 48, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 48, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 12, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'8" 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.502 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802284+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802284+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803691+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.11", 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.503 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 112, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:15:48.462743+0000", 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.504 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802152+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802152+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802385+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.505 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.f", 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:19:19.700544+0000", 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 22, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.506 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 2, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 2, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803609+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803609+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804345+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.507 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.e", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:05:48.433420+0000", 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.508 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801811+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801811+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802053+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.509 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.e", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 102, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:59:09.623566+0000", 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.510 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.511 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803708+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803708+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805241+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.f", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:10:17.465103+0000", 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.512 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.513 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.712783+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.712783+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.713001+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.d", 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:55.514 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:27:26.044788+0000", 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 70, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 2, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 2, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.515 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662149+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662149+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662704+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.516 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.c", 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:03:20.665922+0000", 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.517 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400145+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400145+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400332+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.518 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.c", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 121, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:22:48.271181+0000", 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.519 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804812+0000", 2026-02-17T22:20:55.520 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804812+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805948+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.d", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:08:00.497327+0000", 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.521 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.522 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802552+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802552+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803051+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.5", 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.523 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 102, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:26:08.723099+0000", 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000450078, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.524 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "created": 16, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803942+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803942+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804656+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 192, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.525 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 192, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "1.0", 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 468, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:22:59.613574+0000", 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:20:55.526 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 952, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 1424, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 315, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "version": "60'192" 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.805018+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.805018+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805165+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.527 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.3", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:44:56.041711+0000", 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.528 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661625+0000", 2026-02-17T22:20:55.529 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661625+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.661881+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 90, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:47:31.605679+0000", 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.530 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.531 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.945134+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.945134+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.945298+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.6", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 126, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:13:12.038562+0000", 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.532 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.533 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801530+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801530+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802099+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.0", 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.534 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 83, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:40:00.136305+0000", 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.535 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710415+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710415+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710739+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.536 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1", 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:10:47.116208+0000", 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.537 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397000+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397000+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397204+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.538 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.7", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 129, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:23:31.600553+0000", 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000180735, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.539 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.540 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.635757+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.635757+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.635960+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 122, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:53:28.066886+0000", 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.541 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.542 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664988+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664988+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665171+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.0", 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.543 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:17:02.714577+0000", 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.544 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.636783+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.636783+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.636970+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.545 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.4", 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 117, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:02:46.981768+0000", 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.546 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662343+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662343+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662637+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.547 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.2", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 98, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:24:32.290016+0000", 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.548 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663138+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663138+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663597+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.549 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:48:54.955612+0000", 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.550 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.551 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400714+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400714+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400877+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.2", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:33:37.506652+0000", 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.552 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "version": "52'2" 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.553 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801506+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801506+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801721+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.4", 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 129, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.554 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:49:10.965368+0000", 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.555 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397200+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397200+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398533+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.556 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.5", 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:02:48.567820+0000", 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.557 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.805047+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.805047+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805194+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:55.558 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.3", 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 127, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:25:25.628701+0000", 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.559 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "version": "50'1" 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803663+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803663+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805527+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.560 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.5", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:27:32.294238+0000", 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.561 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.562 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400184+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400184+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400329+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.4", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:27:42.719015+0000", 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.563 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.564 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801524+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801524+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801716+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.0", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:02:06.195325+0000", 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000513811, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.565 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.566 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.665384+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.665384+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665627+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.567 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.6", 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:01:29.359680+0000", 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 4, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 4, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.568 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802640+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802640+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802778+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.569 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.7", 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:50:35.445140+0000", 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.570 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663639+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663639+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663835+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.571 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.1", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 91, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:11:18.358464+0000", 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.572 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802709+0000", 2026-02-17T22:20:55.573 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802709+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803065+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.7", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:38:19.264687+0000", 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.574 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.575 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710846+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710846+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711196+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.6", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:33:33.194072+0000", 2026-02-17T22:20:55.576 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.577 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801523+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801523+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801965+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.578 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.8", 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 83, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:14:36.528634+0000", 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.579 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800386+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800386+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800600+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.580 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.9", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 112, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:18:19.513629+0000", 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.581 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800672+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800672+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800889+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.582 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.9", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:47:44.406277+0000", 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.583 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.584 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801573+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801573+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801929+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.8", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:32:28.016899+0000", 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.585 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.586 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800701+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800701+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800915+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.a", 2026-02-17T22:20:55.587 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:19:53.391633+0000", 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.588 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711013+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711013+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711213+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.589 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.b", 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 113, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:54:08.999963+0000", 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.590 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804342+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804342+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805370+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.591 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 4, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 4, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.b", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:03:09.266484+0000", 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.592 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 4, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 4, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'4" 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.593 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663722+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663722+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.a", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:48:38.480918+0000", 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.594 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.595 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664903+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1d", 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.596 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:38:36.059001+0000", 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.597 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803266+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803266+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804142+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.598 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1c", 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:50:42.332460+0000", 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:55.599 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.398422+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.398422+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399805+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.600 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1c", 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 113, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:09:22.372676+0000", 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.601 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804671+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804671+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805958+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.602 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1d", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:56:45.481330+0000", 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.603 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.604 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397517+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397517+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397707+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1f", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:49:58.263678+0000", 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.605 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.606 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396645+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396645+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.396869+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1e", 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 118, 2026-02-17T22:20:55.607 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:00:14.081157+0000", 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.608 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664396+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664396+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664548+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.609 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1e", 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:33:01.167055+0000", 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.610 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802702+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802702+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802923+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:55.611 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 6, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 6, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1f", 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:20:06.498629+0000", 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 582, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.612 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 8, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 8, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'6" 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pool": [ 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 24, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 8, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 4, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.613 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 12288, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 57, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: "up": 24 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.614 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 192, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 64, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 3, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.615 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "up": 192 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 96, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 72, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 32, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 72, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 2, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 6692, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 66, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 22, 2026-02-17T22:20:55.616 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 22, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 14, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 158, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 174, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 66, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 33 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 110592, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 20076, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 36038, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "up": 96 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 3, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 192, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 1, 2026-02-17T22:20:55.617 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 3, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 192, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 1, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 952, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 1424, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 315, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 1781760, 2026-02-17T22:20:55.618 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 1771104, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "up": 3 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_cluster": { 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "degraded_stretch_mode": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "recovering_stretch_mode": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_bucket_count": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_mode_bucket": 0, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_mode_enabled": false 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012718190592, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 236023808, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 236023808, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.925255441572517e-05 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012718190592, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 236023808 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:20:55.619 INFO:tasks.workunit.client.0.trial144.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show-device 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[110196]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:54 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: 2026-02-17T22:20:54.875+0000 7f83678bb640 -1 client.0 error registering admin socket command: (17) File exists 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.44393 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.44399 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:54 trial144 ceph-mon[107811]: from='client.34485 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:20:55.620 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.621 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.622 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.623 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.624 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.625 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.626 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.627 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:20:55.628 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.629 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:20:55.630 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.631 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.632 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:20:55.633 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry show-all 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout:{ 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "device_report": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "343107be-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_343173d4-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme0n1", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme0n1", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.796 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622743145, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 272597728, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139570036736 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 137, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 5088763, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 10832841, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 318185585, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 486909790, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 24, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: 29, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: 25, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: 24 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:20:55.797 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme0n1" 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,570,036,736 [139 GB]", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.798 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f244069", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 24 Celsius", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 5,088,763 [2.60 TB]", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 10,832,841 [5.54 TB]", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 318,185,585", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 486,909,790", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 137", 2026-02-17T22:20:55.799 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 29 Celsius", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 25 Celsius", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 24 Celsius", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "current": 24 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34322234-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme2n1", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme2n1", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "343107be-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.800 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622748329, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 273237800, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139897753600 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 103, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4324778, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 7545364, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 277058571, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 401239239, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.801 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 643, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 600, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 25, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: 31, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: 25 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 635, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 643, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 600 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme2n1" 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.802 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,897,753,600 [139 GB]", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f2454a9", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.803 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 25 Celsius", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,324,778 [2.21 TB]", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 7,545,364 [3.86 TB]", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 277,058,571", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 401,239,239", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 103", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 643", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 600", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 635", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 31 Celsius", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 25 Celsius", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "current": 25 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "3432b672-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.804 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_3432f3bc-0c4e-11f1-98f5-3efb1106c07a": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "20260217-221401": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "device": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "info_name": "/dev/nvme1n1", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "name": "/dev/nvme1n1", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "protocol": "NVMe", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "type": "nvme" 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "firmware_version": "E3MQ000", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "host_id": "3432b672-0c4e-11f1-98f5-3efb1106c07a", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "json_format_version": [ 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "local_time": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "asctime": "Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "time_t": 1771366441 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "logical_block_size": 512, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "model_name": "MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_controller_id": 0, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_ieee_oui_identifier": 41077, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_namespaces": [ 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "capacity": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "eui64": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "ext_id": 5622699633, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "oui": 41077 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "formatted_lba_size": 512, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "id": 1, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "size": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "utilization": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 271793808, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 139158429696 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_number_of_namespaces": 128, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_pci_vendor": { 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "id": 4932, 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: "subsystem_id": 4932 2026-02-17T22:20:55.805 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error": "nvme returned an error: sudo: exit status: 1", 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_add_log_error_code": -22, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_smart_health_information_log": { 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare": 100, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "available_spare_threshold": 10, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "controller_busy_time": 115, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "critical_comp_time": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "critical_warning": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_read": 4081587, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "data_units_written": 8141958, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "host_reads": 311974744, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "host_writes": 437452360, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "media_errors": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "num_err_log_entries": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "percentage_used": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycles": 623, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_hours": 596, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": 26, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "temperature_sensors": [ 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: 30, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: 27, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: 26 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "unsafe_shutdowns": 615, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "warning_temp_time": 0 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_total_capacity": 1920383410176, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_unallocated_capacity": 0, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_vendor": "mtfdkcc1t9tgp-1bk1jabyy", 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme_version": { 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "string": "2.0", 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131072 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "power_cycle_count": 623, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "power_on_time": { 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "hours": 596 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "serial_number": "deleted", 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "smart_status": { 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "nvme": { 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: "passed": true 2026-02-17T22:20:55.806 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl": { 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "argv": [ 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "-x", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "--json=o", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "/dev/nvme1n1" 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "build_info": "(local build)", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "exit_status": 0, 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "output": [ 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.14.0-681.el9.x86_64] (local build)", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF INFORMATION SECTION ===", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Model Number: MTFDKCC1T9TGP-1BK1JABYY", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Serial Number: deleted", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Version: E3MQ000", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "PCI Vendor/Subsystem ID: 0x1344", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "IEEE OUI Identifier: 0x00a075", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Total NVM Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Unallocated NVM Capacity: 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Controller ID: 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "NVMe Version: 2.0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Number of Namespaces: 128", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Size/Capacity: 1,920,383,410,176 [1.92 TB]", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Utilization: 139,158,429,696 [139 GB]", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Formatted LBA Size: 512", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 IEEE EUI-64: 00a075 014f239671", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Local Time is: Tue Feb 17 22:14:01 2026 UTC", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Firmware Updates (0x17): 3 Slots, Slot 1 R/O, no Reset required", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Optional Admin Commands (0x045e): Format Frmw_DL NS_Mngmt Self_Test MI_Snd/Rec *Other*", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Optional NVM Commands (0x00df): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp Verify", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Log Page Attributes (0x7e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg *Other*", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Maximum Data Transfer Size: 128 Pages", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temp. Threshold: 77 Celsius", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temp. Threshold: 85 Celsius", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Namespace 1 Features (0x1e): NA_Fields Dea/Unw_Error No_ID_Reuse NP_Fields", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "Supported Power States", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 1 + 20.00W - - 1 1 1 1 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 2 + 18.00W - - 2 2 2 2 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 3 + 16.00W - - 3 3 3 3 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 4 + 14.00W - - 4 4 4 4 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 5 + 12.00W - - 5 5 5 5 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: " 6 + 10.00W - - 6 6 6 6 0 0", 2026-02-17T22:20:55.807 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Supported LBA Sizes (NSID 0x1)", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Id Fmt Data Metadt Rel_Perf", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: " 0 + 512 0 2", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: " 1 - 4096 0 0", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "=== START OF SMART DATA SECTION ===", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "SMART overall-health self-assessment test result: PASSED", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "SMART/Health Information (NVMe Log 0x02)", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Warning: 0x00", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature: 26 Celsius", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare: 100%", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Available Spare Threshold: 10%", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Percentage Used: 0%", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Read: 4,081,587 [2.08 TB]", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Data Units Written: 8,141,958 [4.16 TB]", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Host Read Commands: 311,974,744", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Host Write Commands: 437,452,360", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Controller Busy Time: 115", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Power Cycles: 623", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Power On Hours: 596", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Unsafe Shutdowns: 615", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Media and Data Integrity Errors: 0", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information Log Entries: 0", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Warning Comp. Temperature Time: 0", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Critical Comp. Temperature Time: 0", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 1: 30 Celsius", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 2: 27 Celsius", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Temperature Sensor 3: 26 Celsius", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "Error Information (NVMe Log 0x01, 16 of 256 entries)", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "No Errors Logged", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "" 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "platform_info": "x86_64-linux-5.14.0-681.el9.x86_64", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "svn_revision": "5155", 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "version": [ 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "temperature": { 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "current": 26 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "user_capacity": { 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "blocks": 3750748848, 2026-02-17T22:20:55.808 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1920383410176 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "MTFDKCC1T9TGP-1BK1JABYY_34338958-0c4e-11f1-98f5-3efb1106c07a": {} 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "report": { 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "balancer": { 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "active": true, 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "mode": "" 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "channels": [ 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "channels_available": [ 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "ident", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "crash", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "device", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "perf" 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "collections_available": [ 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_flags", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_stretch_cluster" 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "collections_opted_in": [ 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "device_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "crash_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "ident_base", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "perf_perf", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_mds_metadata", 2026-02-17T22:20:55.809 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_usage", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "basic_usage_by_class", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "basic_rook_v01", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "perf_memory_metrics", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_options_bluestore", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "basic_pool_flags", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "basic_stretch_cluster" 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "config": { 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "active_changed": [ 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "client_check_pool_perm", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_gid", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "client_mount_uid", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "client_quota", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "daemonize", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "keyring", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_journald", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_stderr", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_host", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mds_skip_sanity", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:20:55.810 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "no_config_file", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hdd", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_hybrid", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_delete_sleep_ssd", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_max_backfills", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_res", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_lim", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_res", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_lim", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_res", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_scheduler_client_wgt", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_hdd", 2026-02-17T22:20:55.811 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_active_ssd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hdd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_hybrid", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_degraded_ssd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hdd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_hybrid", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_sleep_ssd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sleep", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hdd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_hybrid", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "osd_snap_trim_sleep_ssd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "public_addr", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_default_features", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "rbd_qos_exclude_ops", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "setgroup", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "setuser" 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_changed": [ 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "auth_allow_insecure_global_id_reclaim", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "auth_debug", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "auth_mon_ticket_ttl", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "auth_service_ticket_ttl", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "bdev_debug_aio", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "container_image", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_asserts_on_shutdown", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mgr", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_mon", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_ms", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_osd", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "debug_paxos", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_file", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_journald", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "log_to_stderr", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mds_join_fs", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/allow_ptrace", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/container_init", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/migration_current", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/cephadm/use_repo_digest", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/GRAFANA_API_URL", 2026-02-17T22:20:55.812 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/dashboard/ssl_server_port", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/orchestrator/orchestrator", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_ident", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/channel_perf", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/description", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/enabled", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mgr/telemetry/organization", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_allow_pool_delete", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_clock_drift_allowed", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_cluster_log_to_file", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_data_avail_warn", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_max_pg_per_osd", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mds_skip_sanity", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_mgr_mkfs_grace", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_prime_pg_temp", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_osd_reporter_subtree_level", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_pg_warn_max_object_skew", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_bytes_per_osd", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_reweight_min_pgs_per_osd", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_legacy_crush_tunables", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_osd_down_out_interval_zero", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "mon_warn_on_too_few_osds", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_bug", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "ms_die_on_old_message", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_default_list", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_class_load_list", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_misdirected_ops", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_op_order", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_pg_log_writeout", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_shutdown", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_cached_snaps", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_missing_on_start", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_debug_verify_stray_on_activate", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_deep_scrub_update_digest_min_age", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_profile", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mclock_skip_benchmark", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_memory_target_autotune", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_op_queue_cut_off", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_erasure_code_profile", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pool_default_pg_autoscale_mode", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recover_clone_overlap", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_recovery_max_chunk", 2026-02-17T22:20:55.813 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_load_threshold", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_max_interval", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "osd_shutdown_pgref_assert", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "public_network", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_cache_enabled", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_ops_log", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "rgw_enable_usage_log" 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "contact": null, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "crashes": [], 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "created": "2026-02-17T22:12:37.695285Z", 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "crush": { 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_algs": { 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "straw2": 3 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_sizes": { 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "2": 1, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "4": 2 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "bucket_types": { 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "1": 2, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "11": 1 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "compat_weight_set": false, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "device_classes": [ 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: 8 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_buckets": 6, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_devices": 8, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_rules": 1, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_types": 12, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "num_weight_sets": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "tunables": { 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "allowed_bucket_algs": 54, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_fallback_tries": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "choose_local_tries": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "choose_total_tries": 50, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_descend_once": 1, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_stable": 1, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "chooseleaf_vary_r": 1, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "has_msr_rules": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "has_v2_rules": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "has_v3_rules": 0, 2026-02-17T22:20:55.814 INFO:tasks.workunit.client.0.trial144.stdout: "has_v4_buckets": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "has_v5_rules": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "legacy_tunables": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "minimum_required_version": "jewel", 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "msr_collision_tries": 100, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "msr_descents": 100, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "optimal_tunables": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "profile": "jewel", 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables2": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables3": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "require_feature_tunables5": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "straw_calc_version": 1 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "description": "upgrade test cluster", 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "fs": { 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "feature_flags": { 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "enable_multiple": true, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "ever_enabled_multiple": true 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "filesystems": [ 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "approx_ctime": "2026-02", 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "balancer_enabled": false, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "cached_caps": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "cached_dns": 10, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "cached_inos": 13, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "cached_subtrees": 2, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "ever_allowed_features": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "explicitly_allowed_features": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "files": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "max_mds": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_data_pools": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_in": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_mds": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_replay": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_up": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "snaps": 0, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "standby_count_wanted": 0 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "num_standby_mds": 1, 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: "total_num_mds": 2 2026-02-17T22:20:55.815 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "heap_stats": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 89571328, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 342056, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 4718592, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 344064, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 0, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 333, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 691272, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 13, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 220160, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 83255184, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 89571328 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 88883200, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 478264, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 688128, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 396, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 1001384, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 23, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 216576, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 84565536, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 89571328 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 105529344, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 550816, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 49152, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 843776, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 998, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 7450160, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 646144, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 94211632, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 106373120 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.816 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 109486080, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1043320, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 2129920, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1223, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 8528152, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 21, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1510144, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 95783024, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 111616000 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118874112, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 2521048, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2621440, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 385024, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 73728, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1873, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 10232632, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 23, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 3290112, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 99823856, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 118947840 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 122503168, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 901136, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 8192, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 13074432, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1672, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5477584, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2619904, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 110743840, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 119742464, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 715224, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.817 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 15835136, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1505, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5135880, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2173952, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 108964896, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117841920, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1080816, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17735680, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1384, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4791648, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 2141440, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 107075504, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 121298944, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1189400, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 14278656, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1457, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4522440, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1956608, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 110877984, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118865920, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 827376, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.818 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 16711680, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1384, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4635888, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1414656, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 109235488, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 118431744, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 799504, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 0, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17145856, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1394, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5525464, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 48, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 825088, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 108529176, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117817344, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 821048, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 8192, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17760256, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1351, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 4901344, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 47, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1328128, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 108006120, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "actual_memory_used": 117653504, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "central_cache_freelist": 1005288, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "malloc_metadata": 2752512, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "page_heap_freelist": 32768, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "released_to_os": 17924096, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "spans_in_use": 1357, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "tcmalloc_page_size": 8192, 2026-02-17T22:20:55.819 INFO:tasks.workunit.client.0.trial144.stdout: "thread_cache_freelists": 5000176, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "thread_heaps_in_use": 45, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "transfer_cache_freelist": 1085440, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "use_by_application": 107777320, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "virtual_address_space_used": 135577600 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "hosts": { 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num": 2, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mds": 2, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mgr": 2, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_mon": 2, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_with_osd": 2 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "io_rate": { 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "pg_stats_delta": { 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "stamp_delta": "10.342866", 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:55.820 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "up": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard": false, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "leaderboard_description": null, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "license": "sharing-1-0", 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "mempool": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.821 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.822 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 148343, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 29 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1008, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.823 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.824 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 220952, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "items": 62 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.825 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 52992, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 181 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10368, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 197 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.826 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.827 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 873937, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 287 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.828 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5568, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 107 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.829 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.830 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1188137, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 300 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 352, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 4 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5568, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "items": 107 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.831 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.832 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 1288681, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 389 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 264, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.833 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8944, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 196 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12584, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 1542 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11136, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 214 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.834 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 76032, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3280, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 41 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 25080, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 209 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14464, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 143 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 566804, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 239 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 54148, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 9903 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 158656, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 230 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12488, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 844 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10032, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 209 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12028, 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: "items": 86 2026-02-17T22:20:55.835 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2415416, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 198 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11000, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 125 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 545952, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 44 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 134688, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 244 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 478768, 2026-02-17T22:20:55.836 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7853 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11288, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 150 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 59456, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 22 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4080, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 51 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 23160, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 193 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14848, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "items": 146 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.837 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 618792, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 240 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 47383, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8744 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 145056, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 213 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10316, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 658 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9264, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 193 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10618, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 76 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2428406, 2026-02-17T22:20:55.838 INFO:tasks.workunit.client.0.trial144.stdout: "items": 188 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11176, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 127 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 471504, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 38 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9592, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 19 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483376, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8141 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.839 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 59648, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4800, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 60 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22200, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15232, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 149 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 671467, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 244 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43312, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8073 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 133856, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 199 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9372, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "items": 635 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.840 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8880, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9208, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 66 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2403372, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 181 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11528, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 131 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 384648, 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: "items": 31 2026-02-17T22:20:55.841 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7728, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 14 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 484400, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8205 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 63744, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.842 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2880, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22200, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16128, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 156 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 740655, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 266 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43101, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8036 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 135456, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 201 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10072, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 644 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8880, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 185 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 7998, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 58 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.843 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2226, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 2 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2419936, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 187 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12144, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 459096, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 37 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 22080, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 40 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483376, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8141 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.844 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 67840, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3120, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 21360, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 178 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16384, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 158 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 783307, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "items": 281 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.845 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 42829, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7898 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 133056, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 198 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10100, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 626 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8544, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 178 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6388, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 46 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2389084, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 174 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12320, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "items": 140 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.846 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483912, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 15456, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 28 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 488496, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8461 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.847 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 55552, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 23 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3600, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 20760, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 173 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16896, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 162 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 840165, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 299 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 43382, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 7846 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 132256, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 197 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10364, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 622 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 8304, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 173 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.848 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4978, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 36 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2406380, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 166 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12672, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 144 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 521136, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 42 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 26496, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "items": 48 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.849 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 490032, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 8557 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 71936, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4080, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 51 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 16560, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.850 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 13184, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 133 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 625567, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 238 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 37492, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6917 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 109856, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 169 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9912, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 636 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 6624, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 138 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 3568, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 26 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2382653, 2026-02-17T22:20:55.851 INFO:tasks.workunit.client.0.trial144.stdout: "items": 178 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10120, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 115 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 483912, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 39 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 142416, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 258 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 382592, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6761 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bloom_filter": { 2026-02-17T22:20:55.852 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 11776, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 155 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_reader": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 71936, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 24 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs_file_writer": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 768, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 3 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_alloc": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 4560, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 57 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_blob": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 14640, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 122 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_buffer": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 12672, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 129 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_data": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 732051, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 242 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_meta": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 38370, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 6843 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_onode": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 108256, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 167 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_cache_other": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 10096, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 592 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_extent": { 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 5856, 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: "items": 122 2026-02-17T22:20:55.853 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_fsck": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_inline_bl": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2158, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 16 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_shared_blob": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_txc": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore_writing_deferred": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_anon": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 2363422, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 210 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "buffer_meta": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 9768, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 111 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "ec_extent_cache": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "mds_co": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 558360, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 45 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "osd_mapbl": { 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.854 INFO:tasks.workunit.client.0.trial144.stdout: "osd_pglog": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 136080, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 266 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 335232, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 5996 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap_mapping": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "pgmap": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_1": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "unittest_2": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "bytes": 0, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "items": 0 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "metadata": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "mds": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 2 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.855 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 2 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 2 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 3 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "arch": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "x86_64": 8 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_version": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug)": 8 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "cpu": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "AMD EPYC 4464P 12-Core Processor": 8 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "distro": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "centos": 8 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "distro_description": { 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "CentOS Stream 9": 8 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.856 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_description": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "#1 SMP PREEMPT_DYNAMIC Wed Feb 11 20:19:22 UTC 2026": 8 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "kernel_version": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "5.14.0-681.el9.x86_64": 8 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "os": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "Linux": 8 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "osd_objectstore": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": 8 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "rotational": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "0": 8 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "features": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "optional": [], 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "persistent": [ 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "kraken", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "luminous", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "mimic", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "osdmap-prune", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "nautilus", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "octopus", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "pacific", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "elector-pinging", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "quincy", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "reef", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "squid", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "tentacle", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "nvmeof_beacon_diff" 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "ipv4_addr_mons": 6, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "ipv6_addr_mons": 0, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "min_mon_release": 20, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "v1_addr_mons": 3, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "v2_addr_mons": 3 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "organization": "ceph-qa", 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "osd": { 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "cluster_network": false, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.857 INFO:tasks.workunit.client.0.trial144.stdout: "require_min_compat_client": "luminous", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "require_osd_release": "tentacle" 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "osd_perf_histograms": [ 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.858 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.859 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.860 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.861 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.862 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.863 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.864 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.865 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.866 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.867 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.868 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.869 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.870 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.871 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.872 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.873 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.874 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.875 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.876 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.877 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.878 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.879 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.880 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.881 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.882 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Latency (usec)", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 100000, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 99999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[100000, 199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[200000, 399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[400000, 799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[800000, 1599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[1600000, 3199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[3200000, 6399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[6400000, 12799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[12800000, 25599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[25600000, 51199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[51200000, 102399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[102400000, 204799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[204800000, 409599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[409600000, 819199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[819200000, 1638399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[1638400000, 3276799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[3276800000, 6553599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[6553600000, 13107199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[13107200000, 26214399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[26214400000, 52428799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[52428800000, 104857599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[104857600000, 209715199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[209715200000, 419430399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[419430400000, 838860799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[838860800000, 1677721599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[1677721600000, 3355443199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[3355443200000, 6710886399999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[6710886400000, 13421772799999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[13421772800000, 26843545599999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[26843545600000, 53687091199999]", 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "[53687091200000, None]" 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 32, 2026-02-17T22:20:55.883 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "name": "Request size (bytes)", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 512, 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 511]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[512, 1023]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[1024, 2047]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[2048, 4095]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[4096, 8191]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[8192, 16383]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[16384, 32767]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[32768, 65535]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[65536, 131071]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[131072, 262143]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[262144, 524287]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[524288, 1048575]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[1048576, 2097151]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[2097152, 4194303]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[4194304, 8388607]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[8388608, 16777215]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[16777216, 33554431]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[33554432, 67108863]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[67108864, 134217727]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[134217728, 268435455]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[268435456, 536870911]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[536870912, 1073741823]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[1073741824, 2147483647]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[2147483648, 4294967295]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[4294967296, 8589934591]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[8589934592, 17179869183]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[17179869184, 34359738367]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[34359738368, 68719476735]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[68719476736, 137438953471]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[137438953472, 274877906943]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[274877906944, None]" 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.884 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.885 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.886 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.887 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.888 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.889 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.890 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "axes": [ 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 8, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "name": "number of replicas", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 1, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[1, 1]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[2, 2]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[3, 3]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[4, 4]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[5, 5]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[6, None]" 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "linear" 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "buckets": 10, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "min": 0, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "name": "duration", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "quant_size": 250000, 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "ranges": [ 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[None, -1]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 249999]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[250000, 499999]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[500000, 999999]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[1000000, 1999999]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[2000000, 3999999]", 2026-02-17T22:20:55.891 INFO:tasks.workunit.client.0.trial144.stdout: "[4000000, 7999999]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[8000000, 15999999]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[16000000, 31999999]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[32000000, None]" 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "scale_type": "log2" 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "osds": [ 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 0, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 1, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 2, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.892 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 3, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 4, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 5, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 6, 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.893 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "osd_id": 7, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "values": [ 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "perf_counters": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "mds.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.894 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "mds.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.895 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "mds": [ 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.896 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "caps": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flush_ack": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_flushsnap_ack": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_grant": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_revoke": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "ceph_cap_op_trunc": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "dir_commit": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_complete": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "dir_fetch_keys": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "dir_merge": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "dir_split": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "exported_inodes": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "forward": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_cap_release": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_caps_dirty": { 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.897 INFO:tasks.workunit.client.0.trial144.stdout: "handle_inode_file_caps": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "imported_inodes": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "inodes": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_expired": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_pinned": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "inodes_with_caps": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "load_cent": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "openino_dir_fetch": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "process_request_cap_release": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "reply_latency": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "request": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "root_rbytes": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "root_rfiles": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "root_rsnaps": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "slow_reply": { 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.898 INFO:tasks.workunit.client.0.trial144.stdout: "subtrees": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "mds_cache": [ 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_enqueue_scrub": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_exportdir": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_flush": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragmentdir": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_fragstats": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_inodestats": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_quiesce_inode": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "ireq_quiesce_path": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_enqueued": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_prioritized": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "num_recovering_processing": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_delayed": { 2026-02-17T22:20:55.899 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "num_strays_enqueuing": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_completed": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_started": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "strays_created": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "strays_enqueued": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "strays_migrated": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "strays_reintegrated": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_started": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_succeeded": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "uninline_write_failed": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "mds_client_metrics": [ 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "num_clients": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "fs_name": "cephfs", 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: "id": "44300" 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.900 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "mds_log": [ 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "cap": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "cap+": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "cap-": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dir": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dir+": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dir-": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dn": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dn+": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "dn-": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "ev": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "evadd": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "evex": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "evexd": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "evexg": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "evlrg": { 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.901 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "evtrm": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "heap": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "ino": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "ino+": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "ino-": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "jlat": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "replayed": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "rss": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "seg": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segadd": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segex": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segexd": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segexg": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segmjr": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "segtrm": { 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.902 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "mds_server": [ 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "cap_acquisition_throttle": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "cap_revoke_eviction": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_request": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "handle_client_session": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "handle_peer_request": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "req_blockdiff_latency": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "req_create_latency": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "req_getattr_latency": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "req_getfilelock_latency": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "req_getvxattr_latency": { 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.903 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_link_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookup_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookuphash_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupino_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupname_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupparent_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lookupsnap_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_lssnap_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_mkdir_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_mknod_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_mksnap_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "req_open_latency": { 2026-02-17T22:20:55.904 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_readdir_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_rename_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_renamesnap_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmdir_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmsnap_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_rmxattr_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_setattr_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_setdirlayout_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_setfilelock_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_setlayout_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_setxattr_latency": { 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.905 INFO:tasks.workunit.client.0.trial144.stdout: "req_snapdiff_latency": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "req_symlink_latency": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "req_unlink_latency": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "mds_sessions": [ 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "average_load": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "avg_session_uptime": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "mdthresh_evicted": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "session_count": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "session_remove": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_open": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "sessions_stale": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "total_load": { 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.906 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "purge_queue": [ 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executed_ops": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_high_water": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_executing_ops_high_water": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "pq_item_in_journal": { 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.907 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "mon.37c478c1f8e6f216ae69235fc742a9ecc735afe6": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.908 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.909 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4388198 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48999324 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 219 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.910 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 970986512 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.911 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 611 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8660354 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4979 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "count": 611, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 66999086 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 103751680 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102572032 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1179648 2026-02-17T22:20:55.912 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70785694 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71096090 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71188862 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15231145 2026-02-17T22:20:55.913 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 27664, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55380976 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1325, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 165614564 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.914 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "mon.a608ef352b67c33f1dbe59d8ff01a993b648bdf8": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.915 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.916 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 621 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4563345 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55998141 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 219 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 3, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 622 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.917 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 622 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 622, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1070964629 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.918 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 621 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9173323 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5098 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "count": 621, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73997547 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 108994560 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 106053632 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2940928 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.919 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70750412 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71117260 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71202975 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17355670 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.920 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28216, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59279960 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1348, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168124132 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.921 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "mon.e3afaeb75f0d3d84267de722c0983ea4c43aacef": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.922 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "mon": [ 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "election_call": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "election_lose": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "election_win": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "num_elections": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "num_sessions": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "session_add": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "session_rm": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "session_trim": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "paxos": [ 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "accept_timeout": { 2026-02-17T22:20:55.923 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "begin": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 667 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "begin_bytes": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5584591 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "begin_keys": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2001 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "begin_latency": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 667, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76997434 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect_bytes": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect_keys": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect_latency": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect_timeout": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "collect_uncommitted": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "commit": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 665 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "commit_bytes": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5526918 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "commit_keys": { 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4758 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.924 INFO:tasks.workunit.client.0.trial144.stdout: "commit_latency": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "count": 665, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 87003559 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "lease_ack_timeout": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "lease_timeout": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "new_pn_latency": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "count": 5, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 999965 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "refresh": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 668 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "refresh_latency": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1227959316 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "restart": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "share_state": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_bytes": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 170822 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "share_state_keys": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "start_leader": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "start_peon": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "store_state": { 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.925 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_keys": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "store_state_latency": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache": [ 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "cache_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1020054731 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "heap_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116326400 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "mapped_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 115228672 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "target_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2147483648 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1097728 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:full": [ 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70759381 2026-02-17T22:20:55.926 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:inc": [ 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71097152 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "prioritycache:kv": [ 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71214113 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb": [ 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact_completed": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lasted": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18447966 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_len": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact_queue_merge": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "compact_running": { 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.927 INFO:tasks.workunit.client.0.trial144.stdout: "get_latency": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33310, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75046416 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_delay_time": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_memtable_time": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_pre_and_post_time": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_write_wal_time": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "submit_latency": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "submit_sync_latency": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1447, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 185975747 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "osd.0": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.928 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.929 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4078 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.930 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4567040 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18603 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "count": 835, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41338327 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "count": 860, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43764214 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.931 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944512 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1418391 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2527232 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2531328 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "count": 68, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1463728 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41814 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36613 2026-02-17T22:20:55.932 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 55836 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19223 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19223 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51190 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1143 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3557 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.933 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4784128 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1761280 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "count": 154, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 260902 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 384891 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "count": 115, 2026-02-17T22:20:55.934 INFO:tasks.workunit.client.0.trial144.stdout: "value": 152709 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62143957 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 821, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5822678 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 149782 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 823, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62293739 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 133, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 833793 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102165 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 48, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 232991 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35455 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.935 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1329 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 202 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10762704 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 202, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 773410 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 101, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9281308 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2588228 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.936 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 971149 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76662 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433701 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 93788332 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 230004 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51923498 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18295584 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1261694 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 70, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 197640 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 167143119 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24973944 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.937 INFO:tasks.workunit.client.0.trial144.stdout: "count": 1106, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3636060 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "count": 154, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2070550 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13688832 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67266711 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69372749 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033029 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.938 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69254381 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.939 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 290296 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1755927 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12788 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "count": 14, 2026-02-17T22:20:55.940 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2399041 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1290022 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1755927 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12788 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1809086 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "count": 8, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1290022 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.941 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 589955 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.942 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.943 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.944 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29884416 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.945 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.946 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "osd.1": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.947 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.948 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3085 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.949 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53248 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3641344 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "count": 11, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14597 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28049408 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "count": 679, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32958302 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "count": 702, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34908338 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 212992 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.950 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10813440 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1282003 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2387968 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2392064 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1229000 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13619 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25349 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "value": 68 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.951 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37750 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12401 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12401 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "count": 80, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 38508 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1032 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3437 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.952 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3833856 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1163264 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "count": 136, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 213810 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 313229 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "count": 118, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "value": 146511 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.953 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48472131 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 659, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4801106 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135687 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 668, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48607818 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 117, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 671601 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 38, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 78677 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56048 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27511 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1055 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.954 INFO:tasks.workunit.client.0.trial144.stdout: "value": 201 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11034085 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 198, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 781197 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9579636 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2239582 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.955 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 842690 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 60517 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 339338 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 71931042 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 205932 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29620670 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14413103 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 670793 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168169 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 118639996 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18676506 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.956 INFO:tasks.workunit.client.0.trial144.stdout: "count": 859, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2936677 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "count": 136, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1736440 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16359424 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67227379 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69411393 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033970 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.957 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69253371 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.958 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 38 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "count": 33, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 733201 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11086843 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2288504 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.959 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2896742 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9336306 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1776 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1491946 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1292947 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.960 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1750537 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 796558 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1603795 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.961 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.962 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29220864 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.963 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.964 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.965 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "osd.2": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.966 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.967 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3646 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.968 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49152 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2736128 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15651 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "count": 509, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24430221 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "count": 534, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26125058 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.969 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10813440 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1259564 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2363392 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2367488 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1247598 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14832 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28198 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.970 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36899 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8701 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8701 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29790 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1143 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5521 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.971 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2928640 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1150976 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 173298 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 271787 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "count": 121, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "value": 148779 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.972 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35799967 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 481, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6228613 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 108389 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 497, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 35908356 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 550729 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 31, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63388 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 41, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41668 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27560 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "value": 875 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.973 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 172 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10493967 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 190, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 980404 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 95, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8905084 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1899746 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.974 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 725468 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 53445 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 274313 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67174471 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 135700 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23876043 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11489490 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 670622 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 52, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 143753 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104782289 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15016157 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.975 INFO:tasks.workunit.client.0.trial144.stdout: "count": 639, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2543073 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "count": 116, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1388296 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17932288 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67191410 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69424266 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112034015 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.976 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69276188 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.977 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 244404 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2549669 2026-02-17T22:20:55.978 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6810 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2201445 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1822533 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2549669 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6810 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2201445 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1822533 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.979 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.980 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.981 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.982 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29274112 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.983 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.984 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "osd.3": { 2026-02-17T22:20:55.985 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:55.986 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3817 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:55.987 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57344 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2842624 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16311 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "count": 527, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29135384 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "count": 552, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 30862188 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:55.988 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10682368 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1082635 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2191360 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2195456 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "count": 57, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1233334 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14832 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:55.989 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27235 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 40352 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13117 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13117 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39516 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1302 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3458 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.990 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3043328 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1175552 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "count": 104, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 231521 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 313264 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:55.991 INFO:tasks.workunit.client.0.trial144.stdout: "count": 129, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 149429 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 41984830 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 496, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4533685 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 101475 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 515, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42086305 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 112, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 818077 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89737 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 37, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 58816 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:55.992 INFO:tasks.workunit.client.0.trial144.stdout: "value": 859 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 175 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 97, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13046123 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 195, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1241843 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 98, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11095758 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1615318 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 116766 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "value": 32186737182 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.993 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1322705800 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16754785475 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 50786 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 281426 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 81365169 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 166847 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37642499 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11382920 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 676636 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 52, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 124947 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 132367600 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14681014 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:55.994 INFO:tasks.workunit.client.0.trial144.stdout: "count": 698, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2285202 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "count": 106, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1458708 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14639104 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67157091 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69436754 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.995 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112035119 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69296811 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:55.996 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 37 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "count": 18, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 258443 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:55.997 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1106152 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:55.998 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1106152 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:55.999 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.000 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29298688 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.001 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.002 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.003 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "osd.4": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.004 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.005 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4798 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.006 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61440 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2428928 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23383 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23994313 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "count": 468, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25528878 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.007 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10747904 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1162939 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2277376 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2281472 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "count": 59, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1295069 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14836 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29595 2026-02-17T22:20:56.008 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 74 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42596 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13001 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13001 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "count": 85, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36736 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1063 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4799 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.009 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2633728 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1171456 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "count": 84, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 178417 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 396368 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:56.010 INFO:tasks.workunit.client.0.trial144.stdout: "count": 130, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 139253 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34299803 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 428, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3719611 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 85881 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 431, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34385684 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 118, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 720016 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 92531 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 52570 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: "value": 808 2026-02-17T22:20:56.011 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 172 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12223415 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 192, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1237606 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 96, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10283116 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1408883 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.012 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 544076 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43940 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 235521 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65714406 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 145704 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57593391 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11110630 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 671357 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 40, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 107265 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 136126947 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14821107 2026-02-17T22:20:56.013 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 632, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2239931 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "count": 84, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1149050 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17039360 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67128779 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69447288 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.014 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112034050 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69314192 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.015 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "count": 13, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 283890 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433174 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: "value": 373795 2026-02-17T22:20:56.016 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 327077 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 433174 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 44 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 373795 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 327077 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.017 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.018 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.019 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29294592 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:56.020 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.021 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.022 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "osd.5": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.023 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:56.024 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3336 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:56.025 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 61440 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2457600 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18252 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 455, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 23201860 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "count": 480, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24641929 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944512 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.026 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1389629 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2498560 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2502656 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "count": 67, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1077557 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24449 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 13 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24270 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 70 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "value": 45336 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.027 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21066 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21066 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 88, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49539 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1281 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3277 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.028 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2662400 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1175552 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 111275 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 462940 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "count": 134, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 117237 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.029 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31783673 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 435, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2997365 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 62547 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 443, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 31846220 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 127, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 745081 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89855 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 42, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 76495 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 776 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "value": 168 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.030 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 94, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10944123 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 188, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1023879 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 94, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9415660 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1141664 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.031 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 470389 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43918 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 181416 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56588171 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 131213 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 30807836 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8608856 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 676625 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 28, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73628 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 97391867 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11107847 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 606, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1917517 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:56.032 INFO:tasks.workunit.client.0.trial144.stdout: "count": 62, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 802292 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17465344 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 134203683 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69460717 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112033543 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.033 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69335145 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:56.034 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 143797 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.035 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.036 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.037 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:56.038 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29298688 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.039 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.040 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.041 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "osd.6": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.042 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.043 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3457 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:56.044 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1720320 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15919 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 305, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17558792 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "count": 330, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 19174921 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11141120 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.045 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1613583 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 75 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2732032 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2736128 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "count": 75, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1322462 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 51221 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36103 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 82 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 56738 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 99 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20635 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: "value": 20635 2026-02-17T22:20:56.046 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 99, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 47701 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1162 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4076 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1937408 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.047 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1757184 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104899 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 337928 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 107, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 104378 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "count": 293, 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24553765 2026-02-17T22:20:56.048 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 291, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2221632 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 293, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43250 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 293, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 24597015 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 122, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 693551 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 39, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 88193 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 43, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 125642 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15148 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 691 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 141 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 83, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 9770588 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 166, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 983126 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "count": 83, 2026-02-17T22:20:56.049 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8315822 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 769639 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 310553 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 34310 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: "value": 127003 2026-02-17T22:20:56.050 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 48389512 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 84306 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 49886031 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 7263595 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1266632 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 57927 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 106477755 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8835716 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 449, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1466684 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "count": 44, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "value": 720606 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.051 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17768448 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67186396 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69376787 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112026897 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69332995 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.052 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.053 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 39 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 56, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 633348 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4896435 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14544 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 20, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3161583 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1848814 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 16 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4896435 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.054 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14544 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2151056 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 16, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1848814 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.055 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1010527 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.056 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.057 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29880320 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.058 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.059 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.060 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "osd.7": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "AsyncMessenger::Worker": [ 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "id": "0" 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.061 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "id": "1" 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_idle_timeouts": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "msgr_connection_ready_timeouts": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "id": "2" 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-bluestore": [ 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "discard_op": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "blk-kernel-device-db": [ 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "discard_threads": { 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.062 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "bluefs": [ 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_db_max_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 6092 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_fallback": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_max_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_slow_size_fallback": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_db": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 65536 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_slow": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit_wal": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_wal_max_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_slow": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_sst": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 73728 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_written_wal": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1437696 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "compact_lock_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "db_alloc_lat": { 2026-02-17T22:20:56.063 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 17963 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "db_total_bytes": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "db_used_bytes": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 28114944 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "flush_lat": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "count": 264, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11549752 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "fsync_lat": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "count": 289, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 12552877 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "log_bytes": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 217088 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "logged_bytes": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 77824 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_db": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11337728 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_slow": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "max_bytes_wal": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "num_files": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "read_bytes": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1778644 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "read_count": { 2026-02-17T22:20:56.064 INFO:tasks.workunit.client.0.trial144.stdout: "value": 79 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2883584 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_db": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2887680 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_slow": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_bytes_wal": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_disk_count": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "count": 79, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1438493 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_bytes": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 42032 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_prefetch_count": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 14 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_bytes": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33330 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_buffer_count": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 80 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_bytes": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 59051 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_count": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 102 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25721 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_db": { 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "value": 25721 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.065 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_slow": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_bytes_wal": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_disk_count": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 22 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "read_random_lat": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "count": 102, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 64582 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "slow_alloc_lat": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "slow_total_bytes": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "slow_used_bytes": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1413 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "unlink_lat": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "count": 4, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 3626 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "wal_alloc_lat": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "wal_total_bytes": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "wal_used_bytes": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "write_bytes": { 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1654784 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.066 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore": [ 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "alloc_unit": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4096 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1748992 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "allocator_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 24, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 36397 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "clist_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 389307 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "compress_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "compressed": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_allocated": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "compressed_original": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "csum_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 97, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 81440 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "decompress_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "fragmentation_micros": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "kv_commit_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15234356 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "kv_final_lat": { 2026-02-17T22:20:56.067 INFO:tasks.workunit.client.0.trial144.stdout: "count": 251, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1412537 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "kv_flush_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21620 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "kv_sync_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 252, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 15255976 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_keys_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "omap_get_values_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 140, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 887140 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "omap_lower_bound_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 45, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 105609 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "omap_next_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 51, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 120234 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "omap_upper_bound_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 6, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 33251 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "onode_hits": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 600 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "onode_misses": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 139 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "read_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 71, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10107908 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "read_onode_meta_lat": { 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "count": 142, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "value": 804962 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.068 INFO:tasks.workunit.client.0.trial144.stdout: "read_wait_aio_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 71, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 8955381 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "reads_with_retries": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "remove_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "slow_aio_wait_count": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "slow_committed_kv_count": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_onode_meta_count": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "slow_read_wait_aio_count": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_aio_wait_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 415407 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_aio_wait_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_cleanup_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_deferred_queued_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_done_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 193106 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_finishing_lat": { 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "value": 27394 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.069 INFO:tasks.workunit.client.0.trial144.stdout: "state_io_done_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 89420 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_commiting_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 26204588 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_done_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 63132 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "state_kv_queued_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 11608402 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "state_prepare_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4710305 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "stored": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1261263 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "truncate_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 21869 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "txc_commit_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 43061315 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "txc_submit_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 5863668 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "txc_throttle_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 370, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1079838 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "write_lat": { 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "count": 24, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "value": 258310 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.070 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache": [ 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "unmapped_bytes": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 18866176 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:data": [ 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 67190702 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv": [ 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69369425 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:kv_onode": [ 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 112025347 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "bluestore-pricache:meta": [ 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "reserved_bytes": { 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: "value": 69336962 2026-02-17T22:20:56.071 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "objecter": [ 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "op_active": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "op_rmw": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "osd": [ 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_ec_elapsed": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "failed_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_ec": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_past_reservation_replicated": { 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.072 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_ec": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrubs_started_replicated": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "numpg": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 45 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "numpg_removing": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_before_queue_op_lat": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "count": 22, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 378070 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_degraded": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_delayed_unreadable": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_in_bytes": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_latency": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4184100 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_out_bytes": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2762 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_prepare_latency": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "count": 12, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1953736 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_process_latency": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1138562 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_r": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "value": 10 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency": { 2026-02-17T22:20:56.073 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 4184100 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_latency_out_bytes_histogram": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_out_bytes": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 2762 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_prepare_latency": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1353632 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_r_process_latency": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 10, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 1138562 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_in_bytes": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_in_bytes_histogram": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_latency_out_bytes_histogram": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_out_bytes": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_prepare_latency": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_rw_process_latency": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "op_w": { 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.074 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_in_bytes": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_latency_in_bytes_histogram": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_prepare_latency": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 2, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 600104 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_w_process_latency": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "op_wip": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_bytes": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "recovery_ops": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_failed_reservations_elapsed": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_getattr_cnt": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_blocked": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_io_intersects": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_bytes": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_read_cnt": { 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.075 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_replicas_in_reservation": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_aborted": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_failure": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservation_process_skipped": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_reservations_completed": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_stats_cnt": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_ec_successful_reservations_elapsed": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_bytes": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapget_cnt": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_bytes": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_omapgetheader_cnt": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_failed_reservations_elapsed": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_getattr_cnt": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_blocked": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_io_intersects": { 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.076 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_bytes": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_read_cnt": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_replicas_in_reservation": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_aborted": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_failure": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_reservation_process_skipped": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_scrub_reservations_completed": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_stats_cnt": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_replicated_successful_reservations_elapsed": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_resrv_repnum_vs_duration": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 751619276800 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "stat_bytes_used": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 29872128 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_ec_elapsed": { 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.077 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "successful_scrubs_replicated_elapsed": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "count": 0, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "watch_timeouts": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_ec": [ 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_dp_repl": [ 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.078 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "level": "deep", 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_ec": [ 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "ec" 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "osd_scrub_sh_repl": [ 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_busy": { 2026-02-17T22:20:56.079 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "chunk_selected": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "locked_object": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "preemptions": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "write_blocked_by_scrub": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "labels": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "level": "shallow", 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "pooltype": "replicated" 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "trackedop": [ 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "counters": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "slow_ops_count": { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "value": 0 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "labels": {} 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: ] 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "pools": [ 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 1, 2026-02-17T22:20:56.080 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 1, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 1, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 1781760, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 1781760, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 3.1192899996312917e-07, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 952, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 1458176, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 590368, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 590368, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 1771104, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 315, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2201600 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 32, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 32, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 2, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:56.081 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 146630, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 110592, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 22, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 36038, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.5670214398587632e-08, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 158, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 178176, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 18704, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 6692, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 12012, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 56112, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 66, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 33792 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool" 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 64, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 64, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 3, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:56.082 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 0.0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 0 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "cache_mode": "none", 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "erasure_code_profile": {}, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "flags_names": [ 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "hashpspool", 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "selfmanaged_snaps" 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "min_size": 2, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "options": {}, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "pg_autoscale_mode": "off", 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 8, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "pgp_num": 8, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "pool": 4, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "size": 3, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "stats": { 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "avail_raw": 5712067356672, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "bytes_used": 12288, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "compress_bytes_used": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "compress_under_bytes": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "data_bytes_used": 12288, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "dirty": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "max_avail": 1904022519808, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "objects": 2, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "omap_bytes_used": 0, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "percent_used": 2.1512351899843907e-09, 2026-02-17T22:20:56.083 INFO:tasks.workunit.client.0.trial144.stdout: "quota_bytes": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "quota_objects": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "rd": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "rd_bytes": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "stored": 19, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "stored_data": 19, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "stored_omap": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "stored_raw": 57, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "wr": 2, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "wr_bytes": 2048 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_bytes": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "target_max_objects": 0, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "type": "replicated" 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "mirroring_by_pool": [ 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: false 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "num_images_by_pool": [ 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "num_pools": 1 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "report_id": "e9abf2dc-446b-4324-ae46-f7175464f390", 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "report_timestamp": "2026-02-17T22:20:55.729720", 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "report_version": 1, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "rocksdb_stats": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "version": "7.9.2" 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "rook": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "cluster": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "external-mode": null, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "mon": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "allow-multiple-per-node": null, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "count": null, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "max-id": null, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "pvc": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "stretch": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "enabled": null 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "network": { 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "provider": null 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.084 INFO:tasks.workunit.client.0.trial144.stdout: "storage": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "device-set": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "non-portable": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "portable": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "csi": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "node": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "kubernetes-total": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "with-ceph-daemons": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-cephfs-plugin": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-nfs-plugin": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "with-csi-rbd-plugin": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "storage-class": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "count": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "bucket": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "nfs": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "rbd": null, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "total": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "version": null 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "services": { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "mds": 1 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pg": [ 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.085 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804839+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804839+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805533+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3f", 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.086 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:51:55.035610+0000", 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.087 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.665525+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.665525+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665735+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.088 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929104+0000", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3e", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 128, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:19:22.156324+0000", 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.089 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.944610+0000", 2026-02-17T22:20:56.090 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.944610+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.944786+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924725+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3d", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:09:14.967404+0000", 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.091 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.092 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804665+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804665+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804820+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933594+0000", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.093 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3c", 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 107, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:43:25.188816+0000", 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.094 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803974+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803974+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805073+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.095 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929585+0000", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3b", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:48:06.528489+0000", 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.096 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.097 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400021+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400021+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400639+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933537+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3a", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 101, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:02:06.011541+0000", 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.098 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.099 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710806+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710806+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711032+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930654+0000", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.100 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.39", 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 116, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:49:39.951792+0000", 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.101 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661759+0000", 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661759+0000", 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662004+0000", 2026-02-17T22:20:56.102 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924294+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.38", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 90, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:19:15.804576+0000", 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.103 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.104 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803772+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803772+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805243+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929890+0000", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.105 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.37", 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:58:15.000288+0000", 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.106 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664978+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664978+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665378+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.107 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930719+0000", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.36", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:51:43.601563+0000", 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.108 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.109 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662083+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662083+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663019+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930446+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.35", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:41:39.667347+0000", 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.110 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.111 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664131+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664131+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664358+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924451+0000", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.112 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.34", 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 101, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:39:52.634636+0000", 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.113 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661553+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661553+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.661894+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.114 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924577+0000", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.33", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:10:17.605359+0000", 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.115 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.116 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400754+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400754+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400889+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924323+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.32", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:41:59.261360+0000", 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.117 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.118 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396868+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396868+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397057+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928863+0000", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.119 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.31", 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:00:40.265637+0000", 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.120 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803489+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803489+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803702+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.121 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933204+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.30", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 91, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:48:59.973765+0000", 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.122 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.123 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802873+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802873+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803310+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.124 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933598+0000", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2f", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:58:23.995720+0000", 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.125 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.126 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801895+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801895+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802201+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930902+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2e", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:01:29.792933+0000", 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.127 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.128 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803915+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803915+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805740+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929710+0000", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.129 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2d", 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:14:14.328242+0000", 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.130 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662804+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662804+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663530+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.131 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930409+0000", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2c", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:31:41.770999+0000", 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.132 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.133 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802596+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802596+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802812+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924467+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2b", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:49:12.550803+0000", 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.134 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.135 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802804+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802804+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803019+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933262+0000", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2a", 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.136 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 68, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:47:59.056847+0000", 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.137 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710512+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710512+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710843+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924505+0000", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.138 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.29", 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:12:49.300673+0000", 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.139 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396807+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396807+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398610+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.140 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933298+0000", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.28", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:07:23.593958+0000", 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.141 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710390+0000", 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710390+0000", 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710698+0000", 2026-02-17T22:20:56.142 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924843+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.27", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:32:28.149739+0000", 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.143 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.144 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802595+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802595+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802849+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930574+0000", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.26", 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 100, 2026-02-17T22:20:56.145 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:01:58.164638+0000", 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.146 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.635827+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.635827+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.636029+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928973+0000", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.147 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.25", 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:09:10.083002+0000", 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.148 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710243+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710243+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710615+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.149 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924661+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.24", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:25:49.236590+0000", 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.150 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.151 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711130+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711130+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711537+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924343+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.23", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:35:45.395838+0000", 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.152 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.153 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397870+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397870+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400198+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933382+0000", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.154 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.22", 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:33:00.980817+0000", 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.155 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662821+0000", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662821+0000", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662976+0000", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.156 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930727+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.21", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:14:13.534134+0000", 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.157 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.158 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661795+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661795+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662406+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930139+0000", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.20", 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.159 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:32:37.332560+0000", 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.160 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711008+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711008+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711417+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924184+0000", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.161 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1a", 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:45:10.004680+0000", 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.162 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802674+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802674+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802858+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.163 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933319+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1b", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 94, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:30:52.156698+0000", 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.164 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.165 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804898+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804898+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805081+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924468+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1b", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:54:44.212190+0000", 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.166 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.167 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802673+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802673+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803258+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930511+0000", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.168 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1a", 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:59:18.525970+0000", 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.169 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662735+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662735+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662894+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.170 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924313+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.19", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:25:50.903026+0000", 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.171 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.172 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.636628+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.636628+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.637228+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924364+0000", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.18", 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.173 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:52:05.492220+0000", 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.174 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397812+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397812+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399485+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933220+0000", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.175 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.18", 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:12:18.870578+0000", 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.176 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710345+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710345+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710518+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.177 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928835+0000", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.19", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:36:20.182818+0000", 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.178 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663776+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663776+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665026+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.179 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930699+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.17", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:04:09.081444+0000", 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.180 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.181 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803350+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803350+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803574+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933508+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.16", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 97, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:21:40.462601+0000", 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.182 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.183 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664847+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664847+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665035+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933624+0000", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.16", 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.184 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:27:45.896278+0000", 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.185 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.398099+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.398099+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398225+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930954+0000", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.186 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.17", 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 98, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:45:34.827983+0000", 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.187 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.399525+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.399525+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399703+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.188 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.934047+0000", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.15", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 137, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:59:33.995064+0000", 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 90, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.189 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 14, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 14, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'3" 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801500+0000", 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801500+0000", 2026-02-17T22:20:56.190 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801795+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924542+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.14", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 80, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:30:01.070075+0000", 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.191 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.192 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662604+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662604+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663440+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931500+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 27, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 27, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.14", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 155, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:46:32.035435+0000", 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 5894, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.193 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 20, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 28, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 25, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 22 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'27" 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.194 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803247+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803247+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805210+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929569+0000", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.15", 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.195 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:29:18.634689+0000", 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.196 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710921+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710921+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711271+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.927854+0000", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.197 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.13", 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 121, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:30:18.983346+0000", 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 34, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.198 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 8, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 16, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 7 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802042+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802042+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802275+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.199 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924223+0000", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.12", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:44:18.753241+0000", 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.200 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.201 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804083+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804083+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804254+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933377+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.12", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 107, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:35:12.023528+0000", 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.202 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.203 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802515+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802515+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803619+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929393+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.13", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:03:36.211424+0000", 2026-02-17T22:20:56.204 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.205 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662776+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662776+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663298+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930211+0000", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.206 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.11", 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 105, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:32:10.636846+0000", 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.207 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662973+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662973+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663966+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930142+0000", 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.208 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.10", 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 108, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:07:07.061360+0000", 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.209 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.943719+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.943719+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.944286+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.210 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.933701+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 8, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 8, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.10", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 154, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:26:35.906364+0000", 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 12, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 4, 2026-02-17T22:20:56.211 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 4, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 4, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 48, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 48, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 12, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'8" 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802284+0000", 2026-02-17T22:20:56.212 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802284+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803691+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929264+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.11", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 112, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:15:48.462743+0000", 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.213 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.214 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802152+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802152+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802385+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928194+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.f", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:19:19.700544+0000", 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 22, 2026-02-17T22:20:56.215 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 2, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 2, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:20:56.216 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803609+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803609+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804345+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929803+0000", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.e", 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.217 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 95, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:05:48.433420+0000", 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.218 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801811+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801811+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802053+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.935075+0000", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.219 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.e", 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 102, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:59:09.623566+0000", 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.220 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803708+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803708+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805241+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.221 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929959+0000", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.f", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:10:17.465103+0000", 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.222 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.712783+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.712783+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.713001+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.223 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929202+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.d", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:27:26.044788+0000", 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 70, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.224 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 2, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 2, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'1" 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.225 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662149+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662149+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662704+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933649+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.c", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:03:20.665922+0000", 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.226 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.227 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400145+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400145+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400332+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930813+0000", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.c", 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 121, 2026-02-17T22:20:56.228 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:22:48.271181+0000", 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.229 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804812+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804812+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805948+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929794+0000", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.230 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.d", 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:08:00.497327+0000", 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.231 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802552+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802552+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803051+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930652+0000", 2026-02-17T22:20:56.232 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.5", 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 102, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:26:08.723099+0000", 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000450078, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.233 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "created": 16, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803942+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803942+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804656+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:56.234 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:00.367544+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929248+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 192, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 192, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "1.0", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 468, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T09:22:59.613574+0000", 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.235 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 952, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 1424, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 315, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "version": "60'192" 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.236 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.805018+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.805018+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805165+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933329+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.3", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:44:56.041711+0000", 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.237 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.238 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.661625+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.661625+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.661881+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924575+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.2", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 90, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:47:31.605679+0000", 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.239 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.240 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:17:49.945134+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:17:49.945134+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:17:49.945298+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 75, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924667+0000", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 74, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.6", 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.241 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 126, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:13:12.038562+0000", 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.242 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801530+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801530+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802099+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929233+0000", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.243 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.0", 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 83, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:40:00.136305+0000", 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.244 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710415+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710415+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.710739+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924192+0000", 2026-02-17T22:20:56.245 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1", 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:10:47.116208+0000", 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.246 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397000+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397000+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397204+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.247 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929245+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.7", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 129, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:23:31.600553+0000", 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000180735, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.248 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 2, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.249 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.635757+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.635757+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.635960+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930800+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 122, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:53:28.066886+0000", 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.250 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 2, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.251 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664988+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664988+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665171+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928742+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.0", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:17:02.714577+0000", 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.252 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.253 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:11.636783+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:11.636783+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:11.636970+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 80, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929122+0000", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 79, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.4", 2026-02-17T22:20:56.254 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 117, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:02:46.981768+0000", 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.255 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.662343+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.662343+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.662637+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933496+0000", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.256 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.2", 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 98, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T02:24:32.290016+0000", 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.257 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663138+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663138+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663597+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.258 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924447+0000", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.3", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 103, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:48:54.955612+0000", 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.259 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400714+0000", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400714+0000", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400877+0000", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.260 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929139+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.2", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T22:33:37.506652+0000", 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.261 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "version": "52'2" 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.262 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801506+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801506+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801721+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928942+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.4", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 129, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:49:10.965368+0000", 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.263 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.264 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397200+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397200+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.398533+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933623+0000", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.5", 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.265 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:02:48.567820+0000", 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.266 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.805047+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.805047+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805194+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924606+0000", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 1, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 1, 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.267 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.3", 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 127, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:25:25.628701+0000", 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.268 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "version": "50'1" 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803663+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803663+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805527+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929706+0000", 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.269 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.5", 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 96, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:27:32.294238+0000", 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.270 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.400184+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.400184+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.400329+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.271 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928946+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.4", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:27:42.719015+0000", 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.272 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.273 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801524+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801524+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801716+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924299+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.0", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:02:06.195325+0000", 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.000513811, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.274 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.275 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.665384+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.665384+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.665627+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929488+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.6", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:01:29.359680+0000", 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.276 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 4, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 4, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.277 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802640+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802640+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802778+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924847+0000", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.7", 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.278 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 114, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:50:35.445140+0000", 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.279 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "created": 48, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663639+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663639+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.663835+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:15:06.681174+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924233+0000", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.280 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "4.1", 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 91, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:11:18.358464+0000", 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.281 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802709+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802709+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.803065+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.282 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.932335+0000", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.7", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 99, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T04:38:19.264687+0000", 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.283 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.710846+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.710846+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711196+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.284 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924666+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.6", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:33:33.194072+0000", 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.285 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.286 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801523+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801523+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801965+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929329+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.8", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 83, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:14:36.528634+0000", 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.287 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.288 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 4, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800386+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800386+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800600+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924389+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.9", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 112, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T05:18:19.513629+0000", 2026-02-17T22:20:56.289 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.290 INFO:tasks.workunit.client.0.trial144.stdout: 2, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 4, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800672+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800672+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800889+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928930+0000", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.291 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.9", 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:47:44.406277+0000", 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.292 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 3 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.801573+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.801573+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.801929+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924420+0000", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.293 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.8", 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 119, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:32:28.016899+0000", 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.294 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 1, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.800701+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.800701+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.800915+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.295 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.928971+0000", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.a", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:19:53.391633+0000", 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.296 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 1, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 7 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 1, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:33.711013+0000", 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:33.711013+0000", 2026-02-17T22:20:56.297 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:33.711213+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 85, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924828+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 84, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.b", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 113, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:54:08.999963+0000", 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.298 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.299 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804342+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804342+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805370+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.929878+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 4, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 4, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.b", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T10:03:09.266484+0000", 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.300 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 4, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 4, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 1, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'4" 2026-02-17T22:20:56.301 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 6, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.663722+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.663722+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.930521+0000", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.a", 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.302 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 104, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T01:48:38.480918+0000", 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.303 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 6, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664667+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664903+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933491+0000", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.304 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1d", 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 109, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:38:36.059001+0000", 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.305 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 6 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.803266+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.803266+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.804142+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.306 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931755+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1c", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 106, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T00:50:42.332460+0000", 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.307 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 5, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.308 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.398422+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.398422+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.399805+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933376+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1c", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 113, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T06:09:22.372676+0000", 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.309 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 4, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 1 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 5, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.310 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 7, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.804671+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.804671+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.805958+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:50.931129+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 2, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 2, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1d", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 110, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T03:56:45.481330+0000", 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.311 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 3, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 1, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 1, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 12, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 12, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 3, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: 0 2026-02-17T22:20:56.312 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 7, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "version": "46'2" 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.397517+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.397517+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.397707+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924821+0000", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.313 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1f", 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 115, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T07:49:58.263678+0000", 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.314 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 5, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:18:56.396645+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:18:56.396645+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:18:56.396869+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 90, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933327+0000", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.315 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 89, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1e", 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 118, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:00:14.081157+0000", 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.316 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 5 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'3" 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 3, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "created": 45, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:17.664396+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:17.664396+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:17.664548+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 95, 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.317 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:52.575344+0000", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.924739+0000", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 94, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "3.1e", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-18T23:33:01.167055+0000", 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.318 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 3, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 6, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 2 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 3, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "version": "0'0" 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "acting": [ 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "acting_primary": 0, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "avail_no_missing": [], 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "blocked_by": [], 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "created": 44, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "dirty_stats_invalid": false, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_bytes_stats_invalid": false, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "hitset_stats_invalid": false, 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "last_active": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_active": "2026-02-17T22:19:39.802702+0000", 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "last_became_peered": "2026-02-17T22:19:39.802702+0000", 2026-02-17T22:20:56.319 INFO:tasks.workunit.client.0.trial144.stdout: "last_change": "2026-02-17T22:19:39.802923+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_clean_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub": "0'0", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_deep_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_epoch_clean": 100, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_fresh": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_fullsized": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_peered": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub": "0'0", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_duration": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_scrub_stamp": "2026-02-17T22:14:51.571326+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_undegraded": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "last_unstale": "2026-02-17T22:19:47.933274+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_dups_size": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 6, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "log_start": "0'0", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "manifest_stats_invalid": false, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "mapping_epoch": 99, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "object_location_counts": [], 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "objects_scrubbed": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "objects_trimmed": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "omap_stats_invalid": false, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 6, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_start": "0'0", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "parent": "0.0", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "parent_split_bits": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "pgid": "2.1f", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "pin_stats_invalid": false, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "purged_snaps": [], 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "reported_epoch": 102, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "reported_seq": 123, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_duration": 0.0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "scrub_schedule": "periodic scrub scheduled @ 2026-02-19T08:20:06.498629+0000", 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrim_duration": 0.0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "snaptrimq_len": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 582, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.320 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 1, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 8, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 8, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 4, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 1 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "state": "active+clean", 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "stats_invalid": false, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "up": [ 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: 7, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: 4 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "up_primary": 0, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "version": "102'6" 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "stats_per_pool": [ 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 24, 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "rbd" 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.321 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 3, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 8, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 3, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 4, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 19, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 2, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.322 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 12288, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 57, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "up": 24 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 192, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 64, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 3, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.323 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 0 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "up": 192 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 96, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "cephfs" 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 72, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 32, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 8, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 72, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 2, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 6692, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.324 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 66, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 22, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 22, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 14, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 158, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 174, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 66, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 33 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 110592, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 20076, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 36038, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.325 INFO:tasks.workunit.client.0.trial144.stdout: "up": 96 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: { 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "acting": 3, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "application": [ 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "mgr" 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "log_size": 192, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_pg": 1, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_store_stats": 3, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "ondisk_log_size": 192, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "poolid": 1, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "stat_sum": { 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes": 590368, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_hit_set_archive": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_bytes_recovered": 590368, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_deep_scrub_errors": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_kb": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_full": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_evict_mode_some": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_kb": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_high": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_flush_mode_low": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_keys_recovered": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_large_omap_objects": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_legacy_snapsets": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_clones": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_object_copies": 6, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects": 2, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_degraded": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_dirty": 2, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_hit_set_archive": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_manifest": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_misplaced": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_missing_on_primary": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_omap": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_pinned": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_recovered": 2, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_repaired": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_objects_unfound": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_bytes": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_omap_keys": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_promote": 0, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_read": 952, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_read_kb": 1424, 2026-02-17T22:20:56.326 INFO:tasks.workunit.client.0.trial144.stdout: "num_scrub_errors": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_shallow_scrub_errors": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_whiteouts": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_write": 315, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "num_write_kb": 2150 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "store_stats": { 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "allocated": 1781760, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "available": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_allocated": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "data_compressed_original": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "data_stored": 1771104, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "internal_metadata": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "internally_reserved": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "omap_allocated": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total": 0 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "up": 3 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: ], 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_cluster": { 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "degraded_stretch_mode": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "recovering_stretch_mode": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_bucket_count": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_mode_bucket": 0, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "stretch_mode_enabled": false 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "usage": { 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "pg_num": 105, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "pools": 4, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "stats_by_class": { 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "ssd": { 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012718190592, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 236023808, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_bytes": 236023808, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_raw_ratio": 3.925255441572517e-05 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: }, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_avail_bytes": 6012718190592, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_bytes": 6012954214400, 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: "total_used_bytes": 236023808 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout: } 2026-02-17T22:20:56.327 INFO:tasks.workunit.client.0.trial144.stdout:} 2026-02-17T22:20:56.328 INFO:tasks.workunit.client.0.trial144.stderr:+ ceph telemetry off 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE Bus STOPPING 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE Bus STOPPED 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: pgmap v175: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.328 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: pgmap v175: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.329 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.330 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:55 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.34491 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: pgmap v175: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.331 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.332 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.44417 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.333 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.334 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.335 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config-key dump", "format": "json"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-17T22:20:56.336 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:55 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-17T22:20:56.336 INFO:tasks.workunit.client.0.trial144.stdout:Telemetry is currently not enabled, nothing to turn off. Please consider opting-in with `ceph telemetry on`. 2026-02-17T22:20:56.336 INFO:tasks.workunit.client.0.trial144.stdout:Preview sample reports with `ceph telemetry preview`. 2026-02-17T22:20:56.336 INFO:tasks.workunit.client.0.trial144.stderr:+ echo OK 2026-02-17T22:20:56.337 INFO:tasks.workunit.client.0.trial144.stdout:OK 2026-02-17T22:20:56.337 INFO:teuthology.orchestra.run:Running command with timeout 3600 2026-02-17T22:20:56.337 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2026-02-17T22:20:56.359 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE Bus STARTING 2026-02-17T22:20:56.359 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE Serving on http://:::9283 2026-02-17T22:20:56.359 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:20:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:20:56] ENGINE Bus STARTED 2026-02-17T22:20:56.362 INFO:tasks.workunit:Stopping ['test_telemetry_reef_x.sh'] on client.0... 2026-02-17T22:20:56.362 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2026-02-17T22:20:56.688 DEBUG:teuthology.parallel:result is None 2026-02-17T22:20:56.688 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:20:56.713 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:20:56.713 DEBUG:teuthology.orchestra.run.trial144:> rmdir -- /home/ubuntu/cephtest/mnt.0 2026-02-17T22:20:56.770 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2026-02-17T22:20:56.770 INFO:teuthology.task.sequential:In sequential, running task print... 2026-02-17T22:20:56.770 INFO:teuthology.task.print:**** done end telemetry x... 2026-02-17T22:20:56.770 INFO:teuthology.run_tasks:Running task print... 2026-02-17T22:20:56.790 INFO:teuthology.task.print:**** done end upgrade sequence... 2026-02-17T22:20:56.790 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-17T22:20:56.806 INFO:tasks.cephadm:Teardown begin 2026-02-17T22:20:56.806 INFO:tasks.cephfs.filesystem:Destroying file system cephfs and related pools 2026-02-17T22:20:56.807 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:20:56.938 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.215 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[107811]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.216 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:57.217 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:56 trial144 ceph-mon[110196]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='client.34533 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "orch get-security-config"} : dispatch 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch get-security-config"}]: dispatch 2026-02-17T22:20:57.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:56 trial172 ceph-mon[93286]: from='client.44471 -' entity='client.admin' cmd=[{"prefix": "telemetry off", "target": ["mon-mgr", ""]}]: dispatch 2026-02-17T22:20:57.411 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:20:57.411 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":20,"btime":"2026-02-17T22:19:55:388055+0000","default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":44275,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/3995002178","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":3995002178},{"type":"v1","addr":"10.20.193.172:6833","nonce":3995002178}]},"join_fscid":-1,"export_targets":[],"features":4544132024016699391,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"epoch":20}],"filesystems":[{"mdsmap":{"epoch":19,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:19:50.927533+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":102,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"max_mds":1,"in":[0],"up":{"mds_0":44300},"failed":[],"damaged":[],"stopped":[],"info":{"gid_44300":{"gid":44300,"name":"a","rank":0,"incarnation":16,"state":"up:active","state_seq":4,"addr":"10.20.193.144:6835/3086043378","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":3086043378},{"type":"v1","addr":"10.20.193.144:6835","nonce":3086043378}]},"join_fscid":-1,"export_targets":[],"features":4544132024016699391,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0,"qdb_leader":44300,"qdb_cluster":[44300]},"id":1}]} 2026-02-17T22:20:57.412 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 20 2026-02-17T22:20:57.548 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs dump --format=json 2026-02-17T22:20:57.678 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:58.145 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:20:58.146 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":20,"btime":"2026-02-17T22:19:55:388055+0000","default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":44275,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"10.20.193.172:6833/3995002178","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6832","nonce":3995002178},{"type":"v1","addr":"10.20.193.172:6833","nonce":3995002178}]},"join_fscid":-1,"export_targets":[],"features":4544132024016699391,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"epoch":20}],"filesystems":[{"mdsmap":{"epoch":19,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false,"balance_automate":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2026-02-17T22:14:53.298938+0000","modified":"2026-02-17T22:19:50.927533+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":102,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}},"max_mds":1,"in":[0],"up":{"mds_0":44300},"failed":[],"damaged":[],"stopped":[],"info":{"gid_44300":{"gid":44300,"name":"a","rank":0,"incarnation":16,"state":"up:active","state_seq":4,"addr":"10.20.193.144:6835/3086043378","addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6834","nonce":3086043378},{"type":"v1","addr":"10.20.193.144:6835","nonce":3086043378}]},"join_fscid":-1,"export_targets":[],"features":4544132024016699391,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments","feature_12":"quiesce subvolumes"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0,"qdb_leader":44300,"qdb_cluster":[44300]},"id":1}]} 2026-02-17T22:20:58.146 INFO:teuthology.orchestra.run.trial144.stderr:dumped fsmap epoch 20 2026-02-17T22:20:58.146 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[107811]: pgmap v176: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:58.147 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[107811]: mgrmap e40: y(active, since 4m), standbys: x 2026-02-17T22:20:58.147 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/15426941' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:58.147 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[110196]: pgmap v176: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:58.147 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[110196]: mgrmap e40: y(active, since 4m), standbys: x 2026-02-17T22:20:58.147 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:58 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/15426941' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:58.280 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd dump --format=json 2026-02-17T22:20:58.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:58 trial172 ceph-mon[93286]: pgmap v176: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail 2026-02-17T22:20:58.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:58 trial172 ceph-mon[93286]: mgrmap e40: y(active, since 4m), standbys: x 2026-02-17T22:20:58.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:58 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/15426941' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:58.408 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:58.856 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-17T22:20:58.857 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":102,"fsid":"be018db5-0c4d-11f1-9298-d404e6e7d460","created":"2026-02-17T22:12:38.899827+0000","modified":"2026-02-17T22:19:47.921952+0000","last_up_change":"2026-02-17T22:19:38.792461+0000","last_in_change":"2026-02-17T22:14:32.498759+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":26,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-17T22:14:00.344342+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"18","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2026-02-17T22:14:51.189697+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"46","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2026-02-17T22:14:52.261129+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"47","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2026-02-17T22:15:06.004359+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"52","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":3,"snap_epoch":52,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f9cd285-d6f5-438c-9a25-1d465d5570d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":60,"up_from":64,"up_thru":99,"down_at":61,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":4234191375},{"type":"v1","addr":"10.20.193.144:6803","nonce":4234191375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":4234191375},{"type":"v1","addr":"10.20.193.144:6805","nonce":4234191375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6808","nonce":4234191375},{"type":"v1","addr":"10.20.193.144:6809","nonce":4234191375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":4234191375},{"type":"v1","addr":"10.20.193.144:6807","nonce":4234191375}]},"public_addr":"10.20.193.144:6803/4234191375","cluster_addr":"10.20.193.144:6805/4234191375","heartbeat_back_addr":"10.20.193.144:6809/4234191375","heartbeat_front_addr":"10.20.193.144:6807/4234191375","state":["exists","up"]},{"osd":1,"uuid":"da34883e-d49f-401c-90bb-700215eed3bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":11,"last_clean_end":65,"up_from":69,"up_thru":99,"down_at":66,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6810","nonce":1871549198},{"type":"v1","addr":"10.20.193.144:6811","nonce":1871549198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6812","nonce":1871549198},{"type":"v1","addr":"10.20.193.144:6813","nonce":1871549198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6816","nonce":1871549198},{"type":"v1","addr":"10.20.193.144:6817","nonce":1871549198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6814","nonce":1871549198},{"type":"v1","addr":"10.20.193.144:6815","nonce":1871549198}]},"public_addr":"10.20.193.144:6811/1871549198","cluster_addr":"10.20.193.144:6813/1871549198","heartbeat_back_addr":"10.20.193.144:6817/1871549198","heartbeat_front_addr":"10.20.193.144:6815/1871549198","state":["exists","up"]},{"osd":2,"uuid":"49bdf13a-af56-4bb1-a475-5d3d7bbf5ee4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":15,"last_clean_end":70,"up_from":74,"up_thru":99,"down_at":71,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6818","nonce":3339574161},{"type":"v1","addr":"10.20.193.144:6819","nonce":3339574161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6820","nonce":3339574161},{"type":"v1","addr":"10.20.193.144:6821","nonce":3339574161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6824","nonce":3339574161},{"type":"v1","addr":"10.20.193.144:6825","nonce":3339574161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6822","nonce":3339574161},{"type":"v1","addr":"10.20.193.144:6823","nonce":3339574161}]},"public_addr":"10.20.193.144:6819/3339574161","cluster_addr":"10.20.193.144:6821/3339574161","heartbeat_back_addr":"10.20.193.144:6825/3339574161","heartbeat_front_addr":"10.20.193.144:6823/3339574161","state":["exists","up"]},{"osd":3,"uuid":"c87efc0e-b5c9-4299-acbd-62b06770748f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":22,"last_clean_end":75,"up_from":79,"up_thru":99,"down_at":76,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6826","nonce":774047659},{"type":"v1","addr":"10.20.193.144:6827","nonce":774047659}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6828","nonce":774047659},{"type":"v1","addr":"10.20.193.144:6829","nonce":774047659}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6832","nonce":774047659},{"type":"v1","addr":"10.20.193.144:6833","nonce":774047659}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6830","nonce":774047659},{"type":"v1","addr":"10.20.193.144:6831","nonce":774047659}]},"public_addr":"10.20.193.144:6827/774047659","cluster_addr":"10.20.193.144:6829/774047659","heartbeat_back_addr":"10.20.193.144:6833/774047659","heartbeat_front_addr":"10.20.193.144:6831/774047659","state":["exists","up"]},{"osd":4,"uuid":"da74274f-cc0c-400d-8ed7-6bbae9deff8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":26,"last_clean_end":80,"up_from":84,"up_thru":99,"down_at":81,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6800","nonce":1654751459},{"type":"v1","addr":"10.20.193.172:6801","nonce":1654751459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6802","nonce":1654751459},{"type":"v1","addr":"10.20.193.172:6803","nonce":1654751459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6806","nonce":1654751459},{"type":"v1","addr":"10.20.193.172:6807","nonce":1654751459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6804","nonce":1654751459},{"type":"v1","addr":"10.20.193.172:6805","nonce":1654751459}]},"public_addr":"10.20.193.172:6801/1654751459","cluster_addr":"10.20.193.172:6803/1654751459","heartbeat_back_addr":"10.20.193.172:6807/1654751459","heartbeat_front_addr":"10.20.193.172:6805/1654751459","state":["exists","up"]},{"osd":5,"uuid":"1a8a107e-d451-4bea-8b7e-e7b4f8743973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":31,"last_clean_end":85,"up_from":89,"up_thru":99,"down_at":86,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6808","nonce":4248948504},{"type":"v1","addr":"10.20.193.172:6809","nonce":4248948504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6810","nonce":4248948504},{"type":"v1","addr":"10.20.193.172:6811","nonce":4248948504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6814","nonce":4248948504},{"type":"v1","addr":"10.20.193.172:6815","nonce":4248948504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6812","nonce":4248948504},{"type":"v1","addr":"10.20.193.172:6813","nonce":4248948504}]},"public_addr":"10.20.193.172:6809/4248948504","cluster_addr":"10.20.193.172:6811/4248948504","heartbeat_back_addr":"10.20.193.172:6815/4248948504","heartbeat_front_addr":"10.20.193.172:6813/4248948504","state":["exists","up"]},{"osd":6,"uuid":"d815f486-5fea-40ec-bd6c-744a16d46c34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":90,"up_from":94,"up_thru":99,"down_at":91,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6816","nonce":2424438903},{"type":"v1","addr":"10.20.193.172:6817","nonce":2424438903}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6818","nonce":2424438903},{"type":"v1","addr":"10.20.193.172:6819","nonce":2424438903}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6822","nonce":2424438903},{"type":"v1","addr":"10.20.193.172:6823","nonce":2424438903}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6820","nonce":2424438903},{"type":"v1","addr":"10.20.193.172:6821","nonce":2424438903}]},"public_addr":"10.20.193.172:6817/2424438903","cluster_addr":"10.20.193.172:6819/2424438903","heartbeat_back_addr":"10.20.193.172:6823/2424438903","heartbeat_front_addr":"10.20.193.172:6821/2424438903","state":["exists","up"]},{"osd":7,"uuid":"cbdecf4a-ec52-4c34-98cd-9d42fbd51ac2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":95,"up_from":99,"up_thru":99,"down_at":96,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6824","nonce":802630888},{"type":"v1","addr":"10.20.193.172:6825","nonce":802630888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6826","nonce":802630888},{"type":"v1","addr":"10.20.193.172:6827","nonce":802630888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6830","nonce":802630888},{"type":"v1","addr":"10.20.193.172:6831","nonce":802630888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.172:6828","nonce":802630888},{"type":"v1","addr":"10.20.193.172:6829","nonce":802630888}]},"public_addr":"10.20.193.172:6825/802630888","cluster_addr":"10.20.193.172:6827/802630888","heartbeat_back_addr":"10.20.193.172:6831/802630888","heartbeat_front_addr":"10.20.193.172:6829/802630888","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-17T22:13:39.888937+0000","dead_epoch":60},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:48.697040+0000","dead_epoch":65},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:13:57.669420+0000","dead_epoch":70},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:06.553412+0000","dead_epoch":75},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:14.834984+0000","dead_epoch":80},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:23.842994+0000","dead_epoch":85},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:32.831239+0000","dead_epoch":90},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-17T22:14:41.712670+0000","dead_epoch":95}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.18","mappings":[{"from":7,"to":2}]},{"pgid":"3.f","mappings":[{"from":0,"to":1}]},{"pgid":"3.11","mappings":[{"from":4,"to":2}]},{"pgid":"3.13","mappings":[{"from":4,"to":3}]},{"pgid":"3.17","mappings":[{"from":0,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1},{"from":7,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.172:6832/38476745":"2026-02-18T22:19:47.921929+0000","10.20.193.144:6835/1768837729":"2026-02-18T22:19:40.748811+0000","10.20.193.144:0/366372502":"2026-02-18T22:16:38.155583+0000","10.20.193.144:6801/110931790":"2026-02-18T22:16:38.155583+0000","10.20.193.144:6800/110931790":"2026-02-18T22:16:38.155583+0000","10.20.193.144:0/1920850251":"2026-02-18T22:16:38.155583+0000","10.20.193.144:0/2202788102":"2026-02-18T22:16:38.155583+0000","10.20.193.172:6834/3278960360":"2026-02-18T22:16:23.014531+0000","10.20.193.144:6801/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.172:0/893091284":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/1627334566":"2026-02-18T22:16:38.155583+0000","10.20.193.144:6800/4029304397":"2026-02-18T22:12:58.311170+0000","10.20.193.144:6801/390011706":"2026-02-18T22:16:12.130166+0000","10.20.193.144:6800/390011706":"2026-02-18T22:16:12.130166+0000","10.20.193.144:0/1088499828":"2026-02-18T22:16:38.155583+0000","10.20.193.172:0/1921885997":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/1002499652":"2026-02-18T22:16:12.130166+0000","10.20.193.172:6835/3278960360":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/1551497004":"2026-02-18T22:16:12.130166+0000","10.20.193.144:0/726558643":"2026-02-18T22:12:58.311170+0000","10.20.193.172:0/2394839074":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/2395131934":"2026-02-18T22:16:12.130166+0000","10.20.193.144:6834/1768837729":"2026-02-18T22:19:40.748811+0000","10.20.193.144:0/1233336089":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/215313935":"2026-02-18T22:16:38.155583+0000","10.20.193.144:0/3410092247":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/3990355474":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/1523413006":"2026-02-18T22:16:12.130166+0000","10.20.193.144:0/3561994317":"2026-02-18T22:16:12.130166+0000","10.20.193.144:0/271465197":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/2939044824":"2026-02-18T22:15:07.065464+0000","10.20.193.172:0/1524540822":"2026-02-18T22:16:23.014531+0000","10.20.193.172:0/1825673317":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/3661614859":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6800/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.144:0/4214852258":"2026-02-18T22:16:38.155583+0000","10.20.193.144:0/3389672302":"2026-02-18T22:12:58.311170+0000","10.20.193.144:0/1712557757":"2026-02-18T22:16:12.130166+0000","10.20.193.144:0/4076967542":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6800/3486707033":"2026-02-18T22:15:07.065464+0000","10.20.193.144:6801/1712628586":"2026-02-18T22:12:49.259737+0000","10.20.193.172:0/2469598347":"2026-02-18T22:16:23.014531+0000","10.20.193.172:6833/38476745":"2026-02-18T22:19:47.921929+0000","10.20.193.144:6801/3486707033":"2026-02-18T22:15:07.065464+0000","10.20.193.144:0/1500713881":"2026-02-18T22:16:12.130166+0000","10.20.193.172:0/808234937":"2026-02-18T22:16:23.014531+0000","10.20.193.144:0/2128639428":"2026-02-18T22:12:49.259737+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-17T22:20:58.993 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs fail cephfs 2026-02-17T22:20:59.121 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:59.237 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/592683653' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:59.237 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/4154026854' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-17T22:20:59.237 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:59 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/592683653' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:59.237 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:20:59 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/4154026854' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-17T22:20:59.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:59 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/592683653' entity='client.admin' cmd={"prefix": "fs dump", "format": "json"} : dispatch 2026-02-17T22:20:59.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:20:59 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/4154026854' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-17T22:20:59.584 INFO:teuthology.orchestra.run.trial144.stderr:cephfs marked not joinable; MDS cannot join the cluster. All MDS ranks marked failed. 2026-02-17T22:20:59.725 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph fs rm cephfs --yes-i-really-mean-it 2026-02-17T22:20:59.855 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:20:59.877 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[107784]: 2026-02-17T22:20:59.579+0000 7f3db0fd9640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:20:59.877 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: -378> 2026-02-17T22:19:55.761+0000 7f7d8a30d640 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2026-02-17T22:20:59.877 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: ignoring --setuser ceph since I am not root 2026-02-17T22:20:59.877 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: ignoring --setgroup ceph since I am not root 2026-02-17T22:20:59.877 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:20:59 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: starting mds.a at 2026-02-17T22:21:00.135 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:00 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: ::ffff:10.20.193.172 - - [17/Feb/2026:22:21:00] "GET /metrics HTTP/1.1" 200 37446 "" "Prometheus/3.6.0" 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: pgmap v177: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 36 KiB/s rd, 0 B/s wr, 34 op/s 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/3593182607' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:21:00.136 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: osdmap e103: 8 total, 8 up, 8 in 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[107811]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: pgmap v177: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 36 KiB/s rd, 0 B/s wr, 34 op/s 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/3593182607' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2026-02-17T22:21:00.137 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: osdmap e103: 8 total, 8 up, 8 in 2026-02-17T22:21:00.138 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:00 trial144 ceph-mon[110196]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: pgmap v177: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 36 KiB/s rd, 0 B/s wr, 34 op/s 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/3593182607' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd={"prefix": "fs fail", "fs_name": "cephfs"} : dispatch 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2026-02-17T22:21:00.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: osdmap e103: 8 total, 8 up, 8 in 2026-02-17T22:21:00.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:00 trial172 ceph-mon[93286]: fsmap cephfs:0/1 1 up:standby, 1 failed 2026-02-17T22:21:00.585 INFO:teuthology.orchestra.run.trial144.stderr:If there are active snapshot schedules associated with this file-system, you might see EIO errors in the mgr logs or at the snap-schedule command-line due to the missing file-system. However, these errors are transient and will get auto-resolved. 2026-02-17T22:21:00.722 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool rm cephfs_metadata cephfs_metadata --yes-i-really-really-mean-it 2026-02-17T22:21:00.849 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:21:01.127 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/2685104657' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: Cluster is now healthy 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: mds.? [v2:10.20.193.144:6834/3193337597,v1:10.20.193.144:6835/3193337597] up:boot 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: fsmap 2 up:standby 2026-02-17T22:21:01.128 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[107811]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/2685104657' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: Cluster is now healthy 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: mds.? [v2:10.20.193.144:6834/3193337597,v1:10.20.193.144:6835/3193337597] up:boot 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: fsmap 2 up:standby 2026-02-17T22:21:01.129 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:01 trial144 ceph-mon[110196]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/2685104657' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd={"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true} : dispatch 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: Cluster is now healthy 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2026-02-17T22:21:01.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: mds.? [v2:10.20.193.144:6834/3193337597,v1:10.20.193.144:6835/3193337597] up:boot 2026-02-17T22:21:01.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: fsmap 2 up:standby 2026-02-17T22:21:01.287 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:01 trial172 ceph-mon[93286]: from='mgr.25058 10.20.193.144:0/694643650' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "a"} : dispatch 2026-02-17T22:21:02.024 INFO:teuthology.orchestra.run.trial144.stderr:pool 'cephfs_metadata' removed 2026-02-17T22:21:02.168 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph osd pool rm cephfs_data cephfs_data --yes-i-really-really-mean-it 2026-02-17T22:21:02.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:02 trial172 ceph-mon[93286]: pgmap v179: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 44 KiB/s rd, 0 B/s wr, 42 op/s 2026-02-17T22:21:02.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:02 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:02.296 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:21:02.320 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:02 trial144 ceph-mon[107811]: pgmap v179: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 44 KiB/s rd, 0 B/s wr, 42 op/s 2026-02-17T22:21:02.320 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:02 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:02.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:02 trial144 ceph-mon[110196]: pgmap v179: 105 pgs: 105 active+clean; 583 KiB data, 225 MiB used, 5.5 TiB / 5.5 TiB avail; 44 KiB/s rd, 0 B/s wr, 42 op/s 2026-02-17T22:21:02.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:02 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.030 INFO:teuthology.orchestra.run.trial144.stderr:pool 'cephfs_data' removed 2026-02-17T22:21:03.169 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:21:03.198 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:21:03.226 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-17T22:21:03.226 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-17T22:21:03.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:03 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2026-02-17T22:21:03.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:03 trial172 ceph-mon[93286]: osdmap e104: 8 total, 8 up, 8 in 2026-02-17T22:21:03.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:03 trial172 ceph-mon[93286]: from='client.? 10.20.193.144:0/4094873248' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.286 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:03 trial172 ceph-mon[93286]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.365 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/mon.a/config 2026-02-17T22:21:03.388 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2026-02-17T22:21:03.388 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[107811]: osdmap e104: 8 total, 8 up, 8 in 2026-02-17T22:21:03.388 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[107811]: from='client.? 10.20.193.144:0/4094873248' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.388 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[107811]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/4244956636' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2026-02-17T22:21:03.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[110196]: osdmap e104: 8 total, 8 up, 8 in 2026-02-17T22:21:03.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[110196]: from='client.? 10.20.193.144:0/4094873248' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.389 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:03 trial144 ceph-mon[110196]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true} : dispatch 2026-02-17T22:21:03.600 INFO:teuthology.orchestra.run.trial144.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-17T22:21:03.613 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-17T22:21:03.614 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-17T22:21:03.614 DEBUG:teuthology.orchestra.run.trial144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-17T22:21:03.631 DEBUG:teuthology.orchestra.run.trial172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-17T22:21:03.650 INFO:tasks.cephadm:Stopping all daemons... 2026-02-17T22:21:03.650 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-17T22:21:03.650 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a 2026-02-17T22:21:03.985 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:03] ENGINE Bus STOPPING 2026-02-17T22:21:03.985 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 systemd[1]: Stopping Ceph mon.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:03.986 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[107784]: 2026-02-17T22:21:03.774+0000 7f3db67e4640 -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-17T22:21:03.986 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a[107784]: 2026-02-17T22:21:03.774+0000 7f3db67e4640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2026-02-17T22:21:03.986 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 podman[154766]: 2026-02-17 22:21:03.816226166 +0000 UTC m=+0.055821054 container died 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:21:03.986 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 podman[154766]: 2026-02-17 22:21:03.926870203 +0000 UTC m=+0.166465101 container remove 070c4ff59739d7ce6bddc31c6688471bdbdd54ca4473d3ae1cb821e3da65e388 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:21:03.986 INFO:journalctl@ceph.mon.a.trial144.stdout:Feb 17 22:21:03 trial144 bash[154766]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-a 2026-02-17T22:21:04.013 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.a.service' 2026-02-17T22:21:04.052 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:04.052 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-17T22:21:04.053 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2026-02-17T22:21:04.053 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.c 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Bus STOPPED 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Bus STARTING 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Serving on http://:::9283 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Bus STARTED 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Bus STOPPING 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:04 trial144 systemd[1]: Stopping Ceph mon.c for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c[110171]: 2026-02-17T22:21:04.190+0000 7f29e4289640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c[110171]: 2026-02-17T22:21:04.190+0000 7f29e4289640 -1 mon.c@2(peon) e4 *** Got Signal Terminated *** 2026-02-17T22:21:04.320 INFO:journalctl@ceph.mon.c.trial144.stdout:Feb 17 22:21:04 trial144 podman[154954]: 2026-02-17 22:21:04.21120302 +0000 UTC m=+0.034646328 container died 46c022d4c727c070de59c018d5cf96e140a263134b23bf7df6cb9b73aa123f66 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-c, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:04.392 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.c.service' 2026-02-17T22:21:04.426 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:04.426 INFO:tasks.cephadm.mon.b:Stopped mon.c 2026-02-17T22:21:04.426 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2026-02-17T22:21:04.426 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.b 2026-02-17T22:21:04.701 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:04 trial172 systemd[1]: Stopping Ceph mon.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:04.701 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b[93260]: 2026-02-17T22:21:04.529+0000 7f8f6d3a5640 -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-17T22:21:04.701 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:04 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b[93260]: 2026-02-17T22:21:04.529+0000 7f8f6d3a5640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2026-02-17T22:21:04.701 INFO:journalctl@ceph.mon.b.trial172.stdout:Feb 17 22:21:04 trial172 podman[138083]: 2026-02-17 22:21:04.592391523 +0000 UTC m=+0.077788862 container died 73524ec7662a977c0a99fefd1a719caa689cadd8dab2b798d30d2c14ce179bae (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mon-b, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-17T22:21:04.794 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mon.b.service' 2026-02-17T22:21:04.831 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:04.832 INFO:tasks.cephadm.mon.b:Stopped mon.b 2026-02-17T22:21:04.832 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2026-02-17T22:21:04.832 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y 2026-02-17T22:21:04.928 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2026-02-17T22:21:04.928 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-y[96976]: [17/Feb/2026:22:21:04] ENGINE Bus STOPPED 2026-02-17T22:21:04.928 INFO:journalctl@ceph.mgr.y.trial144.stdout:Feb 17 22:21:04 trial144 systemd[1]: Stopping Ceph mgr.y for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:05.154 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.y.service' 2026-02-17T22:21:05.188 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:05.189 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2026-02-17T22:21:05.189 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2026-02-17T22:21:05.189 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x 2026-02-17T22:21:05.517 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:21:05 trial172 systemd[1]: Stopping Ceph mgr.x for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:05.517 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:21:05 trial172 podman[138256]: 2026-02-17 22:21:05.334332195 +0000 UTC m=+0.055896062 container died 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:05.518 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:21:05 trial172 podman[138256]: 2026-02-17 22:21:05.449223973 +0000 UTC m=+0.170787830 container remove 55fc58ed6b9908fccf40fb300b8033e8e644a1a7f5c88b56583fa0aa9a04d8da (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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) 2026-02-17T22:21:05.518 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:21:05 trial172 bash[138256]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mgr-x 2026-02-17T22:21:05.518 INFO:journalctl@ceph.mgr.x.trial172.stdout:Feb 17 22:21:05 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:21:05.544 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mgr.x.service' 2026-02-17T22:21:05.579 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:05.579 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2026-02-17T22:21:05.579 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-17T22:21:05.579 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.0 2026-02-17T22:21:06.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:05 trial144 systemd[1]: Stopping Ceph osd.0 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:06.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:21:05.677+0000 7f04c8398640 -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 (PID: 1) UID: 0 2026-02-17T22:21:06.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:21:05.677+0000 7f04c8398640 -1 osd.0 105 *** Got signal Terminated *** 2026-02-17T22:21:06.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:05 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0[116822]: 2026-02-17T22:21:05.677+0000 7f04c8398640 -1 osd.0 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:06.286 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.908Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=nvmeof err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.286 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.908Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=ceph-exporter err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.286 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.908Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=nfs err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.286 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.909Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=smb err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=smb\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.287 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.909Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=ceph err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.287 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.909Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager scrape" discovery=http config=node err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:06.287 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:05 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:05.911Z level=ERROR source=refresh.go:90 msg="Unable to refresh target groups" component="discovery manager notify" discovery=http config=config-0 err="Get \"http://10.20.193.144:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 10.20.193.144:8765: connect: connection refused" 2026-02-17T22:21:11.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:10 trial144 podman[155294]: 2026-02-17 22:21:10.747756128 +0000 UTC m=+5.083663930 container died 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:11.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:10 trial144 podman[155294]: 2026-02-17 22:21:10.858649177 +0000 UTC m=+5.194556989 container remove 20552d0c14f25b28fb68281b3c8a213c799b54186fdf3d87a7f71204cfb4b345 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:11.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:10 trial144 bash[155294]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0 2026-02-17T22:21:11.010 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:10 trial144 podman[155434]: 2026-02-17 22:21:10.982126087 +0000 UTC m=+0.015917507 container create 06881efee53b01e69e04322208886934dfc53415ce10718705fe1273a31632e5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:21:11.272 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:11 trial144 podman[155434]: 2026-02-17 22:21:11.030339329 +0000 UTC m=+0.064130759 container init 06881efee53b01e69e04322208886934dfc53415ce10718705fe1273a31632e5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:11.272 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:11 trial144 podman[155434]: 2026-02-17 22:21:11.033579249 +0000 UTC m=+0.067370669 container start 06881efee53b01e69e04322208886934dfc53415ce10718705fe1273a31632e5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug) 2026-02-17T22:21:11.272 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:11 trial144 podman[155434]: 2026-02-17 22:21:11.034090988 +0000 UTC m=+0.067882428 container attach 06881efee53b01e69e04322208886934dfc53415ce10718705fe1273a31632e5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug) 2026-02-17T22:21:11.273 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:11 trial144 podman[155434]: 2026-02-17 22:21:10.975967683 +0000 UTC m=+0.009759124 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:11.273 INFO:journalctl@ceph.osd.0.trial144.stdout:Feb 17 22:21:11 trial144 podman[155434]: 2026-02-17 22:21:11.161220403 +0000 UTC m=+0.195011834 container died 06881efee53b01e69e04322208886934dfc53415ce10718705fe1273a31632e5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, 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/, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:21:11.296 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.0.service' 2026-02-17T22:21:11.333 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:11.333 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-17T22:21:11.334 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-17T22:21:11.334 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.1 2026-02-17T22:21:11.760 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:11 trial144 systemd[1]: Stopping Ceph osd.1 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:11.760 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:21:11.469+0000 7fa53d11e640 -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 (PID: 1) UID: 0 2026-02-17T22:21:11.761 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:21:11.469+0000 7fa53d11e640 -1 osd.1 105 *** Got signal Terminated *** 2026-02-17T22:21:11.761 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:11 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1[123282]: 2026-02-17T22:21:11.469+0000 7fa53d11e640 -1 osd.1 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:16.803 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155601]: 2026-02-17 22:21:16.539251041 +0000 UTC m=+5.084380249 container died 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, 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.license=GPLv2, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, 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/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:16.803 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155601]: 2026-02-17 22:21:16.652420021 +0000 UTC m=+5.197549239 container remove 50abf350aaf9d5cdd6dfab1de7d788f62921343af7b70d7edcf11a0e17611612 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:16.803 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 bash[155601]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1 2026-02-17T22:21:16.803 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.776730428 +0000 UTC m=+0.016580647 container create 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, 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.vendor=CentOS) 2026-02-17T22:21:17.068 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:16 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:16.950Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[0] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused" 2026-02-17T22:21:17.068 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:16 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:16.950Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[1] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:17.068 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.812147414 +0000 UTC m=+0.051997623 container init 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, 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/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, io.buildah.version=1.33.7) 2026-02-17T22:21:17.069 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.815525199 +0000 UTC m=+0.055375418 container start 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, ceph=True) 2026-02-17T22:21:17.069 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.81608064 +0000 UTC m=+0.055930869 container attach 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0) 2026-02-17T22:21:17.069 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.770449537 +0000 UTC m=+0.010299756 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:17.069 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:16 trial144 podman[155751]: 2026-02-17 22:21:16.934228084 +0000 UTC m=+0.174078313 container died 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS) 2026-02-17T22:21:17.069 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 17 22:21:17 trial144 podman[155751]: 2026-02-17 22:21:17.049360593 +0000 UTC m=+0.289210802 container remove 2e0a97e1d453f0ca4e07bebfe55ec1a4c60085101013167d6c65ce7f092fb74d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216) 2026-02-17T22:21:17.072 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.1.service' 2026-02-17T22:21:17.110 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:17.110 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-17T22:21:17.110 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-17T22:21:17.110 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.2 2026-02-17T22:21:17.510 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:17 trial144 systemd[1]: Stopping Ceph osd.2 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:17.510 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:17 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:21:17.245+0000 7f1d69927640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:17.510 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:17 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:21:17.245+0000 7f1d69927640 -1 osd.2 105 *** Got signal Terminated *** 2026-02-17T22:21:17.510 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:17 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2[129219]: 2026-02-17T22:21:17.245+0000 7f1d69927640 -1 osd.2 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:22.575 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[155918]: 2026-02-17 22:21:22.305956319 +0000 UTC m=+5.073925013 container died 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:21:22.575 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[155918]: 2026-02-17 22:21:22.417557741 +0000 UTC m=+5.185526425 container remove 3d7684d3d20c01916b2f780ec5272905e1b83f77d84df7b62d7f3d7ac64f28e8 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:22.575 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 bash[155918]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2 2026-02-17T22:21:22.575 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.544745394 +0000 UTC m=+0.016045995 container create ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:21:22.827 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.584826873 +0000 UTC m=+0.056127474 container init ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, ceph=True, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:21:22.827 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.588419958 +0000 UTC m=+0.059720549 container start ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:22.827 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.588835598 +0000 UTC m=+0.060136199 container attach ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, io.buildah.version=1.33.7, 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.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True) 2026-02-17T22:21:22.828 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.538146815 +0000 UTC m=+0.009447426 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:22.828 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.70892717 +0000 UTC m=+0.180227761 container died ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:22.828 INFO:journalctl@ceph.osd.2.trial144.stdout:Feb 17 22:21:22 trial144 podman[156064]: 2026-02-17 22:21:22.823809928 +0000 UTC m=+0.295110519 container remove ba48a2edefc1ddf7d4a5f369812d2d99443bfcc5fe4acc11209f730fc8ea82b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-2-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:22.842 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.2.service' 2026-02-17T22:21:22.880 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:22.880 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-17T22:21:22.880 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2026-02-17T22:21:22.881 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.3 2026-02-17T22:21:23.260 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:22 trial144 systemd[1]: Stopping Ceph osd.3 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:23.260 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:21:23.014+0000 7fe14cd6f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:23.260 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:21:23.014+0000 7fe14cd6f640 -1 osd.3 105 *** Got signal Terminated *** 2026-02-17T22:21:23.260 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:23 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3[135277]: 2026-02-17T22:21:23.014+0000 7fe14cd6f640 -1 osd.3 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:27.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:26 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:26.950Z level=ERROR source=dispatch.go:360 msg="Notify for alerts failed" component=dispatcher num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:27.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:26 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:26.950Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[0] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused" 2026-02-17T22:21:27.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:26 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:26.951Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[1] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:28.338 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156232]: 2026-02-17 22:21:28.084944317 +0000 UTC m=+5.084601314 container died d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:28.338 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156232]: 2026-02-17 22:21:28.197887368 +0000 UTC m=+5.197544365 container remove d1206243cc9d44357cbf6ff13a75298d9d8e03aa0124cac66607209cda3a5bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-17T22:21:28.338 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 bash[156232]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3 2026-02-17T22:21:28.636 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.337733963 +0000 UTC m=+0.016337145 container create 22d661d2637bb0b1735d75485d6b56f8601659d576238ebfbee90a1333b57d88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:21:28.636 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.386912796 +0000 UTC m=+0.065515978 container init 22d661d2637bb0b1735d75485d6b56f8601659d576238ebfbee90a1333b57d88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, 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, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:28.636 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.390516812 +0000 UTC m=+0.069119994 container start 22d661d2637bb0b1735d75485d6b56f8601659d576238ebfbee90a1333b57d88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7) 2026-02-17T22:21:28.636 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.390963701 +0000 UTC m=+0.069566883 container attach 22d661d2637bb0b1735d75485d6b56f8601659d576238ebfbee90a1333b57d88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, ceph=True, 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.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:28.636 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.331007987 +0000 UTC m=+0.009611179 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:28.637 INFO:journalctl@ceph.osd.3.trial144.stdout:Feb 17 22:21:28 trial144 podman[156375]: 2026-02-17 22:21:28.523833915 +0000 UTC m=+0.202437087 container died 22d661d2637bb0b1735d75485d6b56f8601659d576238ebfbee90a1333b57d88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-3-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:28.659 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.3.service' 2026-02-17T22:21:28.696 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:28.696 INFO:tasks.cephadm.osd.3:Stopped osd.3 2026-02-17T22:21:28.696 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2026-02-17T22:21:28.697 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.4 2026-02-17T22:21:29.036 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:28 trial172 systemd[1]: Stopping Ceph osd.4 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:29.036 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:21:28.799+0000 7fac87a24640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:29.036 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:21:28.799+0000 7fac87a24640 -1 osd.4 105 *** Got signal Terminated *** 2026-02-17T22:21:29.036 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:28 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:21:28.799+0000 7fac87a24640 -1 osd.4 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:32.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:32.260+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:33.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:32 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:32.679+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:33.491 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:33.395+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:33.492 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:33.232+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:33.786 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4[100455]: 2026-02-17T22:21:33.490+0000 7fac7f7f2640 -1 osd.4 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.702212+0000 front 2026-02-17T22:21:08.702192+0000 (oldest deadline 2026-02-17T22:21:33.402265+0000) 2026-02-17T22:21:33.786 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:33 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:33.727+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:34.123 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:33 trial172 podman[138432]: 2026-02-17 22:21:33.868182462 +0000 UTC m=+5.084563660 container died a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-17T22:21:34.123 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:33 trial172 podman[138432]: 2026-02-17 22:21:33.981578807 +0000 UTC m=+5.197960015 container remove a0f8755be7f22aea4febc114f2d8b8dc0ea5d9aea83f28815ec7a382a48eb05b (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, 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/, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-17T22:21:34.123 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:33 trial172 bash[138432]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4 2026-02-17T22:21:34.404 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:34.236+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.122083851 +0000 UTC m=+0.015428394 container create 82a902a745a6a1b0945ff8cdeeab2a201db9959e8a6f6cc284b4724a438cc17d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, ceph=True, 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/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.168745191 +0000 UTC m=+0.062089744 container init 82a902a745a6a1b0945ff8cdeeab2a201db9959e8a6f6cc284b4724a438cc17d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, 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.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.172353082 +0000 UTC m=+0.065697635 container start 82a902a745a6a1b0945ff8cdeeab2a201db9959e8a6f6cc284b4724a438cc17d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, ceph=True, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.172921798 +0000 UTC m=+0.066266361 container attach 82a902a745a6a1b0945ff8cdeeab2a201db9959e8a6f6cc284b4724a438cc17d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug) 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.116286374 +0000 UTC m=+0.009630937 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:34.405 INFO:journalctl@ceph.osd.4.trial172.stdout:Feb 17 22:21:34 trial172 podman[138580]: 2026-02-17 22:21:34.294800553 +0000 UTC m=+0.188145106 container died 82a902a745a6a1b0945ff8cdeeab2a201db9959e8a6f6cc284b4724a438cc17d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-4-deactivate, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:34.430 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.4.service' 2026-02-17T22:21:34.467 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:34.467 INFO:tasks.cephadm.osd.4:Stopped osd.4 2026-02-17T22:21:34.467 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2026-02-17T22:21:34.467 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.5 2026-02-17T22:21:34.712 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:34.711+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:34.712 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:34.402+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:34.712 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:34 trial172 systemd[1]: Stopping Ceph osd.5 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:34.713 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:34.607+0000 7f2ddaba7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:34.713 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:34.607+0000 7f2ddaba7640 -1 osd.5 105 *** Got signal Terminated *** 2026-02-17T22:21:34.713 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:34 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:34.607+0000 7f2ddaba7640 -1 osd.5 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:35.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:35.244+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:35.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:35.408+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:36.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:35.706+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:36.037 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:35 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=infra.usagestats t=2026-02-17T22:21:35.787052445Z level=info msg="Usage stats are ready to report" 2026-02-17T22:21:36.443 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:36.266+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:36.786 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:36.678+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:36.786 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:36 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:36.441+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:37.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:36.951Z level=ERROR source=dispatch.go:360 msg="Notify for alerts failed" component=dispatcher num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:37.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:36.951Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[0] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused" 2026-02-17T22:21:37.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:36 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:36.951Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[1] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:37.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:37.241+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:37.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:37.465+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:37.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:37.465+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:13.300734+0000 front 2026-02-17T22:21:13.300793+0000 (oldest deadline 2026-02-17T22:21:37.400800+0000) 2026-02-17T22:21:38.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:37 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:37.674+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:38.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:38.235+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:38.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:38.482+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:38.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:38.482+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:13.300734+0000 front 2026-02-17T22:21:13.300793+0000 (oldest deadline 2026-02-17T22:21:37.400800+0000) 2026-02-17T22:21:39.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:38 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:38.633+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:39.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:39 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:39.270+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:39.536 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:39.449+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:08.000483+0000 front 2026-02-17T22:21:08.000553+0000 (oldest deadline 2026-02-17T22:21:33.300547+0000) 2026-02-17T22:21:39.537 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5[106889]: 2026-02-17T22:21:39.449+0000 7f2dd697d640 -1 osd.5 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:13.300734+0000 front 2026-02-17T22:21:13.300793+0000 (oldest deadline 2026-02-17T22:21:37.400800+0000) 2026-02-17T22:21:39.911 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:39 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:39.650+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:39.911 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:39 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:39.650+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:39.912 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138745]: 2026-02-17 22:21:39.666201492 +0000 UTC m=+5.073192853 container died bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, 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/, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:21:39.912 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138745]: 2026-02-17 22:21:39.776736218 +0000 UTC m=+5.183727579 container remove bbba48adf746d38a3298c454ad6410d9a8776a826049af7c5d72272f1c924fb6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, 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=True, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-17T22:21:39.912 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 bash[138745]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5 2026-02-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138887]: 2026-02-17 22:21:39.910375385 +0000 UTC m=+0.017105279 container create 4fde4eea896cbdc3733e2e788cae750c07c840cb26c227939ba39ff96f473cfe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True) 2026-02-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138887]: 2026-02-17 22:21:39.950688455 +0000 UTC m=+0.057418349 container init 4fde4eea896cbdc3733e2e788cae750c07c840cb26c227939ba39ff96f473cfe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138887]: 2026-02-17 22:21:39.954181582 +0000 UTC m=+0.060911466 container start 4fde4eea896cbdc3733e2e788cae750c07c840cb26c227939ba39ff96f473cfe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, 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_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:39 trial172 podman[138887]: 2026-02-17 22:21:39.954622521 +0000 UTC m=+0.061352415 container attach 4fde4eea896cbdc3733e2e788cae750c07c840cb26c227939ba39ff96f473cfe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, 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-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:40 trial172 podman[138887]: 2026-02-17 22:21:39.903511257 +0000 UTC m=+0.010241151 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:40.190 INFO:journalctl@ceph.osd.5.trial172.stdout:Feb 17 22:21:40 trial172 podman[138887]: 2026-02-17 22:21:40.077686137 +0000 UTC m=+0.184416041 container died 4fde4eea896cbdc3733e2e788cae750c07c840cb26c227939ba39ff96f473cfe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-5-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug) 2026-02-17T22:21:40.217 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.5.service' 2026-02-17T22:21:40.254 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:40.255 INFO:tasks.cephadm.osd.5:Stopped osd.5 2026-02-17T22:21:40.255 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2026-02-17T22:21:40.255 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.6 2026-02-17T22:21:40.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:40.312+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:40.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:40.312+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:40.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 systemd[1]: Stopping Ceph osd.6 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:40.536 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:40.396+0000 7f2b90520640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:40.537 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:40.396+0000 7f2b90520640 -1 osd.6 105 *** Got signal Terminated *** 2026-02-17T22:21:40.537 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:40.396+0000 7f2b90520640 -1 osd.6 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:41.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:40.624+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:41.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:40 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:40.624+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:41.675 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:41 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:41.290+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:41.675 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:41 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:41.290+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:42.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:41 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:41.673+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:42.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:41 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:41.673+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:42.706 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:42.335+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:42.706 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:42.335+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:43.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:42.704+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:43.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:42 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:42.704+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:43.687 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:43 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:43.352+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:43.687 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:43 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:43.352+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:43.687 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:43 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:43.352+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:19.545714+0000 front 2026-02-17T22:21:19.545873+0000 (oldest deadline 2026-02-17T22:21:43.045696+0000) 2026-02-17T22:21:44.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:43 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:43.685+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:44.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:43 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:43.685+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:44.652 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:44 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:44.319+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:44.652 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:44 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:44.319+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:44.653 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:44 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:44.319+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:19.545714+0000 front 2026-02-17T22:21:19.545873+0000 (oldest deadline 2026-02-17T22:21:43.045696+0000) 2026-02-17T22:21:45.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:44 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:44.650+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:45.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:44 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:44.650+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:45.587 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:45.331+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:07.845079+0000 front 2026-02-17T22:21:07.845066+0000 (oldest deadline 2026-02-17T22:21:31.344876+0000) 2026-02-17T22:21:45.587 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:45.331+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:16.045592+0000 front 2026-02-17T22:21:16.045496+0000 (oldest deadline 2026-02-17T22:21:39.545484+0000) 2026-02-17T22:21:45.587 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6[113312]: 2026-02-17T22:21:45.331+0000 7f2b8c2f6640 -1 osd.6 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:19.545714+0000 front 2026-02-17T22:21:19.545873+0000 (oldest deadline 2026-02-17T22:21:43.045696+0000) 2026-02-17T22:21:45.587 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139055]: 2026-02-17 22:21:45.477119008 +0000 UTC m=+5.094753578 container died f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, ceph=True) 2026-02-17T22:21:45.907 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:45.670+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:45.907 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:45 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:45.670+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139055]: 2026-02-17 22:21:45.589872353 +0000 UTC m=+5.207506923 container remove f51ea036899e8aa34c162f84d7984b20dced931fb91d642009e76cf32511be88 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6, OSD_FLAVOR=debug, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 bash[139055]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139203]: 2026-02-17 22:21:45.733893083 +0000 UTC m=+0.015232241 container create a746896656e0fd11fd48330731c6cbca9f573f8fd45a6b090b1230b330cd167c (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139203]: 2026-02-17 22:21:45.772798348 +0000 UTC m=+0.054137506 container init a746896656e0fd11fd48330731c6cbca9f573f8fd45a6b090b1230b330cd167c (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.label-schema.license=GPLv2, ceph=True, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139203]: 2026-02-17 22:21:45.776249517 +0000 UTC m=+0.057588675 container start a746896656e0fd11fd48330731c6cbca9f573f8fd45a6b090b1230b330cd167c (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2026-02-17T22:21:45.908 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139203]: 2026-02-17 22:21:45.776684666 +0000 UTC m=+0.058023834 container attach a746896656e0fd11fd48330731c6cbca9f573f8fd45a6b090b1230b330cd167c (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-6-deactivate, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-17T22:21:45.909 INFO:journalctl@ceph.osd.6.trial172.stdout:Feb 17 22:21:45 trial172 podman[139203]: 2026-02-17 22:21:45.727815946 +0000 UTC m=+0.009155114 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:46.040 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.6.service' 2026-02-17T22:21:46.078 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:46.078 INFO:tasks.cephadm.osd.6:Stopped osd.6 2026-02-17T22:21:46.078 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2026-02-17T22:21:46.078 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.7 2026-02-17T22:21:46.216 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 systemd[1]: Stopping Ceph osd.7 for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:46.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.214+0000 7f097eb8b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:46.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.214+0000 7f097eb8b640 -1 osd.7 105 *** Got signal Terminated *** 2026-02-17T22:21:46.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.214+0000 7f097eb8b640 -1 osd.7 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-17T22:21:47.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.685+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:47.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.685+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:47.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:46 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:46.685+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:20.498602+0000 front 2026-02-17T22:21:20.498443+0000 (oldest deadline 2026-02-17T22:21:46.398450+0000) 2026-02-17T22:21:47.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:46.951Z level=ERROR source=dispatch.go:360 msg="Notify for alerts failed" component=dispatcher num_alerts=2 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:47.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:46.952Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[0] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.144:8443: connect: connection refused" 2026-02-17T22:21:47.260 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:46 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:46.952Z level=WARN source=notify.go:866 msg="Notify attempt failed, will retry later" component=dispatcher receiver=ceph-dashboard integration=webhook[1] aggrGroup="{}/{}:{alertname=\"CephNodeDiskspaceWarning\"}" attempts=1 err="Post \"\": dial tcp 10.20.193.172:8443: connect: connection refused" 2026-02-17T22:21:48.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:47.710+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:48.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:47.710+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:48.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:47 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:47.710+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:20.498602+0000 front 2026-02-17T22:21:20.498443+0000 (oldest deadline 2026-02-17T22:21:46.398450+0000) 2026-02-17T22:21:49.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:48 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:48.728+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:49.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:48 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:48.728+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:49.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:48 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:48.728+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:20.498602+0000 front 2026-02-17T22:21:20.498443+0000 (oldest deadline 2026-02-17T22:21:46.398450+0000) 2026-02-17T22:21:50.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:49.720+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:50.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:49.720+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:50.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:49 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:49.720+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:20.498602+0000 front 2026-02-17T22:21:20.498443+0000 (oldest deadline 2026-02-17T22:21:46.398450+0000) 2026-02-17T22:21:51.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:50 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:50.725+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6806 osd.0 since back 2026-02-17T22:21:06.497667+0000 front 2026-02-17T22:21:06.497599+0000 (oldest deadline 2026-02-17T22:21:31.797519+0000) 2026-02-17T22:21:51.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:50 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:50.725+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6814 osd.1 since back 2026-02-17T22:21:11.797777+0000 front 2026-02-17T22:21:11.797872+0000 (oldest deadline 2026-02-17T22:21:39.398046+0000) 2026-02-17T22:21:51.036 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:50 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7[119319]: 2026-02-17T22:21:50.725+0000 7f097a961640 -1 osd.7 105 heartbeat_check: no reply from 10.20.193.144:6822 osd.2 since back 2026-02-17T22:21:20.498602+0000 front 2026-02-17T22:21:20.498443+0000 (oldest deadline 2026-02-17T22:21:46.398450+0000) 2026-02-17T22:21:51.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139368]: 2026-02-17 22:21:51.28405074 +0000 UTC m=+5.082546895 container died 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, 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.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-17T22:21:51.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139368]: 2026-02-17 22:21:51.396177684 +0000 UTC m=+5.194673839 container remove 6442a66163d3e14fed07b672ea7af7a5adf6c0297d1dd3403e208782a1038a46 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, 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, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:51.536 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 bash[139368]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7 2026-02-17T22:21:51.537 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.524753968 +0000 UTC m=+0.016785876 container create 1a4aad78ce5fceff5422d3cb01b73e34a9bacfa785e97c137a1e6e5c2dc70bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, 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/, org.label-schema.license=GPLv2) 2026-02-17T22:21:51.806 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.565842778 +0000 UTC m=+0.057874636 container init 1a4aad78ce5fceff5422d3cb01b73e34a9bacfa785e97c137a1e6e5c2dc70bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-17T22:21:51.807 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.56941372 +0000 UTC m=+0.061445568 container start 1a4aad78ce5fceff5422d3cb01b73e34a9bacfa785e97c137a1e6e5c2dc70bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, ceph=True, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, 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/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-17T22:21:51.807 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.569889253 +0000 UTC m=+0.061921111 container attach 1a4aad78ce5fceff5422d3cb01b73e34a9bacfa785e97c137a1e6e5c2dc70bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260216) 2026-02-17T22:21:51.807 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.517999152 +0000 UTC m=+0.010031020 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-17T22:21:51.807 INFO:journalctl@ceph.osd.7.trial172.stdout:Feb 17 22:21:51 trial172 podman[139511]: 2026-02-17 22:21:51.694673755 +0000 UTC m=+0.186705613 container died 1a4aad78ce5fceff5422d3cb01b73e34a9bacfa785e97c137a1e6e5c2dc70bf1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-osd-7-deactivate, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, 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.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug) 2026-02-17T22:21:51.827 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@osd.7.service' 2026-02-17T22:21:51.864 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:51.864 INFO:tasks.cephadm.osd.7:Stopped osd.7 2026-02-17T22:21:51.864 INFO:tasks.cephadm.mds.a:Stopping mds.a... 2026-02-17T22:21:51.865 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.a 2026-02-17T22:21:52.260 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:21:51 trial144 systemd[1]: Stopping Ceph mds.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:52.260 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:21:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: 2026-02-17T22:21:51.964+0000 7f2380fca640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:52.260 INFO:journalctl@ceph.mds.a.trial144.stdout:Feb 17 22:21:51 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-a[141566]: 2026-02-17T22:21:51.964+0000 7f2380fca640 -1 mds.a *** got signal Terminated *** 2026-02-17T22:21:53.115 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.a.service' 2026-02-17T22:21:53.150 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:53.150 INFO:tasks.cephadm.mds.a:Stopped mds.a 2026-02-17T22:21:53.151 INFO:tasks.cephadm.mds.b:Stopping mds.b... 2026-02-17T22:21:53.151 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.b 2026-02-17T22:21:53.536 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:21:53 trial172 systemd[1]: Stopping Ceph mds.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:53.536 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:21:53 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[125170]: 2026-02-17T22:21:53.249+0000 7ff669a7c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-17T22:21:53.536 INFO:journalctl@ceph.mds.b.trial172.stdout:Feb 17 22:21:53 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-mds-b[125170]: 2026-02-17T22:21:53.249+0000 7ff669a7c640 -1 mds.b *** got signal Terminated *** 2026-02-17T22:21:54.397 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@mds.b.service' 2026-02-17T22:21:54.431 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:54.432 INFO:tasks.cephadm.mds.b:Stopped mds.b 2026-02-17T22:21:54.432 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2026-02-17T22:21:54.432 DEBUG:teuthology.orchestra.run.trial172:> sudo systemctl stop ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a 2026-02-17T22:21:54.743 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 systemd[1]: Stopping Ceph prometheus.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:54.743 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=WARN source=main.go:1076 msg="Received an OS signal, exiting gracefully..." signal=terminated 2026-02-17T22:21:54.743 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1101 msg="Stopping scrape discovery manager..." 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1115 msg="Stopping notify discovery manager..." 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=manager.go:190 msg="Stopping rule manager..." component="rule manager" 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1097 msg="Scrape discovery manager stopped" 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1111 msg="Notify discovery manager stopped" 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=manager.go:206 msg="Rule manager stopped" component="rule manager" 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1152 msg="Stopping scrape manager..." 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.564Z level=INFO source=main.go:1144 msg="Scrape manager stopped" 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=manager.go:543 msg="Stopping notification manager..." component=notifier 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=manager.go:285 msg="Draining any remaining notifications..." component=notifier 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=manager.go:291 msg="Remaining notifications drained" component=notifier 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=manager.go:218 msg="Notification manager stopped" component=notifier 2026-02-17T22:21:54.744 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=main.go:1422 msg="Notifier manager stopped" 2026-02-17T22:21:54.745 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a[131838]: time=2026-02-17T22:21:54.565Z level=INFO source=main.go:1436 msg="See you next time!" 2026-02-17T22:21:54.745 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 podman[139849]: 2026-02-17 22:21:54.574299366 +0000 UTC m=+0.024530419 container died 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 (image=quay.io/prometheus/prometheus:v3.6.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/prometheus) 2026-02-17T22:21:54.745 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 podman[139849]: 2026-02-17 22:21:54.685182727 +0000 UTC m=+0.135413780 container remove 7f4656f457f68c7554e713ac2247c3a730cdaecf1fb842c20bf9a500a93265e0 (image=quay.io/prometheus/prometheus:v3.6.0, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/prometheus) 2026-02-17T22:21:54.745 INFO:journalctl@ceph.prometheus.a.trial172.stdout:Feb 17 22:21:54 trial172 bash[139849]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-prometheus-a 2026-02-17T22:21:54.747 DEBUG:teuthology.orchestra.run.trial172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@prometheus.a.service' 2026-02-17T22:21:54.779 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-17T22:21:54.780 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2026-02-17T22:21:54.780 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 --force --keep-logs 2026-02-17T22:21:54.871 INFO:teuthology.orchestra.run.trial144.stdout:Deleting cluster with fsid: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:21:56.190 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:55 trial144 systemd[1]: Stopping Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:56.191 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a[147972]: time=2026-02-17T22:21:56.002Z level=INFO source=main.go:584 msg="Received SIGTERM, exiting gracefully..." 2026-02-17T22:21:56.191 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 podman[157041]: 2026-02-17 22:21:56.012546048 +0000 UTC m=+0.024917821 container died 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 (image=quay.io/prometheus/alertmanager:v0.28.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, maintainer=The Prometheus Authors , org.opencontainers.image.source=https://github.com/prometheus/alertmanager) 2026-02-17T22:21:56.191 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 podman[157041]: 2026-02-17 22:21:56.123737854 +0000 UTC m=+0.136109627 container remove 806f7fd5dbbc963281c2d1dd16a217be6d7ebdb05aa56a7bfdc7af13ec839998 (image=quay.io/prometheus/alertmanager:v0.28.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a, org.opencontainers.image.source=https://github.com/prometheus/alertmanager, maintainer=The Prometheus Authors ) 2026-02-17T22:21:56.191 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 podman[157041]: 2026-02-17 22:21:56.12429627 +0000 UTC m=+0.136668033 volume remove 15f98579e78b8b3d82be57bfec0f5936c4e35417b33ea65226b5108bc987d5fe 2026-02-17T22:21:56.191 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 bash[157041]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-alertmanager-a 2026-02-17T22:21:56.500 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: Stopping Ceph node-exporter.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:56.500 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 podman[157190]: 2026-02-17 22:21:56.392186543 +0000 UTC m=+0.024663178 container died 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a, maintainer=The Prometheus Authors ) 2026-02-17T22:21:56.501 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@alertmanager.a.service: Deactivated successfully. 2026-02-17T22:21:56.501 INFO:journalctl@ceph.alertmanager.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: Stopped Ceph alertmanager.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 podman[157190]: 2026-02-17 22:21:56.504039426 +0000 UTC m=+0.136516061 container remove 9e0ff25fe4d568ea7c328e8220c7425136b790a6159ebb1cd9e7f3158173074e (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a, maintainer=The Prometheus Authors ) 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 bash[157190]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-a 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.a.service: Failed with result 'exit-code'. 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: Stopped Ceph node-exporter.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:21:56.760 INFO:journalctl@ceph.node-exporter.a.trial144.stdout:Feb 17 22:21:56 trial144 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.a.service: Consumed 1.134s CPU time. 2026-02-17T22:21:57.077 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 --force --keep-logs 2026-02-17T22:21:57.169 INFO:teuthology.orchestra.run.trial172.stdout:Deleting cluster with fsid: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:21:58.454 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: Stopping Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=server t=2026-02-17T22:21:58.323489434Z level=info msg="Shutdown started" reason="System signal: terminated" 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323794951Z level=info msg="module stopped" module=*statscollector.Service 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323798217Z level=info msg="module stopped" module=*appregistry.Service 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323797676Z level=info msg="module stopped" module=*updatemanager.PluginsService 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323806002Z level=info msg="module stopped" module=*ssosettingsimpl.Service 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323815099Z level=info msg="module stopped" module=*garbagecollectionworker.Worker 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323807334Z level=info msg="module stopped" module=*service.DashboardUpdater 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323819828Z level=info msg="module stopped" module=*supportbundlesimpl.Service 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323818816Z level=info msg="module stopped" module=*api.HTTPServer 2026-02-17T22:21:58.455 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=ngalert.scheduler t=2026-02-17T22:21:58.323817273Z level=info msg=stopped component=ticker last_tick=2026-02-17T22:21:50Z 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323828594Z level=info msg="module stopped" module=*store.standardStorageService 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323818836Z level=info msg="module stopped" module=*migrations.SecretMigrationProviderImpl 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323831189Z level=info msg="module stopped" module=*dualwrite.ZanzanaReconciler 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.32383207Z level=info msg="module stopped" module=*notifications.NotificationService 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323840797Z level=info msg="module stopped" module=*anonimpl.AnonDeviceService 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323842359Z level=info msg="module stopped" module=*loginattemptimpl.Service 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323844063Z level=info msg="module stopped" module=*angulardetectorsprovider.Dynamic 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323846207Z level=info msg="module stopped" module=*pushhttp.Gateway 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323846086Z level=info msg="module stopped" module=*cleanup.CleanUpService 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323852558Z level=info msg="module stopped" module=*store.dummyEntityEventsService 2026-02-17T22:21:58.456 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323851997Z level=info msg="module stopped" module=*pluginexternal.Service 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323855133Z level=info msg="module stopped" module=*service.DashboardServiceImpl 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323867496Z level=info msg="module stopped" module=*remotecache.RemoteCache 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323855043Z level=info msg="module stopped" module=*metrics.InternalMetricsService 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323872465Z level=info msg="module stopped" module=*rendering.RenderingService 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323873117Z level=info msg="module stopped" module=*metric.Service 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.32388056Z level=info msg="module stopped" module=*live.GrafanaLive 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323883245Z level=info msg="module stopped" module=*authimpl.UserAuthTokenService 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323887924Z level=info msg="module stopped" module=*manager.SecretsService 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323897412Z level=info msg="module stopped" module=*manager.ServiceAccountsService 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.323884007Z level=info msg="module stopped" module=*service.UsageStats 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=sqlstore.transactions t=2026-02-17T22:21:58.335397169Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 2026-02-17T22:21:58.457 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.335813041Z level=info msg="module stopped" module=*ngalert.AlertNG 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.335850381Z level=info msg="module stopped" module=provisioning 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.335881499Z level=info msg="module stopped" module=plugin.backgroundinstaller 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.336132044Z level=info msg="module stopped" module=plugins.store 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.336158102Z level=info msg="module stopped" module=grafana-apiserver 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=tracing t=2026-02-17T22:21:58.336178981Z level=info msg="Closing tracing" 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.336192015Z level=info msg="module stopped" module=tracing 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=grafana-apiserver t=2026-02-17T22:21:58.336182137Z level=info msg="StorageObjectCountTracker pruner is exiting" 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a[135426]: logger=backgroundsvcs.managerAdapter t=2026-02-17T22:21:58.336198638Z level=info msg="All modules stopped" 2026-02-17T22:21:58.458 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 podman[140350]: 2026-02-17 22:21:58.343868663 +0000 UTC m=+0.035717286 container died 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 (image=quay.io/ceph/grafana:12.3.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, maintainer=Grafana Labs , org.opencontainers.image.source=https://github.com/grafana/grafana) 2026-02-17T22:21:58.758 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: Stopping Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460... 2026-02-17T22:21:58.758 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 podman[140350]: 2026-02-17 22:21:58.472032861 +0000 UTC m=+0.163881484 container remove 1645da4f35183c93dac566d524ea7eba81995d198e6b78e7c72b39793849a716 (image=quay.io/ceph/grafana:12.3.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a, maintainer=Grafana Labs , org.opencontainers.image.source=https://github.com/grafana/grafana) 2026-02-17T22:21:58.759 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 bash[140350]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-grafana-a 2026-02-17T22:21:58.759 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service: Deactivated successfully. 2026-02-17T22:21:58.759 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: Stopped Ceph grafana.a for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:21:58.759 INFO:journalctl@ceph.grafana.a.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@grafana.a.service: Consumed 2.344s CPU time. 2026-02-17T22:21:59.036 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 podman[140504]: 2026-02-17 22:21:58.757316013 +0000 UTC m=+0.024423010 container died 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:21:59.036 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 podman[140504]: 2026-02-17 22:21:58.868857486 +0000 UTC m=+0.135964473 container remove 1acaedded987af629d2abf1c767eb9eea1bc77aff2bf1e12d3a4ebacb405d1ee (image=quay.io/prometheus/node-exporter:v1.9.1, name=ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b, maintainer=The Prometheus Authors ) 2026-02-17T22:21:59.036 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 bash[140504]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460-node-exporter-b 2026-02-17T22:21:59.036 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2026-02-17T22:21:59.036 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Failed with result 'exit-code'. 2026-02-17T22:21:59.037 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: Stopped Ceph node-exporter.b for be018db5-0c4d-11f1-9298-d404e6e7d460. 2026-02-17T22:21:59.037 INFO:journalctl@ceph.node-exporter.b.trial172.stdout:Feb 17 22:21:58 trial172 systemd[1]: ceph-be018db5-0c4d-11f1-9298-d404e6e7d460@node-exporter.b.service: Consumed 1.162s CPU time. 2026-02-17T22:21:59.421 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:21:59.450 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-17T22:21:59.477 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-17T22:21:59.480 DEBUG:teuthology.misc:Transferring archived files from trial144:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial144/crash 2026-02-17T22:21:59.480 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash -- . 2026-02-17T22:21:59.515 INFO:teuthology.orchestra.run.trial144.stderr:tar: /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-17T22:21:59.515 INFO:teuthology.orchestra.run.trial144.stderr:tar: Error is not recoverable: exiting now 2026-02-17T22:21:59.517 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial172/crash 2026-02-17T22:21:59.519 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash -- . 2026-02-17T22:21:59.543 INFO:teuthology.orchestra.run.trial172.stderr:tar: /var/lib/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-17T22:21:59.543 INFO:teuthology.orchestra.run.trial172.stderr:tar: Error is not recoverable: exiting now 2026-02-17T22:21:59.544 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-17T22:21:59.545 DEBUG:teuthology.orchestra.run.trial144:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_ | egrep -v OSD_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'pgs degraded' | egrep -v 'pg degraded' | egrep -v 'object degraded' | egrep -v 'objects degraded' | egrep -v FS_DEGRADED | egrep -v MDS_ALL_DOWN | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'do not have an application enabled' | egrep -v 'is down' | egrep -v TELEMETRY_CHANGED | egrep -v 'pg .*? is .*?degraded.*?, acting' | egrep -v 'pg .* is stuck peering' | head -n 1 2026-02-17T22:21:59.582 INFO:teuthology.orchestra.run.trial144.stdout:2026-02-17T22:16:52.483233+0000 mon.a (mon.0) 165 : cluster [WRN] Health detail: HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:21:59.582 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-17T22:21:59.583 DEBUG:teuthology.orchestra.run.trial144:> sudo egrep '\[SEC\]' /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_ | egrep -v OSD_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'pgs degraded' | egrep -v 'pg degraded' | egrep -v 'object degraded' | egrep -v 'objects degraded' | egrep -v FS_DEGRADED | egrep -v MDS_ALL_DOWN | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'do not have an application enabled' | egrep -v 'is down' | egrep -v TELEMETRY_CHANGED | egrep -v 'pg .*? is .*?degraded.*?, acting' | egrep -v 'pg .* is stuck peering' | head -n 1 2026-02-17T22:21:59.648 DEBUG:teuthology.orchestra.run.trial144:> sudo egrep '\[ERR\]' /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_ | egrep -v OSD_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'pgs degraded' | egrep -v 'pg degraded' | egrep -v 'object degraded' | egrep -v 'objects degraded' | egrep -v FS_DEGRADED | egrep -v MDS_ALL_DOWN | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'do not have an application enabled' | egrep -v 'is down' | egrep -v TELEMETRY_CHANGED | egrep -v 'pg .*? is .*?degraded.*?, acting' | egrep -v 'pg .* is stuck peering' | head -n 1 2026-02-17T22:21:59.714 DEBUG:teuthology.orchestra.run.trial144:> sudo egrep '\[WRN\]' /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_ | egrep -v OSD_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'pgs degraded' | egrep -v 'pg degraded' | egrep -v 'object degraded' | egrep -v 'objects degraded' | egrep -v FS_DEGRADED | egrep -v MDS_ALL_DOWN | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'do not have an application enabled' | egrep -v 'is down' | egrep -v TELEMETRY_CHANGED | egrep -v 'pg .*? is .*?degraded.*?, acting' | egrep -v 'pg .* is stuck peering' | head -n 1 2026-02-17T22:21:59.778 INFO:teuthology.orchestra.run.trial144.stdout:2026-02-17T22:16:52.483233+0000 mon.a (mon.0) 165 : cluster [WRN] Health detail: HEALTH_WARN Telemetry requires re-opt-in 2026-02-17T22:21:59.779 INFO:tasks.cephadm:Compressing logs... 2026-02-17T22:21:59.780 DEBUG:teuthology.orchestra.run.trial144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-17T22:21:59.822 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:21:59.843 INFO:teuthology.orchestra.run.trial144.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-17T22:21:59.843 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-17T22:21:59.843 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.2.log 2026-02-17T22:21:59.843 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.a.log 2026-02-17T22:21:59.843 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.0.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.2.log: /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.y.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.3.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.c.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.a.log 2026-02-17T22:21:59.846 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log 2026-02-17T22:21:59.847 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.a.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log 2026-02-17T22:21:59.847 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log: gzip -5 --verbose 90.9% -- -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log.gz /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.1.log 2026-02-17T22:21:59.847 INFO:teuthology.orchestra.run.trial144.stderr: 2026-02-17T22:21:59.847 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log 2026-02-17T22:21:59.847 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.1.log: 87.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.a.log.gz 2026-02-17T22:21:59.848 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log: 92.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-17T22:21:59.848 INFO:teuthology.orchestra.run.trial144.stderr: 92.0% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log.gz 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.b.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.5.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.b.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.7.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr: 81.2% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mds.b.log.gz 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.4.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log 2026-02-17T22:21:59.852 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.b.log 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr: 84.0% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.cephadm.log.gz 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.6.log 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.x.log 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.x.log: /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log: 91.2% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log.gz 2026-02-17T22:21:59.853 INFO:teuthology.orchestra.run.trial172.stderr: 86.0% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.log.gz 2026-02-17T22:21:59.854 INFO:teuthology.orchestra.run.trial144.stderr: 94.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph.audit.log.gz 2026-02-17T22:21:59.856 INFO:teuthology.orchestra.run.trial144.stderr: 92.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log.gz 2026-02-17T22:21:59.858 INFO:teuthology.orchestra.run.trial172.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-17T22:21:59.860 INFO:teuthology.orchestra.run.trial172.stderr: 92.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-volume.log.gz 2026-02-17T22:21:59.869 INFO:teuthology.orchestra.run.trial172.stderr: 89.2% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.x.log.gz 2026-02-17T22:21:59.959 INFO:teuthology.orchestra.run.trial172.stderr: 92.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.b.log.gz 2026-02-17T22:21:59.974 INFO:teuthology.orchestra.run.trial144.stderr: 92.3% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.c.log.gz 2026-02-17T22:21:59.980 INFO:teuthology.orchestra.run.trial144.stderr: 89.9% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mgr.y.log.gz 2026-02-17T22:22:00.037 INFO:teuthology.orchestra.run.trial144.stderr: 93.4% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.2.log.gz 2026-02-17T22:22:00.066 INFO:teuthology.orchestra.run.trial172.stderr: 93.5% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.4.log.gz 2026-02-17T22:22:00.081 INFO:teuthology.orchestra.run.trial144.stderr: 93.7% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.3.log.gz 2026-02-17T22:22:00.090 INFO:teuthology.orchestra.run.trial172.stderr: 93.6% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.6.log.gz 2026-02-17T22:22:00.102 INFO:teuthology.orchestra.run.trial144.stderr: 93.6% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.1.log.gz 2026-02-17T22:22:00.106 INFO:teuthology.orchestra.run.trial172.stderr: 93.7% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.5.log.gz 2026-02-17T22:22:00.113 INFO:teuthology.orchestra.run.trial144.stderr: 93.6% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.0.log.gz 2026-02-17T22:22:00.156 INFO:teuthology.orchestra.run.trial172.stderr: 93.9% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-osd.7.log.gz 2026-02-17T22:22:00.158 INFO:teuthology.orchestra.run.trial172.stderr: 2026-02-17T22:22:00.158 INFO:teuthology.orchestra.run.trial172.stderr:real 0m0.320s 2026-02-17T22:22:00.158 INFO:teuthology.orchestra.run.trial172.stderr:user 0m1.111s 2026-02-17T22:22:00.158 INFO:teuthology.orchestra.run.trial172.stderr:sys 0m0.090s 2026-02-17T22:22:00.166 INFO:teuthology.orchestra.run.trial144.stderr: 91.4% -- replaced with /var/log/ceph/be018db5-0c4d-11f1-9298-d404e6e7d460/ceph-mon.a.log.gz 2026-02-17T22:22:00.168 INFO:teuthology.orchestra.run.trial144.stderr: 2026-02-17T22:22:00.168 INFO:teuthology.orchestra.run.trial144.stderr:real 0m0.334s 2026-02-17T22:22:00.168 INFO:teuthology.orchestra.run.trial144.stderr:user 0m1.478s 2026-02-17T22:22:00.168 INFO:teuthology.orchestra.run.trial144.stderr:sys 0m0.112s 2026-02-17T22:22:00.169 INFO:tasks.cephadm:Archiving logs... 2026-02-17T22:22:00.170 DEBUG:teuthology.misc:Transferring archived files from trial144:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial144/log 2026-02-17T22:22:00.171 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-17T22:22:00.435 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial172/log 2026-02-17T22:22:00.436 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-17T22:22:00.562 INFO:tasks.cephadm:Removing cluster... 2026-02-17T22:22:00.562 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 --force 2026-02-17T22:22:00.652 INFO:teuthology.orchestra.run.trial144.stdout:Deleting cluster with fsid: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:22:00.852 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be018db5-0c4d-11f1-9298-d404e6e7d460 --force 2026-02-17T22:22:00.943 INFO:teuthology.orchestra.run.trial172.stdout:Deleting cluster with fsid: be018db5-0c4d-11f1-9298-d404e6e7d460 2026-02-17T22:22:01.155 INFO:tasks.cephadm:Removing cephadm ... 2026-02-17T22:22:01.155 DEBUG:teuthology.orchestra.run.trial144:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-17T22:22:01.173 DEBUG:teuthology.orchestra.run.trial172:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-17T22:22:01.190 INFO:tasks.cephadm:Teardown complete 2026-02-17T22:22:01.190 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-17T22:22:01.203 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-17T22:22:01.203 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-17T22:22:01.216 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-17T22:22:01.417 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-17T22:22:01.428 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-17T22:22:01.428 DEBUG:teuthology.orchestra.run.trial144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-17T22:22:01.430 DEBUG:teuthology.orchestra.run.trial172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-17T22:22:01.444 INFO:teuthology.orchestra.run.trial144.stderr:bash: line 1: ntpq: command not found 2026-02-17T22:22:01.446 INFO:teuthology.orchestra.run.trial172.stderr:bash: line 1: ntpq: command not found 2026-02-17T22:22:01.536 INFO:teuthology.orchestra.run.trial144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-17T22:22:01.536 INFO:teuthology.orchestra.run.trial144.stdout:=============================================================================== 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial144.stdout:^+ 72-14-186-59.ip.linodeus> 2 6 377 28 -2680us[-2680us] +/- 90ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial144.stdout:^* 173.249.203.227 2 6 377 30 +891us[ +783us] +/- 33ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial144.stdout:^- jmpxus.no.sigint.today 3 6 157 29 +5598us[+5598us] +/- 109ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial144.stdout:^- ip229.ip-51-81-226.us 2 6 377 30 +2027us[+1918us] +/- 105ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:=============================================================================== 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:^+ 72-14-186-59.ip.linodeus> 2 6 377 31 -2388us[-2388us] +/- 90ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:^* 173.249.203.227 2 6 377 94 +768us[ +826us] +/- 33ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:^- jmpxus.no.sigint.today 3 7 15 151 +5215us[+5264us] +/- 142ms 2026-02-17T22:22:01.537 INFO:teuthology.orchestra.run.trial172.stdout:^- ip229.ip-51-81-226.us 2 6 377 30 +782us[ +782us] +/- 105ms 2026-02-17T22:22:01.538 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-17T22:22:01.549 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-17T22:22:01.549 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-17T22:22:01.563 DEBUG:teuthology.orchestra.run.trial144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-17T22:22:01.639 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:22:01.694 DEBUG:teuthology.orchestra.run.trial144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-17T22:22:01.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:22:01.722 DEBUG:teuthology.orchestra.run.trial172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-17T22:22:01.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:22:01.749 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-17T22:22:01.767 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-17T22:22:01.784 INFO:teuthology.task.internal:Duration was 751.699219 seconds 2026-02-17T22:22:01.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-17T22:22:01.802 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-17T22:22:01.802 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-17T22:22:01.805 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-17T22:22:01.838 INFO:teuthology.orchestra.run.trial144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-17T22:22:01.842 INFO:teuthology.orchestra.run.trial172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-17T22:22:02.066 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-17T22:22:02.066 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial144.front.sepia.ceph.com 2026-02-17T22:22:02.067 DEBUG:teuthology.orchestra.run.trial144:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-17T22:22:02.104 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial172.front.sepia.ceph.com 2026-02-17T22:22:02.104 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:22:02.125 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-17T22:22:02.126 DEBUG:teuthology.orchestra.run.trial144:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-17T22:22:02.146 DEBUG:teuthology.orchestra.run.trial172:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-17T22:22:02.323 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-17T22:22:02.324 DEBUG:teuthology.orchestra.run.trial144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-17T22:22:02.326 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:22:02.346 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:22:02.347 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:22:02.347 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-17T22:22:02.347 INFO:teuthology.orchestra.run.trial144.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-17T22:22:02.348 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-17T22:22:02.349 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-17T22:22:02.351 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-17T22:22:02.351 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-17T22:22:02.351 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-17T22:22:02.351 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-17T22:22:02.370 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-17T22:22:02.382 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 91.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-17T22:22:02.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-17T22:22:02.404 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-17T22:22:02.404 DEBUG:teuthology.orchestra.run.trial144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-17T22:22:02.450 DEBUG:teuthology.orchestra.run.trial172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-17T22:22:02.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-17T22:22:02.495 DEBUG:teuthology.orchestra.run.trial144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-17T22:22:02.498 DEBUG:teuthology.orchestra.run.trial172:> 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-17T22:22:02.520 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern = core 2026-02-17T22:22:02.540 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = core 2026-02-17T22:22:02.553 DEBUG:teuthology.orchestra.run.trial144:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-17T22:22:02.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:22:02.588 DEBUG:teuthology.orchestra.run.trial172:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-17T22:22:02.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-17T22:22:02.609 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-17T22:22:02.628 INFO:teuthology.task.internal:Transferring archived files... 2026-02-17T22:22:02.629 DEBUG:teuthology.misc:Transferring archived files from trial144:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial144 2026-02-17T22:22:02.629 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-17T22:22:02.674 DEBUG:teuthology.misc:Transferring archived files from trial172:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:13:22-upgrade-20.2.1_2.17.26-baseline_2-distro-default-trial/53980/remote/trial172 2026-02-17T22:22:02.674 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-17T22:22:02.712 INFO:teuthology.task.internal:Removing archive directory... 2026-02-17T22:22:02.712 DEBUG:teuthology.orchestra.run.trial144:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-17T22:22:02.715 DEBUG:teuthology.orchestra.run.trial172:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-17T22:22:02.765 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-17T22:22:02.787 INFO:teuthology.task.internal:Not uploading archives. 2026-02-17T22:22:02.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-17T22:22:02.805 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-17T22:22:02.806 DEBUG:teuthology.orchestra.run.trial144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-17T22:22:02.809 DEBUG:teuthology.orchestra.run.trial172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-17T22:22:02.824 INFO:teuthology.orchestra.run.trial144.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 17 22:22 /home/ubuntu/cephtest 2026-02-17T22:22:02.825 INFO:teuthology.orchestra.run.trial172.stdout: 786514 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 17 22:22 /home/ubuntu/cephtest 2026-02-17T22:22:02.826 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-17T22:22:02.846 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-17T22:22:02.887 INFO:teuthology.run:Summary data: description: upgrade/telemetry-upgrade/reef-x/{0-random-distro$/{centos_9.stream_runc} 0-start 1-tasks} duration: 751.6992192268372 failure_reason: '"2026-02-17T22:16:52.483233+0000 mon.a (mon.0) 165 : cluster [WRN] Health detail: HEALTH_WARN Telemetry requires re-opt-in" in cluster log' flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: false 2026-02-17T22:22:02.887 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-17T22:22:03.007 INFO:teuthology.run:FAIL